Skip to Content.
Sympa Menu

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

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 (9f3e17f38b490392b799e3d4a5070336328ee031)
  • Date: Wed, 28 May 2008 07:46:40 -0500

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

gnome2-libs/enchant/BUILD | 3 +++
gnome2-libs/enchant/CONFIGURE | 7 +++++++
gnome2-libs/enchant/DEPENDS | 4 ++++
gnome2-libs/enchant/HISTORY | 4 +++-
4 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit 9f3e17f38b490392b799e3d4a5070336328ee031
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

enchant: added additional configure options, depends

diff --git a/gnome2-libs/enchant/BUILD b/gnome2-libs/enchant/BUILD
new file mode 100755
index 0000000..a34a6b7
--- /dev/null
+++ b/gnome2-libs/enchant/BUILD
@@ -0,0 +1,3 @@
+OPTS="$ENCHANT_MYSPELL $ENCHANT_ZEMBEREK $OPTS" &&
+
+default_build
diff --git a/gnome2-libs/enchant/CONFIGURE b/gnome2-libs/enchant/CONFIGURE
new file mode 100755
index 0000000..1136a2a
--- /dev/null
+++ b/gnome2-libs/enchant/CONFIGURE
@@ -0,0 +1,7 @@
+config_query_option ENCHANT_MYSPELL \
+ "build Myspell/Hunspell backend?" n \
+ "--enable-myspell" "--disable-myspell" &&
+
+config_query_option ENCHANT_ZEMBEREK \
+ "build Zemberek backend?" n \
+ "--enable-zemberek" "--disable-zemberek"
diff --git a/gnome2-libs/enchant/DEPENDS b/gnome2-libs/enchant/DEPENDS
index 468bcd1..68ce467 100755
--- a/gnome2-libs/enchant/DEPENDS
+++ b/gnome2-libs/enchant/DEPENDS
@@ -1,6 +1,10 @@
depends g++ &&
depends glib2 &&

+if [[ $ENCHANT_ZEMBEREK == y ]]; then
+ depends dbus-glib
+fi &&
+
optional_depends ispell \
"--enable-ispell" "--disable-ispell" \
"for Ispell support" &&
diff --git a/gnome2-libs/enchant/HISTORY b/gnome2-libs/enchant/HISTORY
index 834f834..6d2ca57 100644
--- a/gnome2-libs/enchant/HISTORY
+++ b/gnome2-libs/enchant/HISTORY
@@ -1,7 +1,9 @@
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
+ * DEPENDS: fixed the deps, added missing ones, added dbus-glib dep for
+ Zemberek support
* SUB_DEPENDS, PRE_SUB_DEPENDS: added multi-*spell support
+ * BUILD, CONFIGURE: added myspell/hunspell and zemberek conf options

2007-10-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 1.3.0



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

Archive powered by MHonArc 2.6.24.

Top of Page