Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (86df6bf37f7a5db961e486f6feac595cc690c31f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (86df6bf37f7a5db961e486f6feac595cc690c31f)
  • Date: Thu, 27 Nov 2008 09:50:14 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-libs/pango/BUILD | 5 +++++
gnome2-libs/pango/CONFIGURE | 2 ++
gnome2-libs/pango/HISTORY | 4 ++++
3 files changed, 11 insertions(+)

New commits:
commit 86df6bf37f7a5db961e486f6feac595cc690c31f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

pango: Added option to not build arabic dynamic modlue which
causes crashes in webkitbased browsers.

diff --git a/gnome2-libs/pango/BUILD b/gnome2-libs/pango/BUILD
new file mode 100755
index 0000000..74e023a
--- /dev/null
+++ b/gnome2-libs/pango/BUILD
@@ -0,0 +1,5 @@
+if [[ "$PANGO_ARABIC" == "n" ]]; then
+
OPTS="--with-dynamic-modules=basic-fc,hangul-fc,hebrew-fc,indic-fc,khmer-fc,syriac-fc,thai-fc,tibetan-fc
$OPTS"
+fi &&
+
+default_build
diff --git a/gnome2-libs/pango/CONFIGURE b/gnome2-libs/pango/CONFIGURE
new file mode 100755
index 0000000..f626175
--- /dev/null
+++ b/gnome2-libs/pango/CONFIGURE
@@ -0,0 +1,2 @@
+config_query PANGO_ARABIC "Build arabic dynamic modules (can \
+cause problems with webkit browsers)?" y
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 549110f..a354ee2 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,7 @@
+2008-11-27 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Added option not to build arabic dynamic module
+ * CONFIGURE: query for building arabic dynamic module
+
2008-11-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.22.3




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (86df6bf37f7a5db961e486f6feac595cc690c31f), George Sherwood, 11/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page