diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-02-07 00:37:20 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-02-07 00:37:20 -0500 |
commit | 8cb2b7eee7d016586293edb78ad6a1f34085e137 (patch) | |
tree | ba031fc90c645f6a7e27704173992f729b1e6596 | |
parent | 5b82f1567576fadbd3a4ef54439ecabca429ee95 (diff) | |
download | abslibre-8cb2b7eee7d016586293edb78ad6a1f34085e137.tar.gz abslibre-8cb2b7eee7d016586293edb78ad6a1f34085e137.tar.bz2 abslibre-8cb2b7eee7d016586293edb78ad6a1f34085e137.zip |
hplip-3.17.11-2.parabola1: updating version
-rw-r--r-- | libre/hplip/PKGBUILD | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD index b61aa67c1..003e7c8d0 100644 --- a/libre/hplip/PKGBUILD +++ b/libre/hplip/PKGBUILD @@ -9,8 +9,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=hplip -pkgver=3.17.7 -pkgrel=1.parabola1 +pkgver=3.17.11 +pkgrel=2.parabola1 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet, without printers with nonfree drivers support and hplip-plugin binary blobs recommendation (Parabola rebranded)" arch=('i686' 'x86_64' 'armv7h') url="http://hplipopensource.com" @@ -33,7 +33,7 @@ backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio') source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc} disable_upgrade.patch 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch) -sha256sums=('3577bd5afd40b73fd754664ad69f0187dde2e64879e7446309f2ed9fd7dc400d' +sha256sums=('2f91be9489a50e4c929b2b9d3c72c09905c1195f9b360568b07fcbde4f3faa75' 'SKIP' 'eca366677583122f2e1048103f0d4a2b002a18c1e6d17b0bc71f4067a221fd38' 'a5ee6546d33db8f41ecea2b377355ce261b3e98d7f9988ee1652f0daebb6d0da') @@ -73,17 +73,6 @@ prepare() { # add missing 'include <cups/ppd.h>' at various places patch -Np1 -i ${srcdir}/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch - # https://bugs.archlinux.org/task/30085 - hack found in Gentoo - # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip - # The hpcups driver does not use foomatic-rip - local i - for i in ppd/hpijs/*.ppd.gz ; do - rm -f ${i}.temp - gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \ - gzip > ${i}.temp || return 1 - mv ${i}.temp ${i} - done - export AUTOMAKE='automake --foreign' autoreconf --force --install } |