hplip: update to 3.20.5

This commit is contained in:
newbluemoon 2020-05-21 09:26:00 +02:00 committed by Helmut Pozimski
parent 222cd174f6
commit ebe64cf1b4
2 changed files with 16 additions and 2 deletions

View 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

View file

@ -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}"