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 <[email protected]> +# Maintainer : Rémy Oudompheng <[email protected]> # Contributor: Morgan LEFIEUX <[email protected]> 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 \
