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

Andrea Scarpino andrea at archlinux.org
Sat Sep 11 15:09:22 UTC 2010


    Date: Saturday, September 11, 2010 @ 11:09:21
  Author: andrea
Revision: 90423

python2 rebuild

Modified:
  kdeutils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-11 15:05:32 UTC (rev 90422)
+++ PKGBUILD	2010-09-11 15:09:21 UTC (rev 90423)
@@ -17,7 +17,7 @@
          'kdeutils-superkaramba'
          'kdeutils-sweeper')
 pkgver=4.5.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -155,10 +155,13 @@
 	url="http://kde.org/applications/system/printerapplet/"
 	cd $srcdir/build/printer-applet
 	make DESTDIR=$pkgdir install
+
+        # fix python 2.7 path
+        find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
 }
 
 package_kdeutils-superkaramba() {
-	pkgdesc='An engine for cool desktop eyecandy.'
+	pkgdesc='An engine for cool desktop eyecandy'
 	depends=('kdebase-runtime' 'kdebindings-python' 'qimageblitz')
 	url="http://kde.org/applications/utilities/superkaramba"
 	install='kdeutils.install'




More information about the arch-commits mailing list