diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-26 19:16:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-26 19:16:02 +0100 |
commit | 638656f87f035d34709d7c934ecb6813c910ed18 (patch) | |
tree | 5fd13018ae6c5aaec7b520e3fd7a5d59f282d705 /extra/gdk-pixbuf/Pkgfile | |
parent | 4a71b2a42e5d52f3c738d7a51b0759dd85f89a14 (diff) | |
download | nutyx-pakxe-638656f87f035d34709d7c934ecb6813c910ed18.tar.gz nutyx-pakxe-638656f87f035d34709d7c934ecb6813c910ed18.tar.bz2 nutyx-pakxe-638656f87f035d34709d7c934ecb6813c910ed18.tar.xz nutyx-pakxe-638656f87f035d34709d7c934ecb6813c910ed18.zip |
gdk-pixbuf, maj 2.23.0-1 ajout patch
Diffstat (limited to 'extra/gdk-pixbuf/Pkgfile')
-rwxr-xr-x | extra/gdk-pixbuf/Pkgfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/gdk-pixbuf/Pkgfile b/extra/gdk-pixbuf/Pkgfile index bb58a4876..299dd5441 100755 --- a/extra/gdk-pixbuf/Pkgfile +++ b/extra/gdk-pixbuf/Pkgfile @@ -8,10 +8,12 @@ name=gdk-pixbuf version=2.23.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ + http://nutyx.meticul.eu/files/patchs/$name/$name-$version-io-png-01.patch) build() { cd $name-$version + patch -Np1 -i ../$name-$version-io-png-01.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |