[Lunar-commits] <moonbase> xchat: add a patch to compile.
Florin Braescu
florin at lunar-linux.org
Mon Apr 16 09:21:51 CEST 2012
commit 40bd4cfd38138092d6577d8cba0b2accadcb0266
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Apr 16 09:21:51 2012 +0200
xchat: add a patch to compile.
---
chat/xchat/BUILD | 6 ++++--
chat/xchat/DETAILS | 5 ++++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/chat/xchat/BUILD b/chat/xchat/BUILD
index 19d68f5..330efee 100644
--- a/chat/xchat/BUILD
+++ b/chat/xchat/BUILD
@@ -1,8 +1,10 @@
(
- OPTS+=" --enable-ipv6"
+ patch_it $SOURCE2 0 &&
- sedit 's/GtkType/GType/g' src/fe-gtk/xtext.{c,h} &&
+ OPTS+=" --enable-ipv6" &&
+
+ sedit 's/GtkType/GType/g' src/fe-gtk/xtext.{c,h} &&
default_build
diff --git a/chat/xchat/DETAILS b/chat/xchat/DETAILS
index a098433..de2ec29 100644
--- a/chat/xchat/DETAILS
+++ b/chat/xchat/DETAILS
@@ -2,11 +2,14 @@
MAJOR=2.8
VERSION=$MAJOR.8
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-fixes-1.patch.bz2
SOURCE_URL=http://www.xchat.org/files/source/$MAJOR
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:a4ac161e4e40f4bbabc492675a1ff4380dba8d68
+ SOURCE2_VFY=sha1:aa887637e13be64531cc18ea224e52c76a6dc960
WEB_SITE=http://www.xchat.org
ENTERED=20020729
- UPDATED=20100602
+ UPDATED=20120416
SHORT="A GTK+-2 based IRC client"
cat << EOF
More information about the Lunar-commits
mailing list