diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-16 16:05:45 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-16 16:05:45 +0100 |
commit | 1c2000ecbaac82ebd7d62d379a47259bdf20bd45 (patch) | |
tree | 9198ac38284fdc63e778c5b633157c6229d94c35 /extra/inkscape/Pkgfile | |
parent | cdaeb995fb0c166a01026ff5603af88520efa9db (diff) | |
download | nutyx-pakxe-1c2000ecbaac82ebd7d62d379a47259bdf20bd45.tar.gz nutyx-pakxe-1c2000ecbaac82ebd7d62d379a47259bdf20bd45.tar.bz2 nutyx-pakxe-1c2000ecbaac82ebd7d62d379a47259bdf20bd45.tar.xz nutyx-pakxe-1c2000ecbaac82ebd7d62d379a47259bdf20bd45.zip |
Maj de inkscape#0.47-1, et de ses dépendances
Diffstat (limited to 'extra/inkscape/Pkgfile')
-rw-r--r-- | extra/inkscape/Pkgfile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/inkscape/Pkgfile b/extra/inkscape/Pkgfile index 3ebd7df7b..8fe593d28 100644 --- a/extra/inkscape/Pkgfile +++ b/extra/inkscape/Pkgfile @@ -2,16 +2,19 @@ # URL: http://inkscape.org # Maintainer: NuTyX core team # Packager: skingrapher at legtux dot org -# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, gnome-vfs +# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, gnome-vfs, libwpg, poppler-glib, librsvg name=inkscape version=0.47 release=1 -source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2) +source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2\ + http://launchpadlibrarian.net/36057611/inkscape-poppler-0.12.2.patch) build() { -cd $name-* + sed -i "s|(Gf\x\*)this| NULL|g" inkscape-poppler-0.12.2.patch + cd $name-* CFLAGS="${CFLAGS} -I/usr/include/ImageMagick" \ CXXFLAGS="${CXXFLAGS} -I/usr/include/ImageMagick" \ + patch -Np1 -i ../inkscape-poppler-0.12.2.patch ./configure --prefix=/usr \ --enable-lcms \ --with-xft \ @@ -19,6 +22,6 @@ cd $name-* --with-perl \ --with-gnome-vfs - make -j3 + make make DESTDIR=$PKG install } |