summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-12-01 15:02:59 -0800
committerEric Sandall2008-12-01 15:02:59 -0800
commitc9272858d3bc1a868a14a3f4e5c0dd025ba90112 (patch)
treec29233b217b34f58c74f0abd0bcccff5a08e876c
parent256c6174f29ebb31fd16560ab642ddae03ea701c (diff)
gmrun 0.9.2 #14899
(cherry-picked from commit df24bb433616546228710c988a4fc66e8c1cc352)
-rwxr-xr-xx11/gmrun/DETAILS4
-rw-r--r--x11/gmrun/HISTORY4
-rw-r--r--x11/gmrun/PRE_BUILD3
-rw-r--r--x11/gmrun/gmrun-0.9.2-gcc43.patch40
4 files changed, 49 insertions, 2 deletions
diff --git a/x11/gmrun/DETAILS b/x11/gmrun/DETAILS
index 1e1122bc0e..c69c17fdfd 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 43337eec7b..c929bc482d 100644
--- a/x11/gmrun/HISTORY
+++ b/x11/gmrun/HISTORY
@@ -1,3 +1,7 @@
+2008-11-20 Ladislav Hagara <hgr@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@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/x11/gmrun/PRE_BUILD b/x11/gmrun/PRE_BUILD
new file mode 100644
index 0000000000..5eb6806306
--- /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 0000000000..5be392201d
--- /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>