From a5043b9fc5a07402f3d9b88f619cf2905bdca5b1 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 25 Oct 2007 15:01:15 +0000 Subject: [PATCH] tea: Add Tea - a small and powerful text editor. --- packages/tea/.mtn2git_empty | 0 packages/tea/tea/.mtn2git_empty | 0 packages/tea/tea/move-endif.patch | 20 ++++++++++++++++++++ packages/tea/tea_17.3.5.bb | 11 +++++++++++ 4 files changed, 31 insertions(+) create mode 100644 packages/tea/.mtn2git_empty create mode 100644 packages/tea/tea/.mtn2git_empty create mode 100644 packages/tea/tea/move-endif.patch create mode 100644 packages/tea/tea_17.3.5.bb diff --git a/packages/tea/.mtn2git_empty b/packages/tea/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/tea/tea/.mtn2git_empty b/packages/tea/tea/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/tea/tea/move-endif.patch b/packages/tea/tea/move-endif.patch new file mode 100644 index 0000000000..0fabee887c --- /dev/null +++ b/packages/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/packages/tea/tea_17.3.5.bb b/packages/tea/tea_17.3.5.bb new file mode 100644 index 0000000000..7adf2a5136 --- /dev/null +++ b/packages/tea/tea_17.3.5.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Tea - a GTK based text editor tith highlighting and a lot of processing features" +SECTION = "gpe" +LICENSE = "GPL" +DEPENDS = "gtk+ gtksourceview" + +inherit autotools + +SRC_URI = "${SOURCEFORGE_MIRROR}/tea-editor/${P}.tar.bz2 \ + file://move-endif.patch;patch=1;pnum=0" + +EXTRA_OECONF = "--enable-legacy" -- 2.39.5