diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-09 19:05:47 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-09 19:05:47 +0200 |
commit | 42704d31d3609d63611d28c156f1579e66b18bc5 (patch) | |
tree | ba7267318ef22d73f3258d2f973257745279b4bd /extra/xchat/Pkgfile | |
parent | 4d0283221194079552fee6628352fb3824caff5c (diff) | |
download | nutyx-pakxe-42704d31d3609d63611d28c156f1579e66b18bc5.tar.gz nutyx-pakxe-42704d31d3609d63611d28c156f1579e66b18bc5.tar.bz2 nutyx-pakxe-42704d31d3609d63611d28c156f1579e66b18bc5.tar.xz nutyx-pakxe-42704d31d3609d63611d28c156f1579e66b18bc5.zip |
xchat, ajout patch pour le dernier gtk
Diffstat (limited to 'extra/xchat/Pkgfile')
-rw-r--r-- | extra/xchat/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/xchat/Pkgfile b/extra/xchat/Pkgfile index ae21b6b86..a0671d0c6 100644 --- a/extra/xchat/Pkgfile +++ b/extra/xchat/Pkgfile @@ -9,12 +9,13 @@ version=2.8.6 release=1 source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \ http://www.xchat.org/files/source/2.8/patches/xc286-smallfixes.diff \ - $name-gtk2.patch) + $name-gtk2.19.7.patch xchat-gtk2.patch) build() { cd $name-$version patch -p1 -i $SRC/xc286-smallfixes.diff - patch -p1 -i $SRC/$name-gtk2.patch + patch -p1 -i ../$name-gtk2.patch + patch -p1 -i $SRC/$name-gtk2.19.7.patch ./configure --prefix=/usr \ --enable-openssl \ --enable-perl \ |