diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/tea | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/tea')
-rw-r--r-- | recipes/tea/tea/move-endif.patch | 20 | ||||
-rw-r--r-- | recipes/tea/tea_17.3.5.bb | 12 |
2 files changed, 32 insertions, 0 deletions
diff --git a/recipes/tea/tea/move-endif.patch b/recipes/tea/tea/move-endif.patch new file mode 100644 index 0000000000..0fabee887c --- /dev/null +++ b/recipes/tea/tea/move-endif.patch @@ -0,0 +1,20 @@ +--- src/callbacks.c~ 2007-10-23 18:43:04.000000000 +0200 ++++ src/callbacks.c 2007-10-23 18:43:04.000000000 +0200 +@@ -5609,8 +5609,6 @@ + + #if defined (HAVE_LIBASPELL) || defined (ENCHANT_SUPPORTED) + GList *l = get_suggestions_list (p->prefix); +-#endif +- + if (l) + { + build_menu_wudata_from_glist (l, mni_suggestions, on_mni_suggestion_select, temp_text_part); +@@ -5620,6 +5618,8 @@ + } + + glist_strings_free (l); ++#endif ++ + } + + diff --git a/recipes/tea/tea_17.3.5.bb b/recipes/tea/tea_17.3.5.bb new file mode 100644 index 0000000000..c8dac8c94f --- /dev/null +++ b/recipes/tea/tea_17.3.5.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Tea - a GTK based text editor with highlighting and a lot of processing features" +SECTION = "gpe" +LICENSE = "GPL" +DEPENDS = "gtk+ gtksourceview" +PR = "r1" + +inherit autotools + +SRC_URI = "${SOURCEFORGE_MIRROR}/tea-editor/${P}.tar.bz2 \ + file://move-endif.patch;patch=1;pnum=0" + +EXTRA_OECONF = "--enable-legacy" |