Skip to Content.
Sympa Menu

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

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 (6a9231c2494fb3797d86ffe51b2673e386e72f20)
  • Date: Wed, 24 Sep 2008 18:15:21 -0500

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

chat-im/kmess/BUILD | 3 +++
chat-im/kmess/DETAILS | 2 +-
chat-im/kmess/HISTORY | 6 ++++++
chat-im/kmess/PRE_BUILD | 3 +++
chat-im/kmess/kmess-1.5.1-gcc43.patch | 32 ++++++++++++++++++++++++++++++++
chat-im/kmess/kmess-1.5.1.tar.gz.sig |binary
chat-im/kmess/kmess-1.5.tar.gz.sig | 0
dev/null |binary
8 files changed, 45 insertions(+), 1 deletion(-)

New commits:
commit 6a9231c2494fb3797d86ffe51b2673e386e72f20
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

kmess: Updated to version 1.5.1. Added patch to fix compile
with gcc 4.3. Added fix in BUILD to find kde3 headers.

diff --git a/chat-im/kmess/BUILD b/chat-im/kmess/BUILD
new file mode 100755
index 0000000..b6c1a45
--- /dev/null
+++ b/chat-im/kmess/BUILD
@@ -0,0 +1,3 @@
+CPPLAGS="-I/usr/include/ $CPPFLAGS" &&
+OPTS="--includedir=/usr/include/kde3 $OPTS" &&
+default_build
diff --git a/chat-im/kmess/DETAILS b/chat-im/kmess/DETAILS
index 9e09d8b..60564ec 100755
--- a/chat-im/kmess/DETAILS
+++ b/chat-im/kmess/DETAILS
@@ -1,5 +1,5 @@
SPELL=kmess
- VERSION=1.5
+ VERSION=1.5.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/chat-im/kmess/HISTORY b/chat-im/kmess/HISTORY
index 781407c..be2ede1 100644
--- a/chat-im/kmess/HISTORY
+++ b/chat-im/kmess/HISTORY
@@ -1,3 +1,9 @@
+2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 1.5.1
+ * BUILD: Need to add config to allow kde headers to be found
+ * PRE_BUILD: Add gentoo patch
+ * kmess-1.5.1-gcc43.patch: Patch to fix compile errors with gcc 4.3
+
2008-01-13 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.5
* DEPENDS: depends kdelibs vice kdepim
diff --git a/chat-im/kmess/PRE_BUILD b/chat-im/kmess/PRE_BUILD
new file mode 100755
index 0000000..1693f7e
--- /dev/null
+++ b/chat-im/kmess/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/kmess-1.5.1-gcc43.patch
diff --git a/chat-im/kmess/kmess-1.5.1-gcc43.patch
b/chat-im/kmess/kmess-1.5.1-gcc43.patch
new file mode 100644
index 0000000..840b558
--- /dev/null
+++ b/chat-im/kmess/kmess-1.5.1-gcc43.patch
@@ -0,0 +1,32 @@
+diff -NrU5 kmess/crypt/sha1.cpp kmess/crypt/sha1.cpp
+--- kmess/crypt/sha1.cpp 2008-06-28 17:01:11.000000000 +0200
++++ kmess/crypt/sha1.cpp 2008-06-28 16:44:42.000000000 +0200
+@@ -36,10 +36,12 @@
+ #include "bithelp.h"
+
+ #include <stdio.h>
+ #include <sys/stat.h>
+
++#include <cstring>
++
+ Sha1::Sha1()
+ {
+ context = new SHA1_CONTEXT;
+ }
+
+diff -NrU5 kmess-1.5.1.orig/kmess/notification/passivepopupview.h
kmess-1.5.1/kmess/notification/passivepopupview.h
+--- kmess/notification/passivepopupview.h 2008-06-28 17:02:28.000000000
+0200
++++ kmess/notification/passivepopupview.h 2008-06-28 16:44:43.000000000
+0200
+@@ -41,11 +41,11 @@
+ {
+ Q_OBJECT
+
+ public: // Public methods
+ // Class constructor
+- PassivePopupView( QWidget *parent, QString icon, QString message,
QString icon = QString::null );
++ PassivePopupView( QWidget *parent, QString icon, QString message,
QString status = QString::null );
+ // Changes the popup icon
+ void changeIcon( QString icon );
+ // Changes the popup status icon
+ void changeStatusIcon( QString status );
+ // Changes the popup message
diff --git a/chat-im/kmess/kmess-1.5.1.tar.gz.sig
b/chat-im/kmess/kmess-1.5.1.tar.gz.sig
new file mode 100644
index 0000000..47b8644
Binary files /dev/null and b/chat-im/kmess/kmess-1.5.1.tar.gz.sig differ
diff --git a/chat-im/kmess/kmess-1.5.tar.gz.sig
b/chat-im/kmess/kmess-1.5.tar.gz.sig
deleted file mode 100644
index 5a1216b..0000000
Binary files a/chat-im/kmess/kmess-1.5.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6a9231c2494fb3797d86ffe51b2673e386e72f20), George Sherwood, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page