[arch-commits] Commit in hplip/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Aug 2 20:41:48 UTC 2009
Date: Sunday, August 2, 2009 @ 16:41:47
Author: tpowa
Revision: 48506
upgpkg: hplip 3.9.6b-2
Modified:
hplip/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-08-02 17:20:47 UTC (rev 48505)
+++ PKGBUILD 2009-08-02 20:41:47 UTC (rev 48506)
@@ -4,7 +4,7 @@
pkgname=hplip
pkgver=3.9.6b
-pkgrel=1
+pkgrel=2
pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet."
arch=('i686' 'x86_64')
url="http://hplipopensource.com"
@@ -24,8 +24,10 @@
build() {
cd $srcdir/$pkgname-$pkgver
- #patch -Np1 -i $srcdir/hplip-3.9.4b-gcc44.patch || return 1
- ./configure --prefix=/usr --enable-qt4 --enable-foomatic-rip-hplip-install --enable-foomatic-ppd-install
+ ./configure --prefix=/usr --enable-qt4 --enable-foomatic-rip-hplip-install \
+ --enable-foomatic-ppd-install --enable-hpcups-install \
+ --enable-cups-drv-install --enable-hpijs-install \
+ --enable-foomatic-drv-install
make || return 1
make DESTDIR=$pkgdir/ install
More information about the arch-commits
mailing list