summaryrefslogtreecommitdiffstats
path: root/extra/gimp/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/gimp/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/gimp/Pkgfile')
-rw-r--r--extra/gimp/Pkgfile37
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/gimp/Pkgfile b/extra/gimp/Pkgfile
deleted file mode 100644
index 6a1b98da7..000000000
--- a/extra/gimp/Pkgfile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Description: Programme de retouche et manipulation d'image GNU
-# URL: http://www.gimp.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk, pygtk, curl, libgtkhtml, libexif, xorg-libxmu, xorg-libxpm, openexr, gegl, poppler-glib, libmng, alsa-lib
-# Run on: gtk,pygtk,curl,libgtkhtml,libexif,xorg-libxmu,xorg-libxpm,openexr,gegl,poppler-glib,libmng,alsa-lib
-
-name=gimp
-version=2.6.11
-release=2
-source=(ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2 \
- http://nutyx.meticul.eu/files/patchs/gimp/gimp-splash-2009-2.png
- http://nutyx.meticul.eu/files/patchs/gimp/gimp-2.6.11-libpng-1.5.1-2.patch
- gimp-poppler.patch)
-
-
-build() {
- cd $name-$version
- patch -Np1 -i ../gimp-2.6.11-libpng-1.5.1-2.patch
- patch -p1 < ../gimp-poppler.patch
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-mp \
- --enable-gimp-console \
- --enable-gimp-remote \
- --enable-python \
- --with-gif-compression=lzw \
- --without-aa
- make
- make DESTDIR=$PKG install
- sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' $PKG/usr/lib/gimp/2.0/plug-ins/*.py
- rm -f $PKG/usr/share/gimp/2.0/images/gimp-splash.png
- install -m664 ../gimp-splash-2009-2.png $PKG/usr/share/gimp/2.0/images/gimp-splash.png
-}
-
-