Skip to Content.
Sympa Menu

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

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 (0d35a0904bfedd517721fc8fcd56c9a08c66af42)
  • Date: Sat, 28 Apr 2007 00:33:46 -0500

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

chat-irc/xchat-gnome/DETAILS | 2 +-
chat-irc/xchat-gnome/HISTORY | 6 ++++++
chat-irc/xchat-gnome/PRE_BUILD | 3 +++
chat-irc/xchat-gnome/xtext_shm_fix.patch | 12 ++++++++++++
4 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit 0d35a0904bfedd517721fc8fcd56c9a08c66af42
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

xchat-gnome: Updated to version 0.17. Added patch to fix compile error.

diff --git a/chat-irc/xchat-gnome/DETAILS b/chat-irc/xchat-gnome/DETAILS
index c62b322..39db9d9 100755
--- a/chat-irc/xchat-gnome/DETAILS
+++ b/chat-irc/xchat-gnome/DETAILS
@@ -1,5 +1,5 @@
SPELL=xchat-gnome
- VERSION=0.16
+ VERSION=0.17
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://flapjack.navi.cx/releases/xchat-gnome/$SOURCE
diff --git a/chat-irc/xchat-gnome/HISTORY b/chat-irc/xchat-gnome/HISTORY
index aa70cd9..35c341d 100644
--- a/chat-irc/xchat-gnome/HISTORY
+++ b/chat-irc/xchat-gnome/HISTORY
@@ -1,3 +1,9 @@
+2007-04-28 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 0.17
+ * PRE_BUILd: Added to apply patch
+ * xtext_shm_fix.patch: Created patch to fix compile error when
+ not using shm.
+
2007-01-10 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.16

diff --git a/chat-irc/xchat-gnome/PRE_BUILD b/chat-irc/xchat-gnome/PRE_BUILD
new file mode 100755
index 0000000..40fd645
--- /dev/null
+++ b/chat-irc/xchat-gnome/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/xtext_shm_fix.patch
diff --git a/chat-irc/xchat-gnome/xtext_shm_fix.patch
b/chat-irc/xchat-gnome/xtext_shm_fix.patch
new file mode 100644
index 0000000..ea51265
--- /dev/null
+++ b/chat-irc/xchat-gnome/xtext_shm_fix.patch
@@ -0,0 +1,12 @@
+--- src/fe-gnome/xtext.c.orig 2007-04-28 10:22:05.000000000 +0500
++++ src/fe-gnome/xtext.c 2007-04-28 10:23:19.000000000 +0500
+@@ -462,7 +462,9 @@
+
+ gtk_widget_set_double_buffered (GTK_WIDGET (xtext), FALSE);
+
++#ifdef USE_SHM
+ priv->has_shm_pixmaps = -1;
++#endif
+ priv->adj = (GtkAdjustment *) gtk_adjustment_new (0, 0, 1, 1, 1, 1);
+ g_object_ref_sink (priv->adj);
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0d35a0904bfedd517721fc8fcd56c9a08c66af42), George Sherwood, 04/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page