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

Jan de Groot jgc at archlinux.org
Fri Apr 15 08:31:34 UTC 2011


    Date: Friday, April 15, 2011 @ 04:31:34
  Author: jgc
Revision: 119782

upgpkg: gimp 2.6.11-5
Remove hal support

Modified:
  gimp/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-15 08:22:41 UTC (rev 119781)
+++ PKGBUILD	2011-04-15 08:31:34 UTC (rev 119782)
@@ -3,7 +3,7 @@
 
 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 @@
 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 @@
   ./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
 }
 




More information about the arch-commits mailing list