[arch-commits] Commit in gimp-gap/repos (4 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:15:18 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:15:18
  Author: pierre
Revision: 83144

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

Added:
  gimp-gap/repos/community-i686/
  gimp-gap/repos/community-i686/PKGBUILD
    (from rev 83143, gimp-gap/trunk/PKGBUILD)
  gimp-gap/repos/community-x86_64/
  gimp-gap/repos/community-x86_64/PKGBUILD
    (from rev 83143, gimp-gap/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: gimp-gap/repos/community-i686/PKGBUILD (from rev 83143, gimp-gap/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 16:15:18 UTC (rev 83144)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+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
+}

Copied: gimp-gap/repos/community-x86_64/PKGBUILD (from rev 83143, gimp-gap/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 16:15:18 UTC (rev 83144)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+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
+}




More information about the arch-commits mailing list