mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-19 14:35:35 +08:00
inkscape: rebuild against new imagemagick
This commit is contained in:
parent
dcc6714d12
commit
7c90017dfd
@ -1,30 +1,28 @@
|
||||
# Maintainer: Jeff Hunag <s8321414[at]gmail[dot]com>
|
||||
|
||||
pkgname=inkscape
|
||||
pkgver=0.48.4
|
||||
pkgrel=3
|
||||
pkgver=0.91
|
||||
pkgrel=2
|
||||
pkgdesc='Vector graphics editor using the SVG file format'
|
||||
url='http://inkscape.sourceforge.net/'
|
||||
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' 'filesystem-extra')
|
||||
'python2' 'desktop-file-utils' 'hicolor-icon-theme' 'fftw')
|
||||
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')
|
||||
options=('!libtool')
|
||||
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
|
||||
'spuriouscomma.patch')
|
||||
sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
|
||||
'7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
|
||||
|
||||
#source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||
source=("https://inkscape.global.ssl.fastly.net/media/resources/file/$pkgname-$pkgver.tar.bz2")
|
||||
sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3')
|
||||
install=install
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p0 -i ../spuriouscomma.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
|
||||
@ -35,7 +33,7 @@ prepare() {
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure \
|
||||
--prefix=/extra/usr \
|
||||
--prefix=/usr \
|
||||
--with-python \
|
||||
--with-perl \
|
||||
--enable-lcms \
|
||||
|
Loading…
Reference in New Issue
Block a user