[arch-commits] Commit in inkscape/repos (extra-i686 extra-i686/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Sep 3 18:06:52 UTC 2008
Date: Wednesday, September 3, 2008 @ 14:06:51
Author: giovanni
Revision: 11812
Merged revisions 11773-11811 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/inkscape/trunk
........
r11811 | giovanni | 2008-09-03 20:05:56 +0200 (mer, 03 set 2008) | 2 lines
upgpkg: inkscape 0.46-6
Added --with-gnome-vfs
........
Modified:
inkscape/repos/extra-i686/ (properties)
inkscape/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Property changes on: inkscape/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /inkscape/trunk:1-11772
+ /inkscape/trunk:1-11811
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-09-03 18:05:56 UTC (rev 11811)
+++ extra-i686/PKGBUILD 2008-09-03 18:06:51 UTC (rev 11812)
@@ -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