[arch-commits] Commit in hplip/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Oct 16 01:12:19 UTC 2012
Date: Monday, October 15, 2012 @ 21:12:19
Author: eric
Revision: 168795
upgpkg: hplip 3.12.10.a-3
Update optdepends for python2 pkg renaming
Modified:
hplip/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-16 00:45:16 UTC (rev 168794)
+++ PKGBUILD 2012-10-16 01:12:19 UTC (rev 168795)
@@ -5,7 +5,7 @@
pkgname=hplip
pkgver=3.12.10.a
-pkgrel=2
+pkgrel=3
pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
arch=('i686' 'x86_64')
url="http://hplipopensource.com"
@@ -16,8 +16,8 @@
optdepends=('cups: for printing support'
'python2-dbus: for dbus support'
'sane: for scanner support'
- 'python-imaging: for commandline scanning support'
- 'python-notify: for Desktop notification support'
+ 'python2-imaging: for commandline scanning support'
+ 'python2-notify: for Desktop notification support'
'rpcbind: for network support'
'python2-pyqt: for running hp-toolbox'
'python2-gobject2: for running hp-toolbox'
@@ -37,7 +37,7 @@
cd "$srcdir/$pkgname-${pkgver/.a/a}"
# fix build with cups 1.6 - FC hplip-ipp-accessors.patch
- patch -Np1 -i ${srcdir}/cups-1.6-buildfix.diff
+ patch -Np1 -i "${srcdir}/cups-1.6-buildfix.diff"
export PYTHON=python2
More information about the arch-commits
mailing list