From 687e3c21c6cacf52b18782a30f43b9883b098b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 11 Apr 2019 16:28:21 +0200 Subject: [PATCH] hplip: update to 3.19.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also create /usr/share/cups/model to make cups.getSystemPPDs() succeed. Signed-off-by: Jürgen Buchmüller --- srcpkgs/hplip/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index bfb0e6b5322..50cca41b6a9 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -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 " 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}"