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

Jan de Groot jgc at archlinux.org
Sun Apr 12 14:47:54 UTC 2009


    Date: Sunday, April 12, 2009 @ 10:47:53
  Author: jgc
Revision: 35348

upgpkg: inkscape 0.46-11
    Enable gnomevfs again, it still causes problems on i686

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-12 14:45:35 UTC (rev 35347)
+++ PKGBUILD	2009-04-12 14:47:53 UTC (rev 35348)
@@ -9,7 +9,7 @@
 url="http://inkscape.sourceforge.net/"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('gtkmm>=2.16.0' 'gc>=7.1' 'desktop-file-utils' 'libxslt>=1.1.24' 'perl>=5.10.0' 'pyxml' 'openssl>=0.9.8k' 'lcms>=1.18' 'gtkspell>=2.0.15' 'poppler-glib>=0.10.5' 'imagemagick>=6.5.0.10' 'popt' 'python>=2.6')
+depends=('gtkmm>=2.16.0' 'gc>=7.1' 'desktop-file-utils' 'libxslt>=1.1.24' 'perl>=5.10.0' 'pyxml' 'openssl>=0.9.8k' 'lcms>=1.18' 'gtkspell>=2.0.15' 'poppler-glib>=0.10.5' 'imagemagick>=6.5.0.10' 'popt' 'python>=2.6' 'gnome-vfs>=2.24.1')
 makedepends=('intltool' 'pkgconfig' 'boost')
 options=('!libtool')
 install=inkscape.install
@@ -62,7 +62,7 @@
     --with-xft \
     --with-python \
     --with-perl \
-    --without-gnome-vfs || return 1
+    --with-gnome-vfs || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list