diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 01:06:56 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 01:08:19 -0300 |
commit | e99d49ba3ae5ddf99685a25d8e078ba1176cf91c (patch) | |
tree | 78a84a4f45633d0ab26875e9c22ef8669b84199a /libre/hplip | |
parent | 9425265fb8de25557153579f3d82ab14c1b6c4be (diff) | |
download | abslibre-e99d49ba3ae5ddf99685a25d8e078ba1176cf91c.tar.gz abslibre-e99d49ba3ae5ddf99685a25d8e078ba1176cf91c.tar.bz2 abslibre-e99d49ba3ae5ddf99685a25d8e078ba1176cf91c.zip |
hplip-3.15.11-2.parabola1: C++11 ABI rebuild
* add optional dependency on xsane - FS#46209 -> https://bugs.archlinux.org/task/46209
Diffstat (limited to 'libre/hplip')
-rw-r--r-- | libre/hplip/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD index 5eb06752c..2c062e9d3 100644 --- a/libre/hplip/PKGBUILD +++ b/libre/hplip/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 253147 2015-12-07 01:28:32Z bpiotrowski $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer (Arch): Tom Gundersen <teg@jklm.no> # Contributor (Arch): Rémy Oudompheng <remy@archlinux.org> @@ -8,7 +9,7 @@ pkgname=hplip pkgver=3.15.11 -pkgrel=1.parabola1 +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') url="http://hplipopensource.com" @@ -18,6 +19,7 @@ makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb') optdepends=('cups: for printing support' 'python-dbus: for dbus support' 'sane: for scanner support' + 'xsane: sane scanner frontend' 'python-pillow: for commandline scanning support' 'python-reportlab: for pdf output in hp-scan' 'rpcbind: for network support' |