hplip: update to 3.19.3

Also create /usr/share/cups/model to make cups.getSystemPPDs() succeed.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-04-11 16:28:21 +02:00
parent 9abd570073
commit 687e3c21c6
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8

View File

@ -1,6 +1,6 @@
# Template file for 'hplip'
pkgname=hplip
version=3.19.1
version=3.19.3
revision=1
build_style=gnu-configure
pycompile_dirs="usr/share/hplip"
@ -19,7 +19,8 @@ configure_args="
--enable-pp-build
--with-mimedir=/usr/share/cups/mime"
conf_files="/etc/hp/hplip.conf"
make_dirs="/var/lib/hp 0755 root root"
make_dirs="/var/lib/hp 0755 root root
/usr/share/cups/model 0755 root root"
hostmakedepends="pkg-config automake libtool python3"
makedepends="libressl-devel python3-devel libxml2-python3 cups-devel sane-devel
ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel"
@ -30,7 +31,7 @@ maintainer="Juan RP <xtraeme@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=f567b8a405bc8eb841f4b78c1543f761160bf3e3225dd8cce1a1f7510ec181ce
checksum=a04edf0b5b4c4dcaa3998a27caad8f24513340e0aea61b694397c7807d7c2ae6
conflicts="hplip-gui"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libusb-1.0 -I${XBPS_CROSS_BASE}/${py3_inc}"