Skip to Content.
Sympa Menu

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

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 (74ae6de8227e9902a7ee803843233f2369c3042e)
  • Date: Sun, 18 Apr 2010 11:33:54 -0500

GIT changes to master grimoire by George Sherwood <george AT beernabeer.com>:

chat-irc/xchat/HISTORY | 3 +++
chat-irc/xchat/PRE_BUILD | 6 +++++-
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 74ae6de8227e9902a7ee803843233f2369c3042e
Author: George Sherwood <george AT beernabeer.com>
Commit: George Sherwood <george AT beernabeer.com>

xchat: Added Gentoo fix to handle gtk+2 deprecated symbols

diff --git a/chat-irc/xchat/HISTORY b/chat-irc/xchat/HISTORY
index bc2e5c7..43a6381 100644
--- a/chat-irc/xchat/HISTORY
+++ b/chat-irc/xchat/HISTORY
@@ -1,3 +1,6 @@
+2010-04-18 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Added Gentoo fix for deprecated gtk symbols
+
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
diff --git a/chat-irc/xchat/PRE_BUILD b/chat-irc/xchat/PRE_BUILD
index b1faf2a..30aedf2 100755
--- a/chat-irc/xchat/PRE_BUILD
+++ b/chat-irc/xchat/PRE_BUILD
@@ -1,3 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/xchat-gtk.patch
+patch -p0 < $SCRIPT_DIRECTORY/xchat-gtk.patch &&
+
+#Gentoo Fix for recent version of GTK+2
+# Don't disable deprecated gtk+ symbols
+sed -i -e '/define GTK_DISABLE_DEPRECATED/d' src/fe-gtk/*.c



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (74ae6de8227e9902a7ee803843233f2369c3042e), George Sherwood, 04/18/2010

Archive powered by MHonArc 2.6.24.

Top of Page