wok diff xchat-plugin/receipt @ rev 8460

Compling samba with -j1 now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 20:49:59 2011 +0000 (2011-02-06)
parents 3239353ef034
children d1768332cee0
line diff
     1.1 --- a/xchat-plugin/receipt	Fri Aug 07 22:40:03 2009 +0200
     1.2 +++ b/xchat-plugin/receipt	Sun Feb 06 20:49:59 2011 +0000
     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  }