tea: Add Tea - a small and powerful text editor.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 25 Oct 2007 15:01:15 +0000 (15:01 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 25 Oct 2007 15:01:15 +0000 (15:01 +0000)
packages/tea/.mtn2git_empty [new file with mode: 0644]
packages/tea/tea/.mtn2git_empty [new file with mode: 0644]
packages/tea/tea/move-endif.patch [new file with mode: 0644]
packages/tea/tea_17.3.5.bb [new file with mode: 0644]

diff --git a/packages/tea/.mtn2git_empty b/packages/tea/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tea/tea/.mtn2git_empty b/packages/tea/tea/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tea/tea/move-endif.patch b/packages/tea/tea/move-endif.patch
new file mode 100644 (file)
index 0000000..0fabee8
--- /dev/null
@@ -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 (file)
index 0000000..7adf2a5
--- /dev/null
@@ -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"