From 3bec01ab5fc85b801d65669feded96a1b7eee814 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 22 Dec 2009 19:57:46 +0100 Subject: geany: add 0.18 --- recipes/geany/geany/no-bogus-cxx-check.diff | 15 +++++++++++++++ recipes/geany/geany_0.18.bb | 13 +++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 recipes/geany/geany/no-bogus-cxx-check.diff create mode 100644 recipes/geany/geany_0.18.bb (limited to 'recipes/geany') 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 \ +" + -- cgit v1.2.3