diff options
Diffstat (limited to 'extra/inkscape/PKGBUILD')
-rw-r--r-- | extra/inkscape/PKGBUILD | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD index 420e93e58..9d30c8d72 100644 --- a/extra/inkscape/PKGBUILD +++ b/extra/inkscape/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 169751 2012-10-27 23:42:02Z eric $ -# Contributor: tobias <tobias@archlinux.org> -# Contributor: Tobias Kieslich <tobias@justdreams.de> +# $Id: PKGBUILD 173270 2012-12-18 01:27:21Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> +# Contributor: Tobias Kieslich <tobias@justdreams.de> +# Contributor: tobias <tobias@archlinux.org> pkgname=inkscape -pkgver=0.48.3.1 -pkgrel=7 +pkgver=0.48.4 +pkgrel=1 pkgdesc='Vector graphics editor using the SVG file format' url='http://inkscape.sourceforge.net/' license=('GPL' 'LGPL') @@ -20,12 +20,8 @@ optdepends=('pstoedit: latex formulas' 'pyxml: some extensions' 'uniconvertor: reading/writing to some proprietary formats') options=('!libtool') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" - 'poppler20.patch' - 'libpng15.patch') -sha1sums=('9a09a97d184e09c2ee7f9956bfe073b7313e919e' - '7316c2903c157781838cce289a709d100dc40fec' - 'd6512f3cb38ca8e2436dc485aa652490d17b3a52') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c') install=install @@ -38,9 +34,6 @@ build() { sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py sed -i 's|"python"|"python2"|g' src/main.cpp - patch -p1 -i ../poppler20.patch - patch -p1 -i ../libpng15.patch - ./configure \ --prefix=/usr \ --with-python \ |