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

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 13:37:24 UTC 2010


    Date: Friday, September 3, 2010 @ 09:37:23
  Author: remy
Revision: 89733

upgpkg: gtkpod 0.99.16-2
Rebuild for python2.

Modified:
  gtkpod/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 13:12:13 UTC (rev 89732)
+++ PKGBUILD	2010-09-03 13:37:23 UTC (rev 89733)
@@ -4,7 +4,7 @@
 
 pkgname=gtkpod
 pkgver=0.99.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A platform independent GUI for Apple's iPod using GTK2"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,6 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
   ./configure --prefix=/usr || return 1
   make || return 1
 }




More information about the arch-commits mailing list