diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 16:05:36 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 16:05:36 +0200 |
commit | c0a9061eae6604278c3e0dab7da8d92f3c482e72 (patch) | |
tree | 7919d37ac285a92803aa1524c5505035d3bd56bd /extra/gimp/Pkgfile | |
parent | a059b98e8434f20966d450728dac61e3bec5c770 (diff) | |
download | nutyx-pakxe-c0a9061eae6604278c3e0dab7da8d92f3c482e72.tar.gz nutyx-pakxe-c0a9061eae6604278c3e0dab7da8d92f3c482e72.tar.bz2 nutyx-pakxe-c0a9061eae6604278c3e0dab7da8d92f3c482e72.tar.xz nutyx-pakxe-c0a9061eae6604278c3e0dab7da8d92f3c482e72.zip |
gimp, patch libpng
Diffstat (limited to 'extra/gimp/Pkgfile')
-rw-r--r-- | extra/gimp/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/gimp/Pkgfile b/extra/gimp/Pkgfile index 3cb64ba0f..233bc3313 100644 --- a/extra/gimp/Pkgfile +++ b/extra/gimp/Pkgfile @@ -8,11 +8,12 @@ name=gimp version=2.6.8 release=3 source=(ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2 \ - gimp-splash-2009-2.png gimp.desktop) + gimp-splash-2009-2.png gimp.desktop libpng-1.4.patch) build() { cd $name-$version + patch -Np1 -i ../libpng-1.4.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |