[arch-commits] CVS update of unstable/multimedia/gimp-devel (PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Jan 31 03:36:20 UTC 2008


    Date: Wednesday, January 30, 2008 @ 22:36:20
  Author: eric
    Path: /home/cvs-unstable/unstable/multimedia/gimp-devel

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: gimp-devel 2.4.4-1


----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)


Index: unstable/multimedia/gimp-devel/PKGBUILD
diff -u unstable/multimedia/gimp-devel/PKGBUILD:1.17 unstable/multimedia/gimp-devel/PKGBUILD:1.18
--- unstable/multimedia/gimp-devel/PKGBUILD:1.17	Fri Jan  4 20:55:09 2008
+++ unstable/multimedia/gimp-devel/PKGBUILD	Wed Jan 30 22:36:20 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.17 2008/01/05 01:55:09 eric Exp $
+# $Id: PKGBUILD,v 1.18 2008/01/31 03:36:20 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Woody Gilk <woody at archlinux.org>
 
 pkgname=gimp-devel
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="GNU Image Manipulation Program (Latest source tarball release: Stable or Development Version)"
 arch=('i686' 'x86_64')
@@ -16,15 +16,15 @@
              'gnome-python>=2.16.2' 'poppler>=0.6' 'pkgconfig>=0.21' \
              'libgnomeprintui>=2.18' 'alsa-lib>=1.0.13')
 options=('!libtool' '!makeflags')
-conflicts=('gimp' 'gimp-unstable')
-provides=('gimp')
+conflicts=('gimp')
+provides=("gimp=$pkgver")
 install=${pkgname}.install
-source=(ftp://ftp.gimp.org/pub/gimp/v2.4/gimp-2.4.3.tar.bz2 linux.gpl)
-md5sums=('958988ac02642e2dfda7ad7d045e2a84' 'bb27bc214261d36484093e857f015f38')
-sha1sums=('2be7a61d11c86da41e4645fee518a7bfe951302a' '110ce9798173b19a662d086ed7b882b4729f06cf')
+source=(ftp://ftp.gimp.org/pub/gimp/v2.4/gimp-$pkgver.tar.bz2 linux.gpl)
+md5sums=('41d0568581de99f3fd2ecb5babae1f6e' 'bb27bc214261d36484093e857f015f38')
+sha1sums=('47c80470e15e3fa29e46652130e870e0c952789f' '110ce9798173b19a662d086ed7b882b4729f06cf')
 
 build() {
-  cd ${startdir}/src/gimp-2.4.3
+  cd ${startdir}/src/gimp-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
     --enable-mp --enable-gimp-console --disable-devel-docs \
     --enable-python --with-gif-compression=lzw \
@@ -34,7 +34,4 @@
 
   install -Dm644 ${startdir}/src/linux.gpl \
     ${startdir}/pkg/usr/share/gimp/2.0/palettes/Linux.gpl
-
-  #Provided by gutenprint 	 
-#  rm -f ${startdir}/pkg/usr/lib/gimp/2.0/plug-ins/print
 }




More information about the arch-commits mailing list