Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (0c4ed99c404f22a4eeefc8c06f62f3b388bb274b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0c4ed99c404f22a4eeefc8c06f62f3b388bb274b)
  • Date: Sat, 6 Sep 2008 22:24:14 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

chat-irc/xchat/HISTORY | 4 ++++
chat-irc/xchat/PRE_BUILD | 3 +++
chat-irc/xchat/xchat-gtk.patch | 12 ++++++++++++
3 files changed, 19 insertions(+)

New commits:
commit 0c4ed99c404f22a4eeefc8c06f62f3b388bb274b
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xchat: Added patch to compile with gtk 2.14.1. Hopefully not
too many of these.

diff --git a/chat-irc/xchat/HISTORY b/chat-irc/xchat/HISTORY
index 3aba749..bc2e5c7 100644
--- a/chat-irc/xchat/HISTORY
+++ b/chat-irc/xchat/HISTORY
@@ -1,3 +1,7 @@
+2008-09-06 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: Added to apply patch
+ * xchat-gtk.patch: Added upstream patch to build with gtk 2.14.x
+
2008-06-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.8.6
* BUILD: renewed, replaced stuff with default_build
diff --git a/chat-irc/xchat/PRE_BUILD b/chat-irc/xchat/PRE_BUILD
new file mode 100755
index 0000000..b1faf2a
--- /dev/null
+++ b/chat-irc/xchat/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/xchat-gtk.patch
diff --git a/chat-irc/xchat/xchat-gtk.patch b/chat-irc/xchat/xchat-gtk.patch
new file mode 100644
index 0000000..4ad6f4b
--- /dev/null
+++ b/chat-irc/xchat/xchat-gtk.patch
@@ -0,0 +1,12 @@
+--- src/fe-gtk/xtext.h 2008-08-18 00:23:20.000000000 -0700
++++ src/fe-gtk/xtext.h 2008-08-18 00:23:27.000000000 -0700
+@@ -270,6 +270,6 @@
+ xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
+ void gtk_xtext_buffer_free (xtext_buffer *buf);
+ void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
+-GtkType gtk_xtext_get_type (void);
++GType gtk_xtext_get_type (void);
+
+ #endif
+
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0c4ed99c404f22a4eeefc8c06f62f3b388bb274b), George Sherwood, 09/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page