Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (d163b143b18f66898dba94b3317f7414147421cb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (d163b143b18f66898dba94b3317f7414147421cb)
  • Date: Sun, 28 Sep 2008 05:50:13 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

spelling/stardict/CONFIGURE | 1 +
spelling/stardict/HISTORY | 4 ++++
spelling/stardict/PRE_BUILD | 7 +++++++
3 files changed, 12 insertions(+)

New commits:
commit d163b143b18f66898dba94b3317f7414147421cb
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

spelling/stardict: Added an optional change of dictionary entry colors

diff --git a/spelling/stardict/CONFIGURE b/spelling/stardict/CONFIGURE
new file mode 100755
index 0000000..294bd69
--- /dev/null
+++ b/spelling/stardict/CONFIGURE
@@ -0,0 +1 @@
+config_query SEDITCOLORS "Would you like to change default dictionary entry
colors (extremely bright violet & green) to more serene?" y
diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY
index d7a4577..913c762 100644
--- a/spelling/stardict/HISTORY
+++ b/spelling/stardict/HISTORY
@@ -1,3 +1,7 @@
+2008-09-28 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT sourcemage.org>
+ * CONFIGURE: created this
+ * PRE_BUILD: sedit dictionary entry colors if required
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_BUILD: removed is_depends_enabled.function reference

diff --git a/spelling/stardict/PRE_BUILD b/spelling/stardict/PRE_BUILD
index 531c55f..45da4c4 100755
--- a/spelling/stardict/PRE_BUILD
+++ b/spelling/stardict/PRE_BUILD
@@ -1,6 +1,13 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&

+if [ $SEDITCOLORS == "y" ]; then
+ sedit "s:violet:darkgray:" tests/t_articleview.cpp &&
+ sedit "s:violet:darkgray:"
stardict-plugins/stardict-xdxf-parsedata-plugin/stardict_xdxf_parsedata.cpp &&
+ sedit "s:green:brown:" tests/t_articleview.cpp &&
+ sedit "s:green:brown:"
stardict-plugins/stardict-xdxf-parsedata-plugin/stardict_xdxf_parsedata.cpp
+fi
+
patch -p0 < ${SCRIPT_DIRECTORY}/configure.patch &&
if is_depends_enabled ${SPELL} espeak
then



  • [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (d163b143b18f66898dba94b3317f7414147421cb), Ivan Lezhnjov Jr, 09/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page