summaryrefslogtreecommitdiffstats
path: root/extra/inkscape/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-06-25 01:40:12 +0200
committertnut <tnut at nutyx dot com>2011-06-25 01:40:12 +0200
commit995c8a2e015fef50911c1935bc47775028bcaf56 (patch)
tree2b1caab25608a55e04f270dec0bb4137ebe5b5c7 /extra/inkscape/Pkgfile
parent9838cf04b6b65c03c225e6e87e0e23a973d83862 (diff)
downloadnutyx-pakxe-995c8a2e015fef50911c1935bc47775028bcaf56.tar.gz
nutyx-pakxe-995c8a2e015fef50911c1935bc47775028bcaf56.tar.bz2
nutyx-pakxe-995c8a2e015fef50911c1935bc47775028bcaf56.tar.xz
nutyx-pakxe-995c8a2e015fef50911c1935bc47775028bcaf56.zip
ajout de inkscape 0.48.1-1
Diffstat (limited to 'extra/inkscape/Pkgfile')
-rw-r--r--extra/inkscape/Pkgfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/inkscape/Pkgfile b/extra/inkscape/Pkgfile
new file mode 100644
index 000000000..1829aa367
--- /dev/null
+++ b/extra/inkscape/Pkgfile
@@ -0,0 +1,28 @@
+# Description: logiciel libre d'édition de graphismes vectoriels utilisant le format de fichiers SVG
+# URL: http://inkscape.org
+# Maintainer: NuTyX core team
+# Packager: skingrapher at legtux dot org
+# Depends on: djvulibre, pangomm, cairomm, gtkmm, boost, boehm-gc, imagemagick, gsl, libwpg, poppler-glib, librsvg, gtkspell, desktop-file-utils, popt, pyxml, libxslt, hicolor-icon-theme
+# Run on: pangomm,cairomm,gtkmm,boost,boehm-gc,imagemagick,gsl,libwpg,poppler-glib,librsvg,gtkspell,desktop-file-utils,popt,pyxml,libxslt
+
+name=inkscape
+version=0.48.1
+release=1
+source=(http://downloads.sourceforge.net/$name/files/$name-$version.tar.bz2\
+ http://nutyx.meticul.eu/files/patchs/$name/$name-0.48.{0-libpng-1,1-gcc-4.6-1}.patch)
+
+build() {
+ cd $name-$version
+ patch -Np1 -i ../inkscape-0.48.0-libpng-1.patch
+ patch -Np1 -i ../inkscape-0.48.1-gcc-4.6-1.patch
+ ./configure --prefix=/usr \
+ --enable-lcms \
+ --with-xft \
+ --with-python \
+ --with-perl \
+ --enable-poppler-cairo \
+ --disable-dependency-tracking
+
+ make
+ make DESTDIR=$PKG install
+}