[arch-commits] Commit in hplip/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Mar 1 17:39:00 UTC 2009


    Date: Sunday, March 1, 2009 @ 12:38:59
  Author: tpowa
Revision: 28591

upgpkg: hplip 3.9.2-1

Modified:
  hplip/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-01 17:25:10 UTC (rev 28590)
+++ PKGBUILD	2009-03-01 17:38:59 UTC (rev 28591)
@@ -3,21 +3,23 @@
 # Contributor: Morgan LEFIEUX <comete at archlinuxfr.org>
 
 pkgname=hplip
-pkgver=2.8.12
+pkgver=3.9.2
 pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet."
 arch=('i686' 'x86_64')
-url="http://hplip.sourceforge.net"
+url="http://hplipopensource.com"
 license=('GPL')
-makedepends=('pyqt3' 'pkgconfig' 'sane' 'net-snmp>=5.4' 'portmap')
-depends=('cups' 'python' 'ghostscript' 'foomatic-db' 'foomatic-db-hpijs' 'foomatic-db-engine' 'libcups')
+makedepends=('pyqt3' 'pkgconfig' 'sane' 'portmap' 'dbus-python')
+depends=('cups' 'python' 'ghostscript' 'foomatic-db' 'foomatic-db-hpijs' 'foomatic-db-engine' 'libcups' 'net-snmp>=5.4')
 replaces=('hpijs')
 options=('!libtool')
 install=hplip.install
 source=(http://downloads.sourceforge.net/sourceforge/hplip/$pkgname-$pkgver.tar.gz)
-optdepends=('sane: for scanner support'
-            'net-snmp and portmap: for network support'
+optdepends=('dbus-python: for dbus support'
+            'sane: for scanner support'
+            'portmap: for network support'
             'pyqt3: for running hp-toolbox')
+
 build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-foomatic-rip-hplip-install --enable-foomatic-ppd-install
@@ -27,6 +29,7 @@
  rm -rf $pkgdir/etc/sane.d
  # remove autostart of hp-daemon
  rm -r $pkgdir/etc/xdg
+ # remove non zipped ppd files
+ rm $pkgdir/usr/share/ppd/HP/*.ppd
 }
-
-md5sums=('f6d04d4ed5c41e3e1c84e6a7af6b8db7')
+md5sums=('581224f556a23ac5545dde541b6f54ca')




More information about the arch-commits mailing list