diff options
author | sibel <lesibel at free dot fr> | 2010-07-12 23:48:24 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-12 23:48:24 +0200 |
commit | 247f00d6de64207e4cefcd8988f8590528b84595 (patch) | |
tree | 242ce68e22a2bbf7bb99af898c4249d299547e20 /extra/inkscape/Pkgfile | |
parent | 021d8eea8f048eda5d30b9adcbdad9e253815e99 (diff) | |
download | nutyx-pakxe-247f00d6de64207e4cefcd8988f8590528b84595.tar.gz nutyx-pakxe-247f00d6de64207e4cefcd8988f8590528b84595.tar.bz2 nutyx-pakxe-247f00d6de64207e4cefcd8988f8590528b84595.tar.xz nutyx-pakxe-247f00d6de64207e4cefcd8988f8590528b84595.zip |
maj de inkscape#0.47-2
Diffstat (limited to 'extra/inkscape/Pkgfile')
-rw-r--r-- | extra/inkscape/Pkgfile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/extra/inkscape/Pkgfile b/extra/inkscape/Pkgfile index 2d469834d..9bf3f9a6e 100644 --- a/extra/inkscape/Pkgfile +++ b/extra/inkscape/Pkgfile @@ -2,19 +2,24 @@ # 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 +# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, gnome-vfs, libwpg, poppler-glib, librsvg, gtkspell, desktop-file-utils, popt, pyxml, libxslt + name=inkscape version=0.47 release=2 -source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2\ - http://launchpadlibrarian.net/36057611/inkscape-poppler-0.12.2.patch) +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 ) 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 \ |