[arch-commits] Commit in inkscape/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Sep 3 18:05:56 UTC 2008
Date: Wednesday, September 3, 2008 @ 14:05:56
Author: giovanni
Revision: 11811
upgpkg: inkscape 0.46-6
Added --with-gnome-vfs
Modified:
inkscape/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-09-03 16:46:00 UTC (rev 11810)
+++ PKGBUILD 2008-09-03 18:05:56 UTC (rev 11811)
@@ -4,14 +4,14 @@
pkgname=inkscape
pkgver=0.46
-pkgrel=5
+pkgrel=6
pkgdesc="A vector-based drawing program - svg compliant"
url="http://inkscape.sourceforge.net/"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
depends=('gtkmm>=2.12.6' 'gc>=7.0' 'desktop-file-utils' 'libxslt>=1.1.22' \
'perl>=5.10.0' 'pyxml' 'openssl>=0.9.8d' 'lcms' 'gtkspell' 'poppler-glib>=0.8.0' \
- 'imagemagick>=6.4.0.2' 'popt')
+ 'imagemagick>=6.4.0.2' 'popt' 'gnome-vfs')
makedepends=('perlxml' 'pkgconfig' 'boost')
options=('!libtool')
install=inkscape.install
@@ -34,7 +34,7 @@
--with-xft \
--with-python \
--with-perl \
- --without-gnome-vfs || return 1
+ --with-gnome-vfs || return 1
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list