mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
scanmem: try to trigger build of it by changing template.
This commit is contained in:
parent
a916c5ef09
commit
a459b304fa
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ pkgname=scanmem
|
||||||
version=0.17
|
version=0.17
|
||||||
revision=3
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static --enable-gui"
|
||||||
hostmakedepends="libtool intltool m4 automake python"
|
hostmakedepends="libtool intltool m4 automake python"
|
||||||
makedepends="readline-devel gettext-devel"
|
makedepends="readline-devel gettext-devel"
|
||||||
depends="polkit gtk+3 python-gobject"
|
depends="polkit gtk+3 python-gobject"
|
||||||
|
@ -12,7 +13,6 @@ license="GPL-3"
|
||||||
homepage="https://github.com/scanmem/scanmem"
|
homepage="https://github.com/scanmem/scanmem"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=f02054b91322cf41517506158fcb74554e9fc6644e696f8aa25e5acf162d374b
|
checksum=f02054b91322cf41517506158fcb74554e9fc6644e696f8aa25e5acf162d374b
|
||||||
configure_args="--disable-static --enable-gui"
|
|
||||||
CFLAGS="-D__NEED_pid_t"
|
CFLAGS="-D__NEED_pid_t"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue