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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu May 31 16:27:23 UTC 2012


    Date: Thursday, May 31, 2012 @ 12:27:22
  Author: andyrtr
Revision: 160244

upgpkg: hplip 3.12.4-2

don't build the old foomatic-rip version that breaks printing with cups-filters; FS#30085

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-31 15:59:08 UTC (rev 160243)
+++ PKGBUILD	2012-05-31 16:27:22 UTC (rev 160244)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com"
@@ -25,6 +25,8 @@
 options=('!libtool')
 install=hplip.install
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('a063f76aa47edab55a3f31ff2558df07'
+         '2fe18f4091afb3dec200271dc7836128')
 
 build() {
  cd "$srcdir/$pkgname-$pkgver"
@@ -42,7 +44,7 @@
 
  ./configure --prefix=/usr \
              --enable-qt4 \
-             --enable-foomatic-rip-hplip-install \
+             --disable-foomatic-rip-hplip-install \
              --enable-foomatic-ppd-install \
              --enable-hpcups-install \
              --enable-new-hpcups \
@@ -67,5 +69,3 @@
  mv "$pkgdir"/lib/udev "$pkgdir"/usr/lib/
  rm "$pkgdir"/lib -r
 }
-md5sums=('a063f76aa47edab55a3f31ff2558df07'
-         '2fe18f4091afb3dec200271dc7836128')




More information about the arch-commits mailing list