summaryrefslogtreecommitdiff
path: root/testing/gimp-devel
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-16 13:48:38 +0000
committerroot <root@rshg047.dnsready.net>2011-04-16 13:48:38 +0000
commitec549f64c923643d4b13dd7d364e080840ae3e29 (patch)
treecb680711dd6875847036bbd555f4c2539e433690 /testing/gimp-devel
parent5d3c3e85c503dae5753d1b7e92b7cdc3b3a2b34b (diff)
Sat Apr 16 13:48:38 UTC 2011
Diffstat (limited to 'testing/gimp-devel')
-rw-r--r--testing/gimp-devel/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/testing/gimp-devel/PKGBUILD b/testing/gimp-devel/PKGBUILD
index 533100002..16ede8148 100644
--- a/testing/gimp-devel/PKGBUILD
+++ b/testing/gimp-devel/PKGBUILD
@@ -1,30 +1,29 @@
-# $Id: PKGBUILD 118821 2011-04-08 05:03:45Z eric $
+# $Id: PKGBUILD 119839 2011-04-15 18:55:33Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=gimp-devel
-pkgver=2.7.1
-pkgrel=5
+pkgver=2.7.2
+pkgrel=1
pkgdesc="GNU Image Manipulation Program (Development Version)"
arch=('i686' 'x86_64')
url="http://www.gimp.org/"
license=('GPL')
depends=('gtk2' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 'dbus-glib' \
- 'libexif' 'pygtk' 'desktop-file-utils' 'gegl')
+ 'libexif' 'pygtk' 'desktop-file-utils' 'gegl' 'hicolor-icon-theme')
makedepends=('gutenprint' 'intltool' 'libwebkit' 'gnome-python' 'poppler-glib' \
'pkg-config' 'alsa-lib' 'iso-codes')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
'libwebkit: for the help browser'
'poppler-glib: for pdf support'
- 'hal: for Linux input event controller module'
'alsa-lib: for MIDI event controller module')
options=('!libtool' '!makeflags')
conflicts=('gimp')
provides=("gimp=${pkgver}")
install=gimp-devel.install
source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/gimp-${pkgver}.tar.bz2 linux.gpl)
-md5sums=('4932a0a1645ecd5b23ea6155ddda013d'
+md5sums=('6996138ab70b0bfebfe9f563284e5f78'
'bb27bc214261d36484093e857f015f38')
-sha1sums=('3dcfc08ddccbdf541449e4ea6be252b449f6d872'
+sha1sums=('4690420961d110f99448c32fe61aae7d4869a863'
'110ce9798173b19a662d086ed7b882b4729f06cf')
build() {
@@ -32,7 +31,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc \
--enable-mp --enable-gimp-console --enable-gimp-remote \
--enable-python --with-gif-compression=lzw \
- --without-aa
+ --without-aa --without-hal
make
}