From f44c71099cd820c81be0963599c90d5de36dd560 Mon Sep 17 00:00:00 2001 From: orchidman Date: Mon, 7 May 2012 14:47:47 +0200 Subject: gimp 2.8.0-1 maj (cherry picked from commit 5f164cafcbf21f47d2f13bfac04553553cd66a92) --- gimp/Pkgfile | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'gimp/Pkgfile') diff --git a/gimp/Pkgfile b/gimp/Pkgfile index 7e5533d61..35669e2c0 100644 --- a/gimp/Pkgfile +++ b/gimp/Pkgfile @@ -6,29 +6,22 @@ # Run on: gtk,pygtk,curl,libgtkhtml,libexif,xorg-libxmu,xorg-libxpm,openexr,gegl,poppler-glib,libmng,alsa-lib name=gimp -version=2.6.12 +version=2.8.0 release=1 -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 - ) +source=(ftp://ftp.gimp.org/pub/gimp/v2.8/gimp-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-mp \ - --enable-gimp-console \ - --enable-gimp-remote \ - --enable-python \ - --with-gif-compression=lzw \ - --without-aa + PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \ + --enable-mp --enable-gimp-console --enable-gimp-remote \ + --enable-python --with-gif-compression=lzw --with-libcurl \ + --without-aa --without-hal --without-gvfs --without-gnomevfs + 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 } -- cgit v1.2.3-54-g00ecf