[arch-commits] Commit in gimp/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Fri May 4 19:10:06 UTC 2012


    Date: Friday, May 4, 2012 @ 15:10:05
  Author: daniel
Revision: 158543

upgpkg: gimp 2.8.0-1

New upstream stable release

Modified:
  gimp/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-04 17:15:31 UTC (rev 158542)
+++ PKGBUILD	2012-05-04 19:10:05 UTC (rev 158543)
@@ -1,15 +1,15 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
 
 pkgname=gimp
-pkgver=2.6.12
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="GNU Image Manipulation Program"
 arch=('i686' 'x86_64')
 url="http://www.gimp.org/"
 license=('GPL' 'LGPL')
 depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 'dbus-glib' \
-         'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme')
+         'libexif' 'gegl' 'desktop-file-utils' 'hicolor-icon-theme' 'babl')
 makedepends=('intltool' 'libwebkit' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl')
 optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
             'libwebkit: for the help browser'
@@ -21,13 +21,13 @@
 install=gimp.install
 source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 linux.gpl 
         uri-backend-libcurl.patch)
-sha1sums=('82964e3d4eb003239f3443a1bccac53f5d780e15'
-          '110ce9798173b19a662d086ed7b882b4729f06cf'
-          'a65b0ee6cd1b4345065b7b98c07f2fed15f844f4')
+md5sums=('28997d14055f15db063eb92e1c8a7ebb'
+         'bb27bc214261d36484093e857f015f38'
+         'e894f4b2ffa92c71448fdd350e9b78c6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < ../uri-backend-libcurl.patch
+  #patch -p1 < ../uri-backend-libcurl.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
     --enable-mp --enable-gimp-console --enable-gimp-remote \
     --enable-python --with-gif-compression=lzw --with-libcurl \




More information about the arch-commits mailing list