mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-misc/walld: add 1.4.4, drop 1.4.2
Signed-off-by: Seth Arnold <Dotz0cat@gmail.com>
This commit is contained in:
22
app-misc/walld/walld-1.4.4.ebuild
Normal file
22
app-misc/walld/walld-1.4.4.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature meson
|
||||
|
||||
DESCRIPTION="A Wallpaper daemon"
|
||||
HOMEPAGE="https://github.com/Dotz0cat/walld"
|
||||
SRC_URI="https://github.com/Dotz0cat/walld/archive/refs/tags/1.4.4.tar.gz -> walld-1.4.4.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
DEPEND="dev-libs/libevent media-gfx/feh dev-libs/libconfig media-gfx/imagemagick"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "auto reload Xresources" x11-apps/xrdb
|
||||
}
|
||||
Reference in New Issue
Block a user