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

Eric Bélanger eric at archlinux.org
Wed Jul 8 01:46:07 UTC 2009


    Date: Tuesday, July 7, 2009 @ 21:46:07
  Author: eric
Revision: 45155

upgpkg: gimp-gap 2.6.0-1
    upstream update, libjpeg rebuild, added intltool makedepends, disabled SMP build

Modified:
  gimp-gap/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-08 01:32:10 UTC (rev 45154)
+++ PKGBUILD	2009-07-08 01:46:07 UTC (rev 45155)
@@ -3,25 +3,27 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=gimp-gap
-pkgver=2.4.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="A Plug-In collection to edit and create animations for the Gimp"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gimp.org/downloads/"
-depends=('gimp>=2.4.4' 'xvidcore' 'bash')
-source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.4/gap/$pkgname-$pkgver.tar.bz2)
-md5sums=('b3e8eb56cc3d94325a81266a2d95fa39')
+depends=('gimp>=2.6.0' 'xvidcore' 'bash' 'libjpeg>=7')
+makedepends=('intltool')
+options=('!makeflags')
+source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
+md5sums=('249ed829de8b78675c0fe4ef4212089f')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
     #Arch64 fix
   if [ "$CARCH" = "x86_64" ]; then 
-    ./configure --prefix=/usr CFLAGS="$CFLAGS -fPIC"
+    ./configure --prefix=/usr CFLAGS="$CFLAGS -fPIC" || return 1
   else
-    ./configure --prefix=/usr 
+    ./configure --prefix=/usr || return 1
   fi
 
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR="$pkgdir" install || return 1
 }




More information about the arch-commits mailing list