Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (11c15a59875b677f2d7ab0da31a1418b24f171b0)
  • Date: Fri, 11 Aug 2006 22:54:25 -0500

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

chat-im/kf/DEPENDS | 5 +----
chat-im/kf/DETAILS | 4 +---
chat-im/kf/HISTORY | 10 ++++++++++
chat-im/kf/PRE_BUILD | 3 +++
chat-im/kf/kf-0.5.4.1.tar.gz.sig |binary
chat-im/kf/kf_jisp.patch | 12 ++++++++++++
6 files changed, 27 insertions(+), 7 deletions(-)

New commits:
commit 11c15a59875b677f2d7ab0da31a1418b24f171b0
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Added depends libglade2 (Bug 12016) Cleaned up depends. Removed
GCC_VERSION, builds with gcc 4.0.3. Added patch to fix compile error.

diff --git a/chat-im/kf/DEPENDS b/chat-im/kf/DEPENDS
index e711c95..830c18f 100755
--- a/chat-im/kf/DEPENDS
+++ b/chat-im/kf/DEPENDS
@@ -1,6 +1,3 @@
-depends gcc34 &&
-depends gtk+2 &&
depends loudmouth &&
-depends libglade &&
-depends libxml2 &&
+depends libglade2 &&
optional_depends gtkspell "--enable-gtkspell" "" "for spell check"
diff --git a/chat-im/kf/DETAILS b/chat-im/kf/DETAILS
index 72d5987..632ca87 100755
--- a/chat-im/kf/DETAILS
+++ b/chat-im/kf/DETAILS
@@ -2,14 +2,12 @@
VERSION=0.5.4.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[1]=http://jabberstudio.2nw.net/kf/$SOURCE
-
SOURCE_HASH=sha512:1119eacc3009eef292928bc495007d4c25bd2a742176b570122c5c7e8f5370fb2e94bb148f8d5cbbc91451c8b49dc531fb32693cbb140219807fd32be0aadab8
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://kf.jabberstudio.org/
- GCC_VERSION=3.4
ENTERED=20050427
UPDATED=20050427
LICENSE[0]=GPL
- BUILD_API=2
KEYWORDS="jabber messaging chat"
SHORT="kf is a Jabber client for GNU/Linux operating system."
cat << EOF
diff --git a/chat-im/kf/HISTORY b/chat-im/kf/HISTORY
index 88ffe74..370c9c6 100644
--- a/chat-im/kf/HISTORY
+++ b/chat-im/kf/HISTORY
@@ -1,3 +1,13 @@
+2006-08-12 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Removed GCC_VERSION, builds with gcc 4.0.3
+ Added GPG checking
+ * DEPENDS: Added depends libglade2 (Bug 12016)
+ Removed depends gcc34. Removed depends gtk2, libxml2.
+ * PRE_BUILD: Added to patch and fix compile error.
+ * kf_jisp.patch: Added gentoo patch.
+ http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/
+ net-im/kf/files/kf-0.5.4.1-typedef_KfJispManager.patch?rev=1.1
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/chat-im/kf/PRE_BUILD b/chat-im/kf/PRE_BUILD
new file mode 100755
index 0000000..e0cdf47
--- /dev/null
+++ b/chat-im/kf/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/kf_jisp.patch
diff --git a/chat-im/kf/kf-0.5.4.1.tar.gz.sig
b/chat-im/kf/kf-0.5.4.1.tar.gz.sig
new file mode 100644
index 0000000..3d7ad68
Binary files /dev/null and b/chat-im/kf/kf-0.5.4.1.tar.gz.sig differ
diff --git a/chat-im/kf/kf_jisp.patch b/chat-im/kf/kf_jisp.patch
new file mode 100644
index 0000000..955a647
--- /dev/null
+++ b/chat-im/kf/kf_jisp.patch
@@ -0,0 +1,12 @@
+--- src/jispman.h.orig 2006-03-05 12:38:01.000000000 +0100
++++ src/jispman.h 2006-03-05 12:37:16.000000000 +0100
+@@ -24,8 +24,7 @@
+ #include <glib.h>
+ #include "jisp.h"
+
+-typedef struct _KfJispManager {
+-} KfJispManager;
++typedef struct _KfJispManager KfJispManager;
+
+ /**
+ * \brief Type of a Jisp package



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (11c15a59875b677f2d7ab0da31a1418b24f171b0), George Sherwood, 08/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page