hplip: update to 3.20.5
This commit is contained in:
parent
222cd174f6
commit
ebe64cf1b4
14
srcpkgs/hplip/patches/configure.patch
Normal file
14
srcpkgs/hplip/patches/configure.patch
Normal file
@ -0,0 +1,14 @@
|
||||
The wrong variable is saved before the test and CFLAGS gets overwritten
|
||||
with an empty one afterwards.
|
||||
|
||||
--- configure.in.orig 2020-05-11 15:34:13.000000000 +0200
|
||||
+++ configure.in 2020-05-21 08:45:20.113154658 +0200
|
||||
@@ -604,7 +604,7 @@
|
||||
fi
|
||||
fi
|
||||
|
||||
-SAVE_CPPFLAGS="$CPPFLAGS"
|
||||
+save_CFLAGS="$CFLAGS"
|
||||
CFLAGS=`python-config --includes`
|
||||
if [ $? -eq 0 ]
|
||||
then
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'hplip'
|
||||
pkgname=hplip
|
||||
version=3.20.3
|
||||
version=3.20.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="usr/share/hplip"
|
||||
@ -31,7 +31,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only, BSD-3-Clause, MIT"
|
||||
homepage="https://developers.hp.com/hp-linux-imaging-and-printing"
|
||||
distfiles="${SOURCEFORGE_SITE}/hplip/hplip/${version}/hplip-${version}.tar.gz"
|
||||
checksum=41097ec52af5cce51ec7b0200d9f9ec82649b58ae7105259e82130e9cf63066a
|
||||
checksum=004bbd78487b7803cdcf2a96b00de938797227068c4de43ee7ad7d174c4e475a
|
||||
conflicts="hplip-gui"
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libusb-1.0 -I${XBPS_CROSS_BASE}/${py3_inc}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user