[Lunar-commits] <moonbase> xchat: add various patches, including for compiling with the new gtk+-2.

Florin Braescu florin at lunar-linux.org
Sun Apr 11 13:36:52 CEST 2010


commit 39162d762f7d0d5849700fd2242a20c2eba6fa53
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Apr 11 14:36:52 2010 +0300

    xchat: add various patches, including for compiling with the new gtk+-2.
---
 chat/xchat/BUILD   |    3 +++
 chat/xchat/DETAILS |   10 +++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/chat/xchat/BUILD b/chat/xchat/BUILD
index 8c41e43..915014d 100644
--- a/chat/xchat/BUILD
+++ b/chat/xchat/BUILD
@@ -2,7 +2,10 @@
 
   OPTS="$OPTS --enable-ipv6"
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   sedit 's/GtkType/GType/g' src/fe-gtk/xtext.{c,h} &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/chat/xchat/DETAILS b/chat/xchat/DETAILS
index 29eb001..51a51b1 100644
--- a/chat/xchat/DETAILS
+++ b/chat/xchat/DETAILS
@@ -1,11 +1,15 @@
           MODULE=xchat
-         VERSION=2.8.6
+           MAJOR=2.8
+         VERSION=$MAJOR.6
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://www.xchat.org/files/source/2.8
+         SOURCE2=$MODULE-$VERSION-lunar.patch.bz2
+      SOURCE_URL=http://www.xchat.org/files/source/$MAJOR
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:7a7463e65cb26c680ed70dd96cec98bcc05435a4
+     SOURCE2_VFY=sha1:36b875a7a34917a160d181033baaaac29da62162
         WEB_SITE=http://www.xchat.org
          ENTERED=20020729
-         UPDATED=20080615
+         UPDATED=20100411
            SHORT="A GTK+-2 based IRC client"
 
 cat << EOF


More information about the Lunar-commits mailing list