xwallpaper: update to 0.6.3.
This commit is contained in:
parent
0aeb3c1baf
commit
b7f47a7c38
1 changed files with 3 additions and 11 deletions
|
@ -1,30 +1,22 @@
|
|||
# Template file for 'xwallpaper'
|
||||
pkgname=xwallpaper
|
||||
version=0.6.2
|
||||
version=0.6.3
|
||||
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"
|
||||
short_desc="Wallpaper setting utility for X"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/stoeckmann/xwallpaper"
|
||||
distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"
|
||||
checksum=fd60bc98c600375d5d374f2041fb9ce6ad7051545191136508207515b173862f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) configure_args+=" --without-seccomp" ;;
|
||||
*) ;;
|
||||
esac
|
||||
checksum=6118513bbbbe30cd2b8c1c0f2eedcd33a33b13d27c34bd63362261f3b4271ab0
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fiv
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/zsh/site-functions
|
||||
mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_xwallpaper
|
||||
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue