wok diff xchat-plugin/receipt @ rev 14193
emacs-pkg-lua-mode: tidy receipt
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 12 23:04:56 2013 +0100 (2013-03-12) |
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 Tue Mar 12 23:04:56 2013 +0100 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 \