From 89dd7b5f30d48c708092a71b1c8285090fe91505 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 May 2012 00:02:35 +0000 Subject: Mon May 28 00:02:35 UTC 2012 --- extra/inkscape/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'extra/inkscape/PKGBUILD') diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD index 94ef284c4..b7003ad51 100644 --- a/extra/inkscape/PKGBUILD +++ b/extra/inkscape/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 153551 2012-03-15 23:11:38Z eric $ +# $Id: PKGBUILD 159706 2012-05-26 07:54:18Z andyrtr $ # Contributor: tobias # Contributor: Tobias Kieslich # Maintainer: Gaetan Bisson pkgname=inkscape pkgver=0.48.3.1 -pkgrel=2 +pkgrel=3 pkgdesc='Vector graphics editor using the SVG file format' url='http://inkscape.sourceforge.net/' license=('GPL' 'LGPL') @@ -21,8 +21,10 @@ optdepends=('pstoedit: latex formulas' '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') install=install @@ -36,6 +38,7 @@ 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 \ -- cgit v1.2.3-54-g00ecf