Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5079812b8532bad3704526a5919ebabffcccff53)
  • Date: Wed, 28 May 2008 06:01:40 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5079812b8532bad3704526a5919ebabffcccff53), Vlad Glagolev, 05/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page