Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6de3b4ae0b61f958a4084f699876c1b981ef140f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6de3b4ae0b61f958a4084f699876c1b981ef140f)
  • Date: Sun, 30 May 2010 06:55:01 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

chat-irc/xchat/DETAILS | 4 ++--
chat-irc/xchat/HISTORY | 5 +++++
chat-irc/xchat/INSTALL | 2 +-
chat-irc/xchat/PRE_BUILD | 7 -------
chat-irc/xchat/xchat-2.8.6.tar.bz2.sig | 0
chat-irc/xchat/xchat-2.8.8.tar.bz2.sig |binary
chat-irc/xchat/xchat-gtk.patch | 12 ------------
dev/null |binary
8 files changed, 8 insertions(+), 22 deletions(-)

New commits:
commit 6de3b4ae0b61f958a4084f699876c1b981ef140f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xchat: => 2.8.8

diff --git a/chat-irc/xchat/DETAILS b/chat-irc/xchat/DETAILS
index 95e24bb..7e79ad8 100755
--- a/chat-irc/xchat/DETAILS
+++ b/chat-irc/xchat/DETAILS
@@ -1,7 +1,7 @@
SPELL=xchat
- VERSION=2.8.6
+ VERSION=2.8.8
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.xchat.org/files/source/2.8/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
diff --git a/chat-irc/xchat/HISTORY b/chat-irc/xchat/HISTORY
index 43a6381..cbba1c0 100644
--- a/chat-irc/xchat/HISTORY
+++ b/chat-irc/xchat/HISTORY
@@ -1,3 +1,8 @@
+2010-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.8.8; quoting paths
+ * INSTALL: quoting paths
+ * PRE_BUILD, xchat-gtk.patch: removed, fixed by upstream
+
2010-04-18 George Sherwood <gsherwood AT sourcemage.org>
* PRE_BUILD: Added Gentoo fix for deprecated gtk symbols

diff --git a/chat-irc/xchat/INSTALL b/chat-irc/xchat/INSTALL
index 5c08fcc..e6227ae 100755
--- a/chat-irc/xchat/INSTALL
+++ b/chat-irc/xchat/INSTALL
@@ -1,3 +1,3 @@
-install -vm 644 plugins/xchat-plugin.h $INSTALL_ROOT/usr/include &&
+install -vm 644 plugins/xchat-plugin.h "$INSTALL_ROOT/usr/include" &&

default_install
diff --git a/chat-irc/xchat/PRE_BUILD b/chat-irc/xchat/PRE_BUILD
deleted file mode 100755
index 30aedf2..0000000
--- a/chat-irc/xchat/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-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
diff --git a/chat-irc/xchat/xchat-2.8.6.tar.bz2.sig
b/chat-irc/xchat/xchat-2.8.6.tar.bz2.sig
deleted file mode 100644
index 4df2369..0000000
Binary files a/chat-irc/xchat/xchat-2.8.6.tar.bz2.sig and /dev/null differ
diff --git a/chat-irc/xchat/xchat-2.8.8.tar.bz2.sig
b/chat-irc/xchat/xchat-2.8.8.tar.bz2.sig
new file mode 100644
index 0000000..ab9b577
Binary files /dev/null and b/chat-irc/xchat/xchat-2.8.8.tar.bz2.sig differ
diff --git a/chat-irc/xchat/xchat-gtk.patch b/chat-irc/xchat/xchat-gtk.patch
deleted file mode 100644
index 4ad6f4b..0000000
--- a/chat-irc/xchat/xchat-gtk.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 Vlad Glagolev (6de3b4ae0b61f958a4084f699876c1b981ef140f), Vlad Glagolev, 05/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page