wallpaperd: add missing bdeps; install doc and conffile.

This commit is contained in:
Juan RP 2014-11-02 08:44:24 +01:00
parent 4640cb5d4f
commit d1fa33a4c2

View File

@ -1,13 +1,18 @@
# Template file for 'wallpaperd'
pkgname=wallpaperd
version=0.2.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="imlib2-devel libXrender-devel"
makedepends="imlib2-devel libXrender-devel libXrandr-devel libICE-devel"
short_desc="A small application that takes care of setting the background image on different workspaces"
maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>"
license="MIT"
homepage="https://projects.pekdon.net/projects/wallpaperd"
distfiles="https://projects.pekdon.net/projects/wallpaperd/files/wallpaperd-${version}.tar.gz"
checksum=0fea5c40e8daa8ab9bef9277b65843db0c5fbf484a8a665787e8c67f0e0d4114
post_install() {
vsconf wallpaperd.cfg
vdoc README
}