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

Jan de Groot jgc at archlinux.org
Fri Apr 15 09:20:09 UTC 2011


    Date: Friday, April 15, 2011 @ 05:20:09
  Author: jgc
Revision: 119792

upgpkg: gimp-devel 2.7.1-6
Remove hal support

Modified:
  gimp-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-15 09:11:21 UTC (rev 119791)
+++ PKGBUILD	2011-04-15 09:20:09 UTC (rev 119792)
@@ -3,7 +3,7 @@
 
 pkgname=gimp-devel
 pkgver=2.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc="GNU Image Manipulation Program (Development Version)"
 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')
@@ -32,7 +31,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