app-misc/walld: add 1.3, drop 1.2

Signed-off-by: Seth Arnold <Dotz0cat@gmail.com>
This commit is contained in:
Seth Arnold
2022-04-19 22:53:22 -05:00
parent d9b337b3fc
commit 941cd636e7
2 changed files with 4 additions and 12 deletions

View File

@@ -1 +1 @@
DIST walld-1.2.tar.gz 23622 BLAKE2B 021028bb5dead41f16e18e9243f50952bf40260e5322508c79e803e42253fea22e1890d69116ba9b5ad7d6c084c57c0d52f216b6c6adf998cee688d8f9b6cbd5 SHA512 8c1c5dc2c8bc657c6f71a82f6db50247b6803ae5845f1515d10e18021913d87c7e4d920e8c1f0e2d455a5a09f44770acf40fadd59f983a6c3a16f8d4178340d6
DIST walld-1.3.tar.gz 24911 BLAKE2B 9186cdbe8263fef5e5ec27a29b4e76f437322c08aa9322ea8d2fac666da2ee97990f6bfad8c2af4751ce820d739879ee25b78de9145e7ef32ca24ae5d97b3728 SHA512 5459640d720592267e9d8ab78c9bc526fda4036bc20b84826b65a1b87d05b8b3743363d2ee2fb69819b7b82d2145b303c883f60ca0b9137535e563eb83b17912

View File

@@ -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