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

Eric Bélanger eric at archlinux.org
Tue Jan 10 03:20:24 UTC 2012


    Date: Monday, January 9, 2012 @ 22:20:24
  Author: eric
Revision: 146389

upgpkg: hplip 3.11.12-1

Upstream update, Remove hal fdi file (close FS#27886)

Modified:
  hplip/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-10 00:35:24 UTC (rev 146388)
+++ PKGBUILD	2012-01-10 03:20:24 UTC (rev 146389)
@@ -3,8 +3,8 @@
 # Contributor: Morgan LEFIEUX <comete at archlinuxfr.org>
 
 pkgname=hplip
-pkgver=3.11.10
-pkgrel=2
+pkgver=3.11.12
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com"
@@ -25,8 +25,8 @@
 options=('!libtool')
 install=hplip.install
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('6143f30f3b6905ef22105176a3b80db0'
-         '396bbd8c5cc92aa8295e5bcb508692f3')
+md5sums=('a29628107801f09161c57aa0515fe7f7'
+         '85d13b3f45829a60c040e686bee8080e')
 
 build() {
  cd "$srcdir/$pkgname-$pkgver"
@@ -39,11 +39,6 @@
  sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
  sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
 
- # fix sysfs rules
- sed -i -e "s|SYSFS|ATTR|g" \
-        -e "s|sysfs|attr|g" \
-   data/rules/56-hpmud_support.rules
-
  ./configure --prefix=/usr \
              --enable-qt4 \
              --enable-foomatic-rip-hplip-install \
@@ -65,4 +60,6 @@
  make rulesdir=/lib/udev/rules.d DESTDIR="$pkgdir/" install
  # remove config provided by sane and autostart of hp-daemon
  rm -rf "$pkgdir"/etc/{sane.d,xdg}
+ # remove HAL .fdi file because HAL is no longer used
+ rm -rf "$pkgdir"/usr/share/hal
 }




More information about the arch-commits mailing list