commit:     941cd636e7103e5b5f82688fb94937d428b35c75
Author:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 03:53:22 2022 +0000
Commit:     Seth Arnold <Dotz0cat <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 03:54:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=941cd636

app-misc/walld: add 1.3, drop 1.2

Signed-off-by: Seth Arnold <Dotz0cat <AT> gmail.com>

 app-misc/walld/Manifest                               |  2 +-
 app-misc/walld/{walld-1.2.ebuild => walld-1.3.ebuild} | 14 +++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/app-misc/walld/Manifest b/app-misc/walld/Manifest
index 4e708852b..84d330df3 100644
--- a/app-misc/walld/Manifest
+++ b/app-misc/walld/Manifest
@@ -1 +1 @@
-DIST walld-1.2.tar.gz 23622 BLAKE2B 
021028bb5dead41f16e18e9243f50952bf40260e5322508c79e803e42253fea22e1890d69116ba9b5ad7d6c084c57c0d52f216b6c6adf998cee688d8f9b6cbd5
 SHA512 
8c1c5dc2c8bc657c6f71a82f6db50247b6803ae5845f1515d10e18021913d87c7e4d920e8c1f0e2d455a5a09f44770acf40fadd59f983a6c3a16f8d4178340d6
+DIST walld-1.3.tar.gz 24911 BLAKE2B 
9186cdbe8263fef5e5ec27a29b4e76f437322c08aa9322ea8d2fac666da2ee97990f6bfad8c2af4751ce820d739879ee25b78de9145e7ef32ca24ae5d97b3728
 SHA512 
5459640d720592267e9d8ab78c9bc526fda4036bc20b84826b65a1b87d05b8b3743363d2ee2fb69819b7b82d2145b303c883f60ca0b9137535e563eb83b17912

diff --git a/app-misc/walld/walld-1.2.ebuild b/app-misc/walld/walld-1.3.ebuild
similarity index 61%
rename from app-misc/walld/walld-1.2.ebuild
rename to app-misc/walld/walld-1.3.ebuild
index 861b83f09..ca219ebf1 100644
--- a/app-misc/walld/walld-1.2.ebuild
+++ b/app-misc/walld/walld-1.3.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=8
 
-inherit optfeature toolchain-funcs
+inherit optfeature meson
 
 DESCRIPTION="A Wallpaper daemon"
 HOMEPAGE="https://github.com/Dotz0cat/walld";
-SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.2.tar.gz -> 
walld-1.2.tar.gz"
+SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.3.tar.gz -> 
walld-1.3.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -15,15 +15,7 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-libs/libevent media-gfx/feh dev-libs/libconfig 
media-gfx/imagemagick"
 RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_compile() {
-       emake CC="${tc-getCC}"
-}
-
-src_install() {
-       emake DESTDIR="${D}" PREFIX=/usr install
-}
+BDEPEND=""
 
 pkg_postinst() {
        optfeature "auto reload Xresources" x11-apps/xrdb

Reply via email to