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

Rémy Oudompheng remy at archlinux.org
Sat Jun 11 09:02:04 UTC 2011


    Date: Saturday, June 11, 2011 @ 05:02:04
  Author: remy
Revision: 127207

Upstream update

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-11 08:47:22 UTC (rev 127206)
+++ PKGBUILD	2011-06-11 09:02:04 UTC (rev 127207)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer : Rémy Oudompheng <remy at archlinux.org>
 # Contributor: Morgan LEFIEUX <comete at archlinuxfr.org>
 
 pkgname=hplip
@@ -19,7 +19,8 @@
             'python-notify: for Desktop notification support'
             'rpcbind: for network support'
             'python2-qt: for running hp-toolbox'
-            'pygobject: for running hp-toolbox')
+            'pygobject: for running hp-toolbox'
+            'hplip-plugin: binary blobs for specific devices')
 replaces=('hpijs')
 options=('!libtool')
 install=hplip.install
@@ -28,6 +29,7 @@
 
 build() {
  cd "$srcdir/$pkgname-$pkgver"
+ export PYTHON=python2
  find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
  ./configure --prefix=/usr \
              --enable-qt4 \




More information about the arch-commits mailing list