diff options
author | wru <gnuandpenguinos@gmail.com> | 2013-12-01 10:03:12 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-02 00:58:03 -0600 |
commit | da1e05e43baaedfe79be185a5c04621c0f7a26ef (patch) | |
tree | 477105da5e74fcfee6a8f59468b52bd3b5554cdf /python/pygtkspell/README | |
parent | 2af9b17988fad0439c8e30c47f46b3a243b7857c (diff) | |
download | slackbuilds-da1e05e43baaedfe79be185a5c04621c0f7a26ef.tar.gz |
python/pygtkspell: Added (Python bindings for the GtkSpell library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/pygtkspell/README')
-rw-r--r-- | python/pygtkspell/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/pygtkspell/README b/python/pygtkspell/README new file mode 100644 index 0000000000..d1b604161f --- /dev/null +++ b/python/pygtkspell/README @@ -0,0 +1,9 @@ +Pygtkspell contains bindings allowing to run Python +programs using the GtkSpell library, that extends GTK+'s +GtkTextView widget with support for spell-checking. + +You can enable optional features by passing variables +to the script (VAR=yes/no ./pygtkspell.SlackBuild): see +the SlackBuild for details. + +gnome-python is an optional dependency. |