[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5079812b8532bad3704526a5919ebabffcccff53)

Vlad Glagolev scm at sourcemage.org
Wed May 28 07:01:40 EDT 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 gnome2-libs/enchant/HISTORY         |    1 +
 gnome2-libs/enchant/PRE_SUB_DEPENDS |    6 ++++++
 gnome2-libs/enchant/SUB_DEPENDS     |    6 ++++++
 3 files changed, 13 insertions(+)

New commits:
commit 5079812b8532bad3704526a5919ebabffcccff53
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    enchant: added SUB_DEPENDS for multi-*spell support

diff --git a/gnome2-libs/enchant/HISTORY b/gnome2-libs/enchant/HISTORY
index 27ef596..834f834 100644
--- a/gnome2-libs/enchant/HISTORY
+++ b/gnome2-libs/enchant/HISTORY
@@ -1,6 +1,7 @@
 2008-05-28 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 1.4.2, cleaned up, fixed WEB_SITE
 	* DEPENDS: fixed the deps, added missing ones
+	* SUB_DEPENDS, PRE_SUB_DEPENDS: added multi-*spell support
 
 2007-10-24 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DETAILS: updated spell to 1.3.0
diff --git a/gnome2-libs/enchant/PRE_SUB_DEPENDS b/gnome2-libs/enchant/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..9113ea0
--- /dev/null
+++ b/gnome2-libs/enchant/PRE_SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+  ISPELL) is_depends_enabled $SPELL ispell;;
+  ASPELL) is_depends_enabled $SPELL aspell;;
+  HSPELL) is_depends_enabled $SPELL hspell;;
+       *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac
diff --git a/gnome2-libs/enchant/SUB_DEPENDS b/gnome2-libs/enchant/SUB_DEPENDS
new file mode 100755
index 0000000..b32440a
--- /dev/null
+++ b/gnome2-libs/enchant/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+  ISPELL) depends ispell "--enable-ispell";;
+  ASPELL) depends aspell "--enable-aspell";;
+  HSPELL) depends hspell "--enable-hspell";;
+       *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac



More information about the SM-Commit mailing list