[arch-commits] Commit in gimp-fourier/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 16 21:22:58 UTC 2009


    Date: Sunday, August 16, 2009 @ 17:22:58
  Author: jgc
Revision: 49916

Merged revisions 49915 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/gimp-fourier/trunk

........
  r49915 | jgc | 2009-08-16 23:22:20 +0200 (Sun, 16 Aug 2009) | 2 lines
  
  upgpkg: gimp-fourier 0.3.3-1
      Update to 0.3.3, depend on gimp
........

Modified:
  gimp-fourier/repos/extra-x86_64/	(properties)
  gimp-fourier/repos/extra-x86_64/PKGBUILD

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


Property changes on: gimp-fourier/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gimp-fourier/trunk:1-27133
   + /gimp-fourier/trunk:1-49915

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-08-16 21:22:20 UTC (rev 49915)
+++ extra-x86_64/PKGBUILD	2009-08-16 21:22:58 UTC (rev 49916)
@@ -3,22 +3,20 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=gimp-fourier
-pkgver=0.3.1
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="A GIMP Plug-In for fourier transformation"
 arch=(i686 x86_64)
 license=('GPL2') # asked the author - reply on 2007-11-07
 url="http://people.via.ecp.fr/~remi/soft/gimp/gimp_plugin_en.php3"
-depends=('fftw')
+depends=('fftw' 'gimp')
 groups=('gimp-plugins')
-source=("http://people.via.ecp.fr/~remi/soft/gimp/fourier-$pkgver.tar.gz")
-md5sums=('ae946432d37f55558c1c3f98dc91215b')
+source=(http://people.via.ecp.fr/~remi/soft/gimp/fourier-${pkgver}.tar.gz)
+md5sums=('c73292caf6b8fc917ef961c4d0089a1c')
 
 build() {
-  cd $startdir/src/fourier-$pkgver
-    #cleanup: remove already provided binary:
-    rm -f fourier
-    make GIMPTOOL=gimptool-2.0 || return 1
-    mkdir -p $startdir/pkg/usr/lib/gimp/2.0/plug-ins/
-    install -c fourier $startdir/pkg/usr/lib/gimp/2.0/plug-ins/
+  cd "${srcdir}/fourier-${pkgver}"
+  make GIMPTOOL=gimptool-2.0 || return 1
+  install -m755 -d "${pkgdir}/usr/lib/gimp/2.0/plug-ins"
+  install -m755 fourier "${pkgdir}/usr/lib/gimp/2.0/plug-ins/" || return 1
 }




More information about the arch-commits mailing list