diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-25 15:01:15 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-10-25 15:01:15 +0000 |
commit | a5043b9fc5a07402f3d9b88f619cf2905bdca5b1 (patch) | |
tree | c6be463f5040f11e9048d1bede3360a5872360cd /packages/tea | |
parent | 136159f890a75bdb5ee83d5870686e91510d3bb1 (diff) |
tea: Add Tea - a small and powerful text editor.
Diffstat (limited to 'packages/tea')
-rw-r--r-- | packages/tea/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tea/tea/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tea/tea/move-endif.patch | 20 | ||||
-rw-r--r-- | packages/tea/tea_17.3.5.bb | 11 |
4 files changed, 31 insertions, 0 deletions
diff --git a/packages/tea/.mtn2git_empty b/packages/tea/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tea/.mtn2git_empty diff --git a/packages/tea/tea/.mtn2git_empty b/packages/tea/tea/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/tea/tea/.mtn2git_empty 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" |