Skip to Content.
Sympa Menu

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

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 (94d9099be725523bed44d9ec75f63ffcd7f1fea2)
  • Date: Wed, 18 Jul 2007 21:12:19 -0500

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

chat-irc/xchat-gnome/DETAILS | 2 +-
chat-irc/xchat-gnome/HISTORY | 5 +++++
chat-irc/xchat-gnome/PRE_BUILD | 3 ---
chat-irc/xchat-gnome/xchat-gnome-0.16.tar.bz2.sig | 0
chat-irc/xchat-gnome/xchat-gnome-0.18.tar.bz2.sig |binary
chat-irc/xchat-gnome/xtext_shm_fix.patch | 12 ------------
dev/null |binary
7 files changed, 6 insertions(+), 16 deletions(-)

New commits:
commit 94d9099be725523bed44d9ec75f63ffcd7f1fea2
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xchat-gnome: Updated to version 0.18. Removed incorporated patch.

diff --git a/chat-irc/xchat-gnome/DETAILS b/chat-irc/xchat-gnome/DETAILS
index 39db9d9..174e120 100755
--- a/chat-irc/xchat-gnome/DETAILS
+++ b/chat-irc/xchat-gnome/DETAILS
@@ -1,5 +1,5 @@
SPELL=xchat-gnome
- VERSION=0.17
+ VERSION=0.18
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 35c341d..d3b0f65 100644
--- a/chat-irc/xchat-gnome/HISTORY
+++ b/chat-irc/xchat-gnome/HISTORY
@@ -1,3 +1,8 @@
+2007-07-19 George Sherwood <george AT beernabeer.com>
+ * DETAILS: updated spell to 0.18
+ * PRE_BUILD: Removed not needed
+ * xtext_shm_fix.patch: Removed. Patch incorporated upstream.
+
2007-04-28 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.17
* PRE_BUILd: Added to apply patch
diff --git a/chat-irc/xchat-gnome/PRE_BUILD b/chat-irc/xchat-gnome/PRE_BUILD
deleted file mode 100755
index 40fd645..0000000
--- a/chat-irc/xchat-gnome/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/xtext_shm_fix.patch
diff --git a/chat-irc/xchat-gnome/xchat-gnome-0.16.tar.bz2.sig
b/chat-irc/xchat-gnome/xchat-gnome-0.16.tar.bz2.sig
deleted file mode 100644
index a0a4ba0..0000000
Binary files a/chat-irc/xchat-gnome/xchat-gnome-0.16.tar.bz2.sig and
/dev/null differ
diff --git a/chat-irc/xchat-gnome/xchat-gnome-0.18.tar.bz2.sig
b/chat-irc/xchat-gnome/xchat-gnome-0.18.tar.bz2.sig
new file mode 100644
index 0000000..88999ef
Binary files /dev/null and
b/chat-irc/xchat-gnome/xchat-gnome-0.18.tar.bz2.sig differ
diff --git a/chat-irc/xchat-gnome/xtext_shm_fix.patch
b/chat-irc/xchat-gnome/xtext_shm_fix.patch
deleted file mode 100644
index ea51265..0000000
--- a/chat-irc/xchat-gnome/xtext_shm_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 (94d9099be725523bed44d9ec75f63ffcd7f1fea2), George Sherwood, 07/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page