diff options
Diffstat (limited to 'recipes/geany/geany_0.18.bb')
-rw-r--r-- | recipes/geany/geany_0.18.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 \ +" + |