Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (df24bb433616546228710c988a4fc66e8c1cc352)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (df24bb433616546228710c988a4fc66e8c1cc352)
  • Date: Thu, 20 Nov 2008 10:32:52 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

x11/gmrun/DETAILS | 4 +--
x11/gmrun/HISTORY | 4 +++
x11/gmrun/PRE_BUILD | 3 ++
x11/gmrun/gmrun-0.9.2-gcc43.patch | 40
++++++++++++++++++++++++++++++++++++++
4 files changed, 49 insertions(+), 2 deletions(-)

New commits:
commit df24bb433616546228710c988a4fc66e8c1cc352
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

gmrun 0.9.2 #14899

diff --git a/x11/gmrun/DETAILS b/x11/gmrun/DETAILS
index 1e1122b..c69c17f 100755
--- a/x11/gmrun/DETAILS
+++ b/x11/gmrun/DETAILS
@@ -1,10 +1,10 @@
SPELL=gmrun
- VERSION=0.9
+ VERSION=0.9.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://www.dynarch.com/mishoo/gmrun.epl
-
SOURCE_HASH=sha512:e7e3ed89009d6f390cf4434991c7f04f6c2373eeb930f2897121e84973ddd2c82de219f6a5d989a35fc7ec9aa821348ae846019df4ea3f82a66d57ab00a35836
+
SOURCE_HASH=sha512:3ce881463c23b6c2c39b4d41ff98f3d4a2b77f45a46d4ac43d8bbf726fcb3769b643436932714f9f5c22b855188928453810468d165af2c2433059a0149d6422
ENTERED=20040921
KEYWORDS="x11"
SHORT="gmrun is a simple run-program window."
diff --git a/x11/gmrun/HISTORY b/x11/gmrun/HISTORY
index 43337ee..c929bc4 100644
--- a/x11/gmrun/HISTORY
+++ b/x11/gmrun/HISTORY
@@ -1,3 +1,7 @@
+2008-11-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.2 #14899
+ * PRE_BUILD, gmrun-0.9.2-gcc43.patch: added patch from Gentoo
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/x11/gmrun/PRE_BUILD b/x11/gmrun/PRE_BUILD
new file mode 100755
index 0000000..5eb6806
--- /dev/null
+++ b/x11/gmrun/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p1 < $SPELL_DIRECTORY/gmrun-0.9.2-gcc43.patch
diff --git a/x11/gmrun/gmrun-0.9.2-gcc43.patch
b/x11/gmrun/gmrun-0.9.2-gcc43.patch
new file mode 100644
index 0000000..5be3922
--- /dev/null
+++ b/x11/gmrun/gmrun-0.9.2-gcc43.patch
@@ -0,0 +1,40 @@
+--- gmrun-0.9.2/src/gtkcompletionline.cc.orig 2003-11-16 11:55:07.000000000
+0100
++++ gmrun-0.9.2/src/gtkcompletionline.cc 2008-05-08 08:51:22.000000000
+0200
+@@ -29,6 +29,7 @@
+ #include <set>
+ #include <sstream>
+ #include <string>
++#include <cstring>
+ #include <vector>
+ using namespace std;
+
+--- gmrun-0.9.2/src/ci_string.h.orig 2001-05-16 16:39:31.000000000 +0200
++++ gmrun-0.9.2/src/ci_string.h 2008-05-08 08:51:33.000000000 +0200
+@@ -7,6 +7,7 @@
+ #define __CI_STRING_H__
+
+ #include <string>
++#include <cstring>
+ #include <ctype.h>
+
+ struct ci_char_traits : public std::char_traits<char>
+--- gmrun-0.9.2/src/prefs.cc.orig 2002-08-16 12:48:22.000000000 +0200
++++ gmrun-0.9.2/src/prefs.cc 2008-05-08 08:51:54.000000000 +0200
+@@ -13,6 +13,7 @@
+ #include <fstream>
+ #include <iostream>
+ #include <stdio.h>
++#include <stdlib.h>
+
+ #include <list>
+
+--- gmrun-0.9.2/src/main.cc.orig 2003-11-16 11:55:07.000000000 +0100
++++ gmrun-0.9.2/src/main.cc 2008-05-08 09:03:11.000000000 +0200
+@@ -14,6 +14,7 @@
+ #include <gdk/gdkkeysyms.h>
+
+ #include <string>
++#include <cstring>
+ #include <iostream>
+ #include <sstream>
+ #include <vector>



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (df24bb433616546228710c988a4fc66e8c1cc352), Ladislav Hagara, 11/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page