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

Eric Belanger eric at archlinux.org
Sat Jan 5 01:55:10 UTC 2008


    Date: Friday, January 4, 2008 @ 20:55:10
  Author: eric
    Path: /home/cvs-unstable/unstable/multimedia/gimp-devel

Modified: PKGBUILD (1.16 -> 1.17) gimp-devel.install (1.3 -> 1.4)

upgpkg: gimp-devel 2.4.3-1
Upstream update. From now on, gimp-devel will use the latest tarball release (stable or developement).


--------------------+
 PKGBUILD           |   31 ++++++++++++++++---------------
 gimp-devel.install |   13 ++++++-------
 2 files changed, 22 insertions(+), 22 deletions(-)


Index: unstable/multimedia/gimp-devel/PKGBUILD
diff -u unstable/multimedia/gimp-devel/PKGBUILD:1.16 unstable/multimedia/gimp-devel/PKGBUILD:1.17
--- unstable/multimedia/gimp-devel/PKGBUILD:1.16	Wed Sep 26 23:52:42 2007
+++ unstable/multimedia/gimp-devel/PKGBUILD	Fri Jan  4 20:55:09 2008
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD,v 1.16 2007/09/27 03:52:42 eric Exp $
-# Maintainer: Woody Gilk <woody at archlinux.org>
+# $Id: PKGBUILD,v 1.17 2008/01/05 01:55:09 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Woody Gilk <woody at archlinux.org>
 
 pkgname=gimp-devel
-pkgver=2.4.0rc3
+pkgver=2.4.3
 pkgrel=1
-pkgdesc="GNU Image Manipulation Program (Development Version)"
+pkgdesc="GNU Image Manipulation Program (Latest source tarball release: Stable or Development Version)"
 arch=('i686' 'x86_64')
 url="http://www.gimp.org/"
 license=('GPL')
@@ -17,23 +18,23 @@
 options=('!libtool' '!makeflags')
 conflicts=('gimp' 'gimp-unstable')
 provides=('gimp')
-install=$pkgname.install
-source=(ftp://ftp.gimp.org/pub/gimp/v2.4/testing/gimp-2.4.0-rc3.tar.bz2 linux.gpl)
-md5sums=('f468ce7c1e3ead678f41b10b28200e60' 'bb27bc214261d36484093e857f015f38')
-sha1sums=('ed8d0e852d8c0edf0bbb2673ff8bf291844fadde' '110ce9798173b19a662d086ed7b882b4729f06cf')
+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')
 
 build() {
-  cd $startdir/src/gimp-2.4.0-rc3
+  cd ${startdir}/src/gimp-2.4.3
   ./configure --prefix=/usr --sysconfdir=/etc \
     --enable-mp --enable-gimp-console --disable-devel-docs \
-    --with-gif-compression=lzw --without-aa --enable-python
-
+    --enable-python --with-gif-compression=lzw \
+    --without-aa
   make || return 1
-  make DESTDIR=$startdir/pkg install-strip
+  make DESTDIR=${startdir}/pkg install-strip
 
-  install -D -m644 $startdir/src/linux.gpl \
-    $startdir/pkg/usr/share/gimp/2.0/palettes/Linux.gpl
+  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
+#  rm -f ${startdir}/pkg/usr/lib/gimp/2.0/plug-ins/print
 }
Index: unstable/multimedia/gimp-devel/gimp-devel.install
diff -u unstable/multimedia/gimp-devel/gimp-devel.install:1.3 unstable/multimedia/gimp-devel/gimp-devel.install:1.4
--- unstable/multimedia/gimp-devel/gimp-devel.install:1.3	Sun Sep  9 00:42:02 2007
+++ unstable/multimedia/gimp-devel/gimp-devel.install	Fri Jan  4 20:55:10 2008
@@ -2,17 +2,15 @@
   cat << EOM
 
 --> OPTIONAL PACKAGES:
--->  gutenprint - printing support
--->  libgtkhtml - help browser support
-
 --> Please install optional packages as necessary. They will be found and
---> used automatically. 
+--> used automatically:
+--> gutenprint - printing support
+--> libgtkhtml - help browser support
 
 EOM
 
-  echo -n "updating desktop mime database... "
-	post_remove $1
-	echo "done."
+  echo "update desktop mime database..."
+  update-desktop-database -q
 }
 
 post_upgrade() {
@@ -20,6 +18,7 @@
 }
 
 post_remove() {
+  echo "update desktop mime database..."
   update-desktop-database -q
 }
 




More information about the arch-commits mailing list