mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 09:52:13 +08:00
Update inkscape to 0.91.
This commit is contained in:
parent
9bfb9123eb
commit
4b69b08834
@ -1,5 +1,7 @@
|
||||
# Maintainer: Jeff Hunag <s8321414[at]gmail[dot]com>
|
||||
|
||||
pkgname=inkscape
|
||||
pkgver=0.48.5
|
||||
pkgver=0.91
|
||||
pkgrel=1
|
||||
pkgdesc='Vector graphics editor using the SVG file format'
|
||||
url='http://inkscape.sourceforge.net/'
|
||||
@ -7,31 +9,25 @@ license=('GPL' 'LGPL')
|
||||
arch=('x86_64')
|
||||
makedepends=('boost' 'intltool')
|
||||
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'
|
||||
'texlive-core: latex formulas'
|
||||
'python2-numpy: some extensions'
|
||||
'python2-lxml: some extensions and filters'
|
||||
'pyxml: some extensions'
|
||||
'uniconvertor: reading/writing to some proprietary formats')
|
||||
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
|
||||
'ime-placement.patch')
|
||||
sha1sums=('83ddb0c96069638f712a869039989bfd7d79c6a8'
|
||||
'b12b948ca5ee7e02703a13aa8b8bccdf67947f12')
|
||||
|
||||
|
||||
#source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||
source=("https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2")
|
||||
sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
|
||||
install=install
|
||||
|
||||
prepare() {
|
||||
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/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 -c|python2 -c|g' configure share/extensions/uniconv*.py
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user