diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-25 23:11:00 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-25 23:11:00 +0100 |
commit | 565c0264b2f18be7499a9ac24bc5260d123d3642 (patch) | |
tree | 64e352228ec9b59f2259cfe4b9a57ba40abe265d /extra/gimp/Pkgfile | |
parent | dd56fc5a46940188cfc7892bd6a0cf70fd623913 (diff) | |
download | nutyx-extra-565c0264b2f18be7499a9ac24bc5260d123d3642.tar.gz nutyx-extra-565c0264b2f18be7499a9ac24bc5260d123d3642.tar.bz2 nutyx-extra-565c0264b2f18be7499a9ac24bc5260d123d3642.tar.xz nutyx-extra-565c0264b2f18be7499a9ac24bc5260d123d3642.zip |
gimp, ajout patch
Diffstat (limited to 'extra/gimp/Pkgfile')
-rw-r--r-- | extra/gimp/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gimp/Pkgfile b/extra/gimp/Pkgfile index 3d3660537..4d74ca00b 100644 --- a/extra/gimp/Pkgfile +++ b/extra/gimp/Pkgfile @@ -10,12 +10,12 @@ version=2.6.11 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 - gimp-2.6.11-libpng-1.5.1.patch) + http://nutyx.meticul.eu/files/patchs/gimp/gimp-2.6.11-libpng-1.5.1-2.patch) build() { cd $name-$version - patch -Np1 -i ../gimp-2.6.11-libpng-1.5.1.patch + patch -Np1 -i ../gimp-2.6.11-libpng-1.5.1-2.patch ./configure --prefix=/usr \ --sysconfdir=/etc \ |