Date: Thursday, April 22, 2010 @ 17:37:55 Author: jgc Revision: 78381
upgpkg: inkscape 0.47-2 Disable gnome-vfs, seems 0.47 does no longer crash without it as 0.46 did (FS#19204) Modified: inkscape/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-22 20:01:40 UTC (rev 78380) +++ PKGBUILD 2010-04-22 21:37:55 UTC (rev 78381) @@ -4,12 +4,12 @@ pkgname=inkscape pkgver=0.47 -pkgrel=1 +pkgrel=2 pkgdesc="A vector-based drawing program - svg compliant" url="http://inkscape.sourceforge.net/" arch=('i686' 'x86_64') license=('GPL' 'LGPL') -depends=('poppler-glib>=0.12.2' 'imagemagick>=6.5.8.5' 'gnome-vfs>=2.24.2' 'gtkspell>=2.0.16' 'gc>=7.1' 'gtkmm>=2.18.2' 'libxslt>=1.1.26' 'gsl>=1.13' 'pyxml>=0.8.4' 'desktop-file-utils') +depends=('poppler-glib>=0.12.4' 'imagemagick>=6.6.1.4' 'gtkspell>=2.0.16' 'gc>=7.1' 'gtkmm>=2.20.2' 'libxslt>=1.1.26' 'gsl>=1.14' 'pyxml>=0.8.4' 'desktop-file-utils' 'popt') makedepends=('boost' 'pkgconfig' 'intltool') options=('!libtool') install=inkscape.install @@ -24,7 +24,7 @@ ./configure --prefix=/usr \ --with-python \ --with-perl \ - --with-gnome-vfs \ + --without-gnome-vfs \ --with-xft \ --enable-lcms \ --enable-poppler-cairo \
