mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
xwallpaper: fix for i686 (closes #11459)
Closes: #12850 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
1780876265
commit
ce064ae4a8
1 changed files with 7 additions and 2 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'xwallpaper'
|
# Template file for 'xwallpaper'
|
||||||
pkgname=xwallpaper
|
pkgname=xwallpaper
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
|
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
|
||||||
libXpm-devel pixman-devel xcb-util-image-devel"
|
libXpm-devel pixman-devel xcb-util-image-devel"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
|
||||||
short_desc="Wallpaper setting utility for X"
|
short_desc="Wallpaper setting utility for X"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
homepage="https://github.com/stoeckmann/xwallpaper"
|
homepage="https://github.com/stoeckmann/xwallpaper"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"
|
distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"
|
||||||
checksum=41939faf7b2ef9286e3985fbd6147ce74ec1398c11ec851454adbef5a36e96c5
|
checksum=41939faf7b2ef9286e3985fbd6147ce74ec1398c11ec851454adbef5a36e96c5
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) configure_args+=" --without-seccomp" ;;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue