forked from ports/contrib
inkscape: fix for poppler-glib, thank you for reporting Daniel Kruszyna
This commit is contained in:
parent
842b4b2e84
commit
3a875d4f48
@ -1,2 +1,4 @@
|
||||
41cc3733b16dd6e1e30afd099c994e24 ime-placement.patch
|
||||
09223f34cc07fb977d81e29a67bd2374 inkscape-0.48.5-gc-1.patch
|
||||
f4398cbfa97d9f749e35484c5b45fb40 inkscape-0.48.5-poppler-1.patch
|
||||
431cda5cd40cd4fdf2b89db1bdcce61f inkscape-0.48.5.tar.bz2
|
||||
|
@ -2,18 +2,25 @@
|
||||
# URL: http://www.inkscape.org
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Huynh Ngoc Chau Tran, tran dot huynh at laposte dot net
|
||||
# Depends on: boehm-gc boost gsl gtkmm intltool lcms2 libart_lgpl popt
|
||||
# Depends on: boehm-gc boost gsl gtkmm intltool libart_lgpl poppler-glib popt
|
||||
|
||||
name=inkscape
|
||||
version=0.48.5
|
||||
release=1
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2
|
||||
ime-placement.patch)
|
||||
ime-placement.patch
|
||||
http://www.linuxfromscratch.org/patches/downloads/inkscape/inkscape-0.48.5-gc-1.patch
|
||||
http://www.linuxfromscratch.org/patches/downloads/inkscape/inkscape-0.48.5-poppler-1.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/ime-placement.patch
|
||||
patch -p1 -i $SRC/inkscape-0.48.5-gc-1.patch
|
||||
patch -p1 -i $SRC/inkscape-0.48.5-poppler-1.patch
|
||||
|
||||
aclocal
|
||||
automake
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user