Update inkscape to 0.91.

This commit is contained in:
Jeff Huang 2015-01-30 13:12:19 +00:00
parent 9bfb9123eb
commit 4b69b08834

View File

@ -1,5 +1,7 @@
# Maintainer: Jeff Hunag <s8321414[at]gmail[dot]com>
pkgname=inkscape pkgname=inkscape
pkgver=0.48.5 pkgver=0.91
pkgrel=1 pkgrel=1
pkgdesc='Vector graphics editor using the SVG file format' pkgdesc='Vector graphics editor using the SVG file format'
url='http://inkscape.sourceforge.net/' url='http://inkscape.sourceforge.net/'
@ -7,31 +9,25 @@ license=('GPL' 'LGPL')
arch=('x86_64') arch=('x86_64')
makedepends=('boost' 'intltool') makedepends=('boost' 'intltool')
depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 'popt' depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 'popt'
'python2' 'desktop-file-utils' 'hicolor-icon-theme' 'libwpg') 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
optdepends=('pstoedit: latex formulas' optdepends=('pstoedit: latex formulas'
'texlive-core: latex formulas' 'texlive-core: latex formulas'
'python2-numpy: some extensions' 'python2-numpy: some extensions'
'python2-lxml: some extensions and filters' 'python2-lxml: some extensions and filters'
'pyxml: some extensions' 'pyxml: some extensions'
'uniconvertor: reading/writing to some proprietary formats') 'uniconvertor: reading/writing to some proprietary formats')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2" #source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
'ime-placement.patch') source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2")
sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8' sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
install=install install=install
prepare() { prepare() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../ime-placement.patch
sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' share/*/{test/,}*.py sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' share/*/{test/,}*.py
sed -i 's|"python" },|"python2" },|g' src/extension/implementation/script.cpp sed -i 's|"python" },|"python2" },|g' src/extension/implementation/script.cpp
sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
sed -i 's|"python"|"python2"|g' src/main.cpp sed -i 's|"python"|"python2"|g' src/main.cpp
sed -i '/extern unsigned GC_version;/c unsigned GC_version=GC_VERSION_MAJOR<<16+GC_VERSION_MINOR<<8+GC_VERSION_MICRO;' configure
} }
build() { build() {