[oe-commits] org.oe.dev tea: Add Tea - a small and powerful text editor.

florian commit openembedded-commits at lists.openembedded.org
Thu Oct 25 16:59:54 UTC 2007


tea: Add Tea - a small and powerful text editor.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: bfb3f591b7494217c22a8a5b6daf3902bdd7cd03
ViewMTN: http://monotone.openembedded.org/revision/info/bfb3f591b7494217c22a8a5b6daf3902bdd7cd03
Files:
1
packages/tea
packages/tea/tea
packages/tea/tea/move-endif.patch
packages/tea/tea_17.3.5.bb
Diffs:

#
# mt diff -r0f804bea97081d8a48297f1d14a731bdf3965ddc -rbfb3f591b7494217c22a8a5b6daf3902bdd7cd03
#
# 
# 
# add_dir "packages/tea"
# 
# add_dir "packages/tea/tea"
# 
# add_file "packages/tea/tea/move-endif.patch"
#  content [1810cc96cb58b974b909b6e8dee14455fb388816]
# 
# add_file "packages/tea/tea_17.3.5.bb"
#  content [659e70bcc2fcc43692a31aca58af3daa0607db53]
# 
============================================================
--- packages/tea/tea/move-endif.patch	1810cc96cb58b974b909b6e8dee14455fb388816
+++ packages/tea/tea/move-endif.patch	1810cc96cb58b974b909b6e8dee14455fb388816
@@ -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
++
+ }
+ 
+ 
============================================================
--- packages/tea/tea_17.3.5.bb	659e70bcc2fcc43692a31aca58af3daa0607db53
+++ packages/tea/tea_17.3.5.bb	659e70bcc2fcc43692a31aca58af3daa0607db53
@@ -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"






More information about the Openembedded-commits mailing list