Files
guru/app-misc/walld/walld-1.3.ebuild
Seth Arnold 941cd636e7 app-misc/walld: add 1.3, drop 1.2
Signed-off-by: Seth Arnold <Dotz0cat@gmail.com>
2022-04-19 22:54:37 -05:00

23 lines
544 B
Bash

# 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.3.tar.gz -> walld-1.3.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~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
}