[arch-commits] Commit in gimp-devel/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Sep 6 20:37:09 UTC 2010


    Date: Monday, September 6, 2010 @ 16:37:09
  Author: eric
Revision: 90055

upgpkg: gimp-devel 2.7.1-2
Rebuilt against python2

Modified:
  gimp-devel/trunk/ChangeLog
  gimp-devel/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-09-06 20:34:57 UTC (rev 90054)
+++ ChangeLog	2010-09-06 20:37:09 UTC (rev 90055)
@@ -1,3 +1,8 @@
+2010-09-06  Eric Belanger  <eric at archlinux.org>
+
+	* gimp-devel 2.7.1-2
+	* Rebuilt against python2
+
 2010-06-29  Eric Belanger  <eric at archlinux.org>
 
 	* gimp-devel 2.7.1-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-06 20:34:57 UTC (rev 90054)
+++ PKGBUILD	2010-09-06 20:37:09 UTC (rev 90055)
@@ -4,7 +4,7 @@
 
 pkgname=gimp-devel
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Image Manipulation Program (Development Version)"
 arch=('i686' 'x86_64')
 url="http://www.gimp.org/"
@@ -39,6 +39,7 @@
 package() {
   cd "${srcdir}/gimp-${pkgver}"
   make DESTDIR="${pkgdir}" install-strip
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' "${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
 
   install -D -m644 "${srcdir}/linux.gpl" "${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
 




More information about the arch-commits mailing list