Date: Monday, February 20, 2012 @ 02:55:35
  Author: bisson
Revision: 150684

upstream update

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-02-20 06:58:41 UTC (rev 150683)
+++ PKGBUILD    2012-02-20 07:55:35 UTC (rev 150684)
@@ -4,15 +4,15 @@
 # Maintainer: Gaetan Bisson <[email protected]>
 
 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 @@
 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 @@
                --prefix=/usr \
                --with-python \
                --with-perl \
-               --without-gnome-vfs \
-               --with-xft \
                --enable-lcms \
                --enable-poppler-cairo \
                --disable-dependency-tracking \

Reply via email to