diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-15 22:46:10 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-15 22:46:10 +0100 |
commit | 3f59263c593bf745f04247f9f00245e17b492e6b (patch) | |
tree | ae4f46f2da016246a648216d17f784b5df24104f /extra | |
parent | 679c17db14ad05dcaf552f9543fec3ac7c95e2d3 (diff) | |
download | nutyx-extra-3f59263c593bf745f04247f9f00245e17b492e6b.tar.gz nutyx-extra-3f59263c593bf745f04247f9f00245e17b492e6b.tar.bz2 nutyx-extra-3f59263c593bf745f04247f9f00245e17b492e6b.tar.xz nutyx-extra-3f59263c593bf745f04247f9f00245e17b492e6b.zip |
maj inkscape 0.47-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/inkscape/.md5sum | 2 | ||||
-rw-r--r-- | extra/inkscape/Pkgfile | 15 |
2 files changed, 11 insertions, 6 deletions
diff --git a/extra/inkscape/.md5sum b/extra/inkscape/.md5sum index 9062d8eaa..72df1e89d 100644 --- a/extra/inkscape/.md5sum +++ b/extra/inkscape/.md5sum @@ -1 +1 @@ -ea89469b58ccf5f56713c34e4ec4ba31 inkscape-current.tar.bz2 +7b497c8f673e40b05295a29f6e2111f4 inkscape-0.47.tar.bz2 diff --git a/extra/inkscape/Pkgfile b/extra/inkscape/Pkgfile index fe445b39b..3ebd7df7b 100644 --- a/extra/inkscape/Pkgfile +++ b/extra/inkscape/Pkgfile @@ -2,18 +2,23 @@ # URL: http://inkscape.org # Maintainer: NuTyX core team # Packager: skingrapher at legtux dot org -# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick +# Depends on: pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, gnome-vfs name=inkscape -version=0.46 +version=0.47 release=1 -source=(http://inkscape.modevia.com/svn-snap/$name-current.tar.bz2) +source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2) build() { cd $name-* CFLAGS="${CFLAGS} -I/usr/include/ImageMagick" \ CXXFLAGS="${CXXFLAGS} -I/usr/include/ImageMagick" \ - ./configure --prefix=/usr --enable-lcms --with-xft --with-python --with-perl --with-gnome-vfs + ./configure --prefix=/usr \ + --enable-lcms \ + --with-xft \ + --with-python \ + --with-perl \ + --with-gnome-vfs - make + make -j3 make DESTDIR=$PKG install } |