summaryrefslogtreecommitdiff
path: root/testing/gimp/PKGBUILD
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/PKGBUILD
parent5d3c3e85c503dae5753d1b7e92b7cdc3b3a2b34b (diff)
Sat Apr 16 13:48:38 UTC 2011
Diffstat (limited to 'testing/gimp/PKGBUILD')
-rw-r--r--testing/gimp/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/gimp/PKGBUILD b/testing/gimp/PKGBUILD
index c238765a7..c0bab91ef 100644
--- a/testing/gimp/PKGBUILD
+++ b/testing/gimp/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 118818 2011-04-08 04:09:10Z eric $
+# $Id: PKGBUILD 119782 2011-04-15 08:31:34Z jgc $
# Maintainer: tobias <tobias@archlinux.org>
pkgname=gimp
pkgver=2.6.11
-pkgrel=4
+pkgrel=5
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
url="http://www.gimp.org/"
@@ -15,7 +15,6 @@ makedepends=('gutenprint' 'intltool' 'libwebkit' 'gnome-python' 'poppler-glib' \
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-devel')
@@ -31,7 +30,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
}