New package: xwallpaper

Closes: #8051 [via git-merge-pr]
This commit is contained in:
cr6git 2017-10-12 01:58:06 +02:00 committed by Michael Aldridge
parent 9d86e2b607
commit 51faafcb3d
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Template file for 'xwallpaper'
pkgname=xwallpaper
version=0.3.0
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
libXpm-devel pixman-devel xcb-util-image-devel"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Wallpaper setting utility for X"
homepage="https://github.com/stoeckmann/xwallpaper"
license="ISC"
distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"
checksum=41939faf7b2ef9286e3985fbd6147ce74ec1398c11ec851454adbef5a36e96c5
pre_configure() {
autoreconf -fiv
}
post_install() {
vlicense LICENSE
}