diff options
author | orchidman <lesibel@free.fr> | 2012-02-03 17:56:56 +0100 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2012-02-03 17:56:56 +0100 |
commit | 46abdab831aefcba53071a46d113b727c5db4310 (patch) | |
tree | e80e36f72e37a0c08c86796fe35b33e125b999a4 /gimp/Pkgfile | |
parent | 8ba468cb773b2869cc13d04cfd68f2433fa6f838 (diff) | |
download | nutyx-extra-46abdab831aefcba53071a46d113b727c5db4310.tar.gz nutyx-extra-46abdab831aefcba53071a46d113b727c5db4310.tar.bz2 nutyx-extra-46abdab831aefcba53071a46d113b727c5db4310.tar.xz nutyx-extra-46abdab831aefcba53071a46d113b727c5db4310.zip |
gimp 2.6.12-1 maj port
Diffstat (limited to 'gimp/Pkgfile')
-rw-r--r-- | gimp/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gimp/Pkgfile b/gimp/Pkgfile index 6a1b98da7..7e5533d61 100644 --- a/gimp/Pkgfile +++ b/gimp/Pkgfile @@ -6,18 +6,15 @@ # 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 +version=2.6.12 +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 - 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 \ |