diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /extra/inkscape/PKGBUILD | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'extra/inkscape/PKGBUILD')
-rw-r--r-- | extra/inkscape/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD index be826fe97..eefafb29f 100644 --- a/extra/inkscape/PKGBUILD +++ b/extra/inkscape/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 150261 2012-02-16 04:08:19Z bisson $ +# $Id: PKGBUILD 150685 2012-02-20 07:56:26Z bisson $ # Contributor: tobias <tobias@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=inkscape -pkgver=0.48.3 +pkgver=0.48.3.1 pkgrel=1 pkgdesc='Vector graphics editor using the SVG file format' url='http://inkscape.sourceforge.net/' license=('GPL' 'LGPL') arch=('i686' 'x86_64') -makedepends=('boost' 'pkg-config' 'intltool') -depends=('gc' 'gtkmm' 'poppler-glib' 'libxslt' 'gsl' 'popt' 'python2' - 'gtkspell' 'imagemagick' 'desktop-file-utils' 'hicolor-icon-theme') +makedepends=('boost' 'intltool') +depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 'popt' + 'python2' 'desktop-file-utils' 'hicolor-icon-theme') optdepends=('pstoedit: latex formulas' 'texlive-core: latex formulas' 'python2-numpy: some extensions' @@ -22,7 +22,7 @@ optdepends=('pstoedit: latex formulas' options=('!libtool') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" 'libpng15.patch') -sha1sums=('937c1376bb0d9c00b22b88525826257d67ce237b' +sha1sums=('9a09a97d184e09c2ee7f9956bfe073b7313e919e' 'd6512f3cb38ca8e2436dc485aa652490d17b3a52') install=install @@ -42,8 +42,6 @@ build() { --prefix=/usr \ --with-python \ --with-perl \ - --without-gnome-vfs \ - --with-xft \ --enable-lcms \ --enable-poppler-cairo \ --disable-dependency-tracking \ |