Date: Sunday, September 18, 2011 @ 02:56:19
  Author: eric
Revision: 138172

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gimp-gap/repos/extra-i686/PKGBUILD
    (from rev 138171, gimp-gap/trunk/PKGBUILD)
  gimp-gap/repos/extra-x86_64/PKGBUILD
    (from rev 138171, gimp-gap/trunk/PKGBUILD)
Deleted:
  gimp-gap/repos/extra-i686/PKGBUILD
  gimp-gap/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   57 +++++++++++++++++++++++-------------------------
 extra-x86_64/PKGBUILD |   57 +++++++++++++++++++++++-------------------------
 2 files changed, 56 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-18 06:55:48 UTC (rev 138171)
+++ extra-i686/PKGBUILD 2011-09-18 06:56:19 UTC (rev 138172)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: tobias <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-
-pkgname=gimp-gap
-pkgver=2.6.0
-pkgrel=2
-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.6.0' 'xvidcore' 'bash' 'libjpeg')
-makedepends=('intltool')
-options=('!makeflags')
-source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
-md5sums=('249ed829de8b78675c0fe4ef4212089f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-    #Arch64 fix
-  if [ "$CARCH" = "x86_64" ]; then 
-    ./configure --prefix=/usr CFLAGS="$CFLAGS -fPIC" || return 1
-  else
-    ./configure --prefix=/usr || return 1
-  fi
-
-  make || return 1
-  make DESTDIR="$pkgdir" install || return 1
-}

Copied: gimp-gap/repos/extra-i686/PKGBUILD (from rev 138171, 
gimp-gap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2011-09-18 06:56:19 UTC (rev 138172)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+pkgname=gimp-gap
+pkgver=2.6.0
+pkgrel=3
+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' 'xvidcore' 'bash' 'libjpeg')
+makedepends=('intltool')
+options=('!makeflags')
+source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
+md5sums=('249ed829de8b78675c0fe4ef4212089f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  [ "$CARCH" = "x86_64" ] && CFLAGS+="-fPIC"
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2011-09-18 06:55:48 UTC (rev 138171)
+++ extra-x86_64/PKGBUILD       2011-09-18 06:56:19 UTC (rev 138172)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: tobias <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-
-pkgname=gimp-gap
-pkgver=2.6.0
-pkgrel=2
-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.6.0' 'xvidcore' 'bash' 'libjpeg')
-makedepends=('intltool')
-options=('!makeflags')
-source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
-md5sums=('249ed829de8b78675c0fe4ef4212089f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-    #Arch64 fix
-  if [ "$CARCH" = "x86_64" ]; then 
-    ./configure --prefix=/usr CFLAGS="$CFLAGS -fPIC" || return 1
-  else
-    ./configure --prefix=/usr || return 1
-  fi
-
-  make || return 1
-  make DESTDIR="$pkgdir" install || return 1
-}

Copied: gimp-gap/repos/extra-x86_64/PKGBUILD (from rev 138171, 
gimp-gap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2011-09-18 06:56:19 UTC (rev 138172)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+pkgname=gimp-gap
+pkgver=2.6.0
+pkgrel=3
+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' 'xvidcore' 'bash' 'libjpeg')
+makedepends=('intltool')
+options=('!makeflags')
+source=(ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/$pkgname-$pkgver.tar.bz2)
+md5sums=('249ed829de8b78675c0fe4ef4212089f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  [ "$CARCH" = "x86_64" ] && CFLAGS+="-fPIC"
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Reply via email to