diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-18 00:48:09 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-18 00:48:09 -0200 |
commit | cc6525775effd1da30e8d8a8274a4db79c2d9bec (patch) | |
tree | 44977d1661c8e5366829de6fffb3c9aad05c2d4b /libre/hplip | |
parent | 3aec9ec0ee9b4717d408b4e730dd27766673446b (diff) | |
download | abslibre-cc6525775effd1da30e8d8a8274a4db79c2d9bec.tar.gz abslibre-cc6525775effd1da30e8d8a8274a4db79c2d9bec.tar.bz2 abslibre-cc6525775effd1da30e8d8a8274a4db79c2d9bec.zip |
hplip-3.15.2-3.parabola1: use python-gobject; FS#43781 -> https://bugs.archlinux.org/task/43781
Diffstat (limited to 'libre/hplip')
-rw-r--r-- | libre/hplip/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/hplip/PKGBUILD b/libre/hplip/PKGBUILD index 5cda19fd2..8ec3c1f9c 100644 --- a/libre/hplip/PKGBUILD +++ b/libre/hplip/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 230854 2015-02-05 20:49:33Z andyrtr $ +# $Id: PKGBUILD 231614 2015-02-16 18:19:39Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> # Maintainer (Arch): Tom Gundersen <teg@jklm.no> # Contributor (Arch): Rémy Oudompheng <remy@archlinux.org> @@ -7,22 +7,21 @@ pkgname=hplip pkgver=3.15.2 -pkgrel=2.parabola1 +pkgrel=3.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' 'mips64el') url="http://hplipopensource.com" license=('GPL') depends=('python' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 'foomatic-db-engine') -makedepends=('python-pyqt4' 'python-gobject2' 'sane' 'rpcbind' 'cups' 'libusb') +makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb') optdepends=('cups: for printing support' 'python-dbus: for dbus support' 'sane: for scanner support' 'python-pillow: for commandline scanning support' - #'python2-notify: for Desktop notification support' 'python-reportlab: for pdf output in hp-scan' 'rpcbind: for network support' 'python-pyqt4: for running GUI and hp-toolbox' - 'python-gobject2: for running hp-toolbox' + 'python-gobject: for running hp-toolbox' 'libusb: for advanced usb support') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) |