wok diff xchat-plugin/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents d1768332cee0
children 380ffe05937a
line diff
     1.1 --- a/xchat-plugin/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/xchat-plugin/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -17,9 +17,11 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    #patch -p1 -i $stuff/xc286-smallfixes.diff
     1.8 -    # gentoo patch for GTK > 2.12
     1.9 -    # patch -p1 -i $stuff/xchat-2.8.6-gtk+-2.13.patch 
    1.10 +    sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \
    1.11 +	   -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' \
    1.12 +	   -e 's|glib/gutils.h|glib.h|' src/common/xchat.h
    1.13 +    sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c
    1.14 +    sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c
    1.15      ./configure  --prefix=/usr \
    1.16  	  --infodir=/usr/share/info \
    1.17  	  --mandir=/usr/share/man \