[Lunar-commits] <moonbase-other> gtkspell3: Adding to moonbase, does not conflict with gtkspell.
stumbles
stumbles at lunar-linux.org
Thu Jun 6 18:13:07 CEST 2013
commit f95a1503efc8b8ac089c962e4e3e13a6fe90cffc
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 06 Jun 2013 09:12:38 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f95a1503efc8b8ac089c962e4e3e13a6fe90cffc
gtkspell3: Adding to moonbase, does not conflict with gtkspell.
---
editors/gtkspell3/BUILD | +5/-0
editors/gtkspell3/DEPENDS | +8/-0
editors/gtkspell3/DETAILS | +15/-0
3 files changed, 28 insertions(+)
--- /dev/null
+++ b/editors/gtkspell3/BUILD
@@ -0,0 +1,5 @@
+
+ OPTS+=" --disable-gtk-doc-html --disable-gtk-doc" &&
+
+ default_build
+
--- /dev/null
+++ b/editors/gtkspell3/DEPENDS
@@ -0,0 +1,8 @@
+
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for introspection support"
+optional_depends "iso-codes" "--enable-iso-codes" "--disable-iso-codes" "for iso codes support"
+
+optional_depends "gtk+-2" "--enable-gtk2" "--disable-gtk2" "for gtk+-2 support"
+optional_depends "gtk+-3" "--enable-gtk3" "--disable-gtk3" "for gtk+-3 support"
+optional_depends "vala" "--enable-vala" "--disable-vala" "for vala support"
+
--- /dev/null
+++ b/editors/gtkspell3/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gtkspell3
+ VERSION=3.0.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:48197eb666e061223901fea35f54c90925f128a8
+ WEB_SITE=http://gtkspell.sourceforge.net
+ ENTERED=20130606
+ UPDATED=20130606
+ SHORT="gtk based widget for spell checking support"
+
+cat << EOF
+GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words
+in a GtkTextView widget as you type. Right-clicking a misspelled word
+pops up a menu of suggested replacements. Supports gtk+-2 and gtk+-3.
+EOF
More information about the Lunar-commits
mailing list