# HG changeset patch # User Eric Joseph-Alexandre # Date 1279897677 -7200 # Node ID 3fde486274ad77f91988f0dc5467b3c8d3a38855 # Parent 48ca004e8e2481447a8f067fc75ac3b7c19816db Up: xchat* (2.8.8) diff -r 48ca004e8e24 -r 3fde486274ad xchat-plugin/receipt --- a/xchat-plugin/receipt Fri Jul 23 15:58:03 2010 +0200 +++ b/xchat-plugin/receipt Fri Jul 23 17:07:57 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xchat-plugin" -VERSION="2.8.6" +VERSION="2.8.8" CATEGORY="network" SHORT_DESC="IRC client using GTK+ with plugins support" MAINTAINER="lenios@slitaz.org" @@ -17,9 +17,9 @@ compile_rules() { cd $src - patch -p1 -i ../stuff/xc286-smallfixes.diff - # gentoo patch for GTK > 2.12 - patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch + #patch -p1 -i ../stuff/xc286-smallfixes.diff + # gentoo patch for GTK > 2.12 + # patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ @@ -37,5 +37,5 @@ mkdir -p $fs/usr \ $fs/usr/share cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share +# cp -a $_pkg/usr/share/dbus-1 $fs/usr/share } diff -r 48ca004e8e24 -r 3fde486274ad xchat/receipt --- a/xchat/receipt Fri Jul 23 15:58:03 2010 +0200 +++ b/xchat/receipt Fri Jul 23 17:07:57 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xchat" -VERSION="2.8.6" +VERSION="2.8.8" CATEGORY="network" SHORT_DESC="IRC client using GTK+" MAINTAINER="lenios@slitaz.org" @@ -15,9 +15,9 @@ compile_rules() { cd $src - patch -p1 -i ../stuff/xc286-smallfixes.diff + #patch -p1 -i ../stuff/xc286-smallfixes.diff # gentoo patch for GTK > 2.12 - patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch + #patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ @@ -36,5 +36,5 @@ mkdir -p $fs/usr \ $fs/usr/share cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share + # cp -a $_pkg/usr/share/dbus-1 $fs/usr/share }