wallpaperd: add missing bdeps; install doc and conffile.
This commit is contained in:
parent
4640cb5d4f
commit
d1fa33a4c2
1 changed files with 7 additions and 2 deletions
|
@ -1,13 +1,18 @@
|
||||||
# Template file for 'wallpaperd'
|
# Template file for 'wallpaperd'
|
||||||
pkgname=wallpaperd
|
pkgname=wallpaperd
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
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"
|
short_desc="A small application that takes care of setting the background image on different workspaces"
|
||||||
maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>"
|
maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://projects.pekdon.net/projects/wallpaperd"
|
homepage="https://projects.pekdon.net/projects/wallpaperd"
|
||||||
distfiles="https://projects.pekdon.net/projects/wallpaperd/files/wallpaperd-${version}.tar.gz"
|
distfiles="https://projects.pekdon.net/projects/wallpaperd/files/wallpaperd-${version}.tar.gz"
|
||||||
checksum=0fea5c40e8daa8ab9bef9277b65843db0c5fbf484a8a665787e8c67f0e0d4114
|
checksum=0fea5c40e8daa8ab9bef9277b65843db0c5fbf484a8a665787e8c67f0e0d4114
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsconf wallpaperd.cfg
|
||||||
|
vdoc README
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue