From 76774d40da5ce246c9f2178fdf937706d99af4b2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Feb 2012 23:15:21 +0000 Subject: Thu Feb 16 23:15:21 UTC 2012 --- extra/inkscape/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'extra/inkscape') diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD index b7266212d..be826fe97 100644 --- a/extra/inkscape/PKGBUILD +++ b/extra/inkscape/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 148790 2012-02-05 11:50:35Z ibiru $ +# $Id: PKGBUILD 150261 2012-02-16 04:08:19Z bisson $ # Contributor: tobias # Contributor: Tobias Kieslich # Maintainer: Gaetan Bisson pkgname=inkscape -pkgver=0.48.2 -pkgrel=6 +pkgver=0.48.3 +pkgrel=1 pkgdesc='Vector graphics editor using the SVG file format' url='http://inkscape.sourceforge.net/' -arch=('i686' 'x86_64') 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') @@ -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=('422a4bacd4dc42adafa203244bc9816783cba4d3' +sha1sums=('937c1376bb0d9c00b22b88525826257d67ce237b' 'd6512f3cb38ca8e2436dc485aa652490d17b3a52') install=install @@ -38,7 +38,8 @@ build() { patch -p1 -i ../libpng15.patch - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --with-python \ --with-perl \ --without-gnome-vfs \ -- cgit v1.2.3-54-g00ecf