diff options
author | sibel <lesibel at free dot fr> | 2010-09-21 11:22:03 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-09-21 11:22:03 +0200 |
commit | 29b73c20346f1b03705185bd0e9ceac0dd7ed81e (patch) | |
tree | da5505d1dedc576f29d2d3b5e8503810193c3556 /extra/inkscape/Pkgfile | |
parent | bd462def2a497370865f89dd7476f0387386a54b (diff) | |
download | nutyx-pakxe-29b73c20346f1b03705185bd0e9ceac0dd7ed81e.tar.gz nutyx-pakxe-29b73c20346f1b03705185bd0e9ceac0dd7ed81e.tar.bz2 nutyx-pakxe-29b73c20346f1b03705185bd0e9ceac0dd7ed81e.tar.xz nutyx-pakxe-29b73c20346f1b03705185bd0e9ceac0dd7ed81e.zip |
maj de inkscape#0.48.0-1.
Diffstat (limited to 'extra/inkscape/Pkgfile')
-rw-r--r-- | extra/inkscape/Pkgfile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/extra/inkscape/Pkgfile b/extra/inkscape/Pkgfile index e8aa7a62f..589d814ca 100644 --- a/extra/inkscape/Pkgfile +++ b/extra/inkscape/Pkgfile @@ -2,32 +2,25 @@ # 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, libwpg, poppler-glib, librsvg, gtkspell, desktop-file-utils, popt, pyxml, libxslt +# Depends on: djvulibre, pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, gnome-vfs, libwpg, poppler-glib, librsvg, gtkspell, desktop-file-utils, popt, pyxml, libxslt, hicolor-icon-theme name=inkscape -version=0.47 -release=2 -source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2 - inkscape-0.47-gcc45.patch - http://launchpadlibrarian.net/36057611/inkscape-poppler-0.12.2.patch ) - +version=0.48.0 +release=1 +source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2) + build() { - 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 - patch -Np1 -i ../inkscape-0.47-gcc45.patch ./configure --prefix=/usr \ --enable-lcms \ --with-xft \ --with-python \ --with-perl \ - --with-gnome-vfs + --with-gnome-vfs \ + --enable-poppler-cairo \ + --disable-dependency-tracking make make DESTDIR=$PKG install } - |