aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geany
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-12-22 19:57:46 +0100
committerKoen Kooi <koen@openembedded.org>2009-12-22 22:59:10 +0100
commit3bec01ab5fc85b801d65669feded96a1b7eee814 (patch)
tree2be22ccf07ba0e9650efb05ea5fd1c6e300f1e37 /recipes/geany
parent84e53eb206b58d9862a0c221370038d59b26f391 (diff)
downloadopenembedded-3bec01ab5fc85b801d65669feded96a1b7eee814.tar.gz
geany: add 0.18
Diffstat (limited to 'recipes/geany')
-rw-r--r--recipes/geany/geany/no-bogus-cxx-check.diff15
-rw-r--r--recipes/geany/geany_0.18.bb13
2 files changed, 28 insertions, 0 deletions
diff --git a/recipes/geany/geany/no-bogus-cxx-check.diff b/recipes/geany/geany/no-bogus-cxx-check.diff
new file mode 100644
index 0000000000..74e4c8cac6
--- /dev/null
+++ b/recipes/geany/geany/no-bogus-cxx-check.diff
@@ -0,0 +1,15 @@
+--- /tmp/configure.in 2009-12-22 21:43:13.000000000 +0100
++++ geany-0.18/configure.in 2009-12-22 21:43:22.000000000 +0100
+@@ -13,12 +13,6 @@
+ AC_PROG_CC
+
+ AC_PROG_CXX
+-# check for C++ compiler explicitly and fail if none is found, do this check
+-# after AC_PROG_CXX has set the CXX environment variable
+-which $CXX >/dev/null 2>&1
+-if test "x$?" != "x0"; then
+- AC_MSG_ERROR([No C++ compiler not found. Please install a C++ compiler.])
+-fi
+
+ #AC_PROG_RANLIB
+ AC_PROG_INSTALL
diff --git a/recipes/geany/geany_0.18.bb b/recipes/geany/geany_0.18.bb
new file mode 100644
index 0000000000..d2d0fed363
--- /dev/null
+++ b/recipes/geany/geany_0.18.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Text editor with some IDE functionality"
+HOMEPAGE = "http://geany.sf.net"
+SECTION = "editors"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "gtk+ vte"
+
+inherit gnome
+
+SRC_URI = "http://download.geany.org/geany-${PV}.tar.bz2 \
+ file://no-bogus-cxx-check.diff;patch=1 \
+"
+