wok rev 5899
Up: xchat* (2.8.8)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jul 23 17:07:57 2010 +0200 (2010-07-23) |
parents | 48ca004e8e24 |
children | 29464aecab71 |
files | xchat-plugin/receipt xchat/receipt |
line diff
1.1 --- a/xchat-plugin/receipt Fri Jul 23 15:58:03 2010 +0200 1.2 +++ b/xchat-plugin/receipt Fri Jul 23 17:07:57 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xchat-plugin" 1.7 -VERSION="2.8.6" 1.8 +VERSION="2.8.8" 1.9 CATEGORY="network" 1.10 SHORT_DESC="IRC client using GTK+ with plugins support" 1.11 MAINTAINER="lenios@slitaz.org" 1.12 @@ -17,9 +17,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - patch -p1 -i ../stuff/xc286-smallfixes.diff 1.17 - # gentoo patch for GTK > 2.12 1.18 - patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 1.19 + #patch -p1 -i ../stuff/xc286-smallfixes.diff 1.20 + # gentoo patch for GTK > 2.12 1.21 + # patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 1.22 ./configure --prefix=/usr \ 1.23 --infodir=/usr/share/info \ 1.24 --mandir=/usr/share/man \ 1.25 @@ -37,5 +37,5 @@ 1.26 mkdir -p $fs/usr \ 1.27 $fs/usr/share 1.28 cp -a $_pkg/usr/bin $fs/usr 1.29 - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.30 +# cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.31 }
2.1 --- a/xchat/receipt Fri Jul 23 15:58:03 2010 +0200 2.2 +++ b/xchat/receipt Fri Jul 23 17:07:57 2010 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xchat" 2.7 -VERSION="2.8.6" 2.8 +VERSION="2.8.8" 2.9 CATEGORY="network" 2.10 SHORT_DESC="IRC client using GTK+" 2.11 MAINTAINER="lenios@slitaz.org" 2.12 @@ -15,9 +15,9 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - patch -p1 -i ../stuff/xc286-smallfixes.diff 2.17 + #patch -p1 -i ../stuff/xc286-smallfixes.diff 2.18 # gentoo patch for GTK > 2.12 2.19 - patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 2.20 + #patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 2.21 ./configure --prefix=/usr \ 2.22 --infodir=/usr/share/info \ 2.23 --mandir=/usr/share/man \ 2.24 @@ -36,5 +36,5 @@ 2.25 mkdir -p $fs/usr \ 2.26 $fs/usr/share 2.27 cp -a $_pkg/usr/bin $fs/usr 2.28 - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 2.29 + # cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 2.30 }