wok diff xchat/receipt @ rev 6488
Added parted of squashfs patch for kernel that was missing. I think its need since unlzma cause kernel oops. Its changes CONFIG_DECOMPRESS_LZMA to obj instead of a lib. I hope this didn't screw squashfs/kernel.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 30 19:35:44 2010 +0000 (2010-09-30) |
parents | 3239353ef034 |
children | d1768332cee0 |
line diff
1.1 --- a/xchat/receipt Fri Aug 07 22:40:03 2009 +0200 1.2 +++ b/xchat/receipt Thu Sep 30 19:35:44 2010 +0000 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 }