wok-next diff xchat/receipt @ rev 8658
Automated merge with https://bitbucket.org/gokhlayeh/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 16 05:33:41 2011 +0100 (2011-02-16) |
parents | 3239353ef034 |
children | d1768332cee0 |
line diff
1.1 --- a/xchat/receipt Fri Aug 07 22:40:03 2009 +0200 1.2 +++ b/xchat/receipt Wed Feb 16 05:33:41 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xchat" 1.7 -VERSION="2.8.6" 1.8 +VERSION="2.8.8" 1.9 CATEGORY="network" 1.10 SHORT_DESC="IRC client using GTK+" 1.11 MAINTAINER="lenios@slitaz.org" 1.12 @@ -15,9 +15,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - patch -p1 -i ../stuff/xc286-smallfixes.diff 1.17 + #patch -p1 -i ../stuff/xc286-smallfixes.diff 1.18 # gentoo patch for GTK > 2.12 1.19 - patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 1.20 + #patch -p1 -i ../stuff/xchat-2.8.6-gtk+-2.13.patch 1.21 ./configure --prefix=/usr \ 1.22 --infodir=/usr/share/info \ 1.23 --mandir=/usr/share/man \ 1.24 @@ -36,5 +36,5 @@ 1.25 mkdir -p $fs/usr \ 1.26 $fs/usr/share 1.27 cp -a $_pkg/usr/bin $fs/usr 1.28 - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.29 + # cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.30 }