diff options
Diffstat (limited to 'libre/hplip/PKGBUILD')
-rw-r--r-- | libre/hplip/PKGBUILD | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD index 71d22e19b..9990e8885 100644 --- a/libre/hplip/PKGBUILD +++ b/libre/hplip/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 284832 2016-12-27 06:46:54Z bpiotrowski $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer (Arch): Tom Gundersen <teg@jklm.no> # Contributor (Arch): Rémy Oudompheng <remy@archlinux.org> @@ -9,15 +8,18 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=hplip -pkgver=3.18.6 -pkgrel=1.parabola3 +pkgver=3.19.3 +pkgrel=1 +pkgrel+=.par1 epoch=1 -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" +pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" +pkgdesc+=", without printers with nonfree drivers support and hplip-plugin binary blobs recommendation (Parabola rebranded)" +arch=('x86_64') +arch+=('i686' 'armv7h') +url="https://hplipopensource.com" license=('GPL' 'custom') -depends=('python-dbus' 'ghostscript' 'net-snmp' 'foomatic-db-engine') -makedepends=('python-pyqt5' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb') +depends=('python-dbus' 'ghostscript' 'net-snmp' 'foomatic-db-engine' 'python-gobject') +makedepends=('python-pyqt5' 'sane' 'rpcbind' 'cups' 'libusb') optdepends=('cups: for printing support' 'sane: for scanner support' 'xsane: sane scanner frontend' @@ -25,7 +27,6 @@ optdepends=('cups: for printing support' 'python-reportlab: for pdf output in hp-scan' 'rpcbind: for network support' 'python-pyqt5: for running GUI and hp-toolbox' - 'python-gobject: for running hp-toolbox' 'libusb: for advanced usb support' 'wget: for network support') replaces=(${pkgname}-libre) @@ -35,15 +36,13 @@ source=(https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.a disable_upgrade.patch 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch - fix_install.patch - python.patch) -sha256sums=('0ecf3e68b09480f602de81798ac00774cf8ffe754692e784bbbe0f9b2e337b7d' + 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch) +sha512sums=('6191974d6c9a35e58a9b0d2ff1077b3a9479e44ccb76a551f3e29ca56d420bfe0778fa6b7a4e51b18f2e55cae9ad1f5216f716e22b651122ec0fe9e730fcd29a' 'SKIP' - 'eca366677583122f2e1048103f0d4a2b002a18c1e6d17b0bc71f4067a221fd38' - 'a5ee6546d33db8f41ecea2b377355ce261b3e98d7f9988ee1652f0daebb6d0da' - '85cd7fa2314f217cf8072a2635bff82831564f842dba245e0619e0630a8fc0f5' - '6edaedfd3f0925b099632a7052e054f18549be25381689680e8374c869687dc6' - '7116e9bb1bd9a01b6638dd705671f6e12076b143757edff3273c1cf89a1bbdd1') + 'f0cf2774e53070406e89614b748e3c45079be889b83d5854340b92093643f6f8b332d6b6e617884d2bdcbef667a84ee5741b07c5fb080bb04925bb454af448d1' + '22aeb5b851f78bc6bc62e0bc3da99fecaf42d7604af41e2f3343f8d3666541f7b06b7d1a7d0ddf24f1731ac7b12dfe582375a98e3b94dfa323d6ce954549ca67' + '763949a0bc460dcc9faefc86f2a91cf342781bfce696ed0c3826758572dd03ac266bbeb7b6a4f9376ac298d7d3c9c4def42d94921a8e1d1695e39396e36d95ff' + '8710e039626878270b8b7bc1569566274d935c84652d758e25ce8fe01c0f44d911148620bb494489e1238201c01f3ba255c19f7dc5c2ff0d45a5f2a79190286b') validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP <hplip@hp.com> prepare() { @@ -81,10 +80,8 @@ prepare() { patch -Np1 -i ${srcdir}/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch # fix some handling unicode file names FS#58412 patch -Np1 -i ${srcdir}/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch - # fix installation of missing library - FS#59548 -# patch -Np1 -i ${srcdir}/fix_install.patch - # fix python issue - FS#59548 -# patch -Np1 -i ${srcdir}/python.patch + # remove binary blob libImageProcessor and all linking - FS#59681 + patch -Np1 -i ${srcdir}/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch export AUTOMAKE='automake --foreign' autoreconf --force --install |