Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b0e93ed0ef092eda5a3249c6593a36e409e33289)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b0e93ed0ef092eda5a3249c6593a36e409e33289)
  • Date: Sat, 14 Nov 2015 21:59:12 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnome2-libs/pango/CONFIGURE | 4 ----
gnome2-libs/pango/FINAL | 7 -------
gnome2-libs/pango/HISTORY | 4 ++++
3 files changed, 4 insertions(+), 11 deletions(-)

New commits:
commit b0e93ed0ef092eda5a3249c6593a36e409e33289
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pango: 1.38.x does not allow configuring dynamic modules

configure: WARNING: unrecognized options: --with-dynamic-modules

commit 249f139af3341e6df77e9f3de38b49ed7a00eb3c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pango: 1.38.x does not provide the pango-querymodules binary

/var/lib/sorcery/codex/test/gnome2-libs/pango/FINAL: line 2:
/usr/bin/pango-querymodules: No such file or directory
/var/lib/sorcery/codex/test/gnome2-libs/pango/FINAL: line 6:
pango-querymodules: command not

diff --git a/gnome2-libs/pango/CONFIGURE b/gnome2-libs/pango/CONFIGURE
deleted file mode 100755
index 3af96ed..0000000
--- a/gnome2-libs/pango/CONFIGURE
+++ /dev/null
@@ -1,4 +0,0 @@
-# TODO: thai-fc requires libthai (not in grimoire yet)
-config_query_option PANGO_OPTS "Build arabic dynamic modules (can cause
problems with webkit browsers)?" y \
-
"--with-dynamic-modules=basic-fc,arabic-lang,indic-lang" \
- "--with-dynamic-modules=basic-fc"
diff --git a/gnome2-libs/pango/FINAL b/gnome2-libs/pango/FINAL
deleted file mode 100755
index 111786f..0000000
--- a/gnome2-libs/pango/FINAL
+++ /dev/null
@@ -1,7 +0,0 @@
-local VER=`"$INSTALL_ROOT/usr/bin/pango-querymodules" --version \
- | grep interface` &&
-VER=${VER##* } &&
-
-mkdir -p "$INSTALL_ROOT/etc/pango" &&
-pango-querymodules "$INSTALL_ROOT/usr/lib/pango/$VER/modules/"*.so \
- > "$INSTALL_ROOT/etc/pango/pango.modules"
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index e19b80f..5d74bba 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,7 @@
+2015-11-14 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: 1.38.x does not support configuring dynamic modules
+ * FINAL: 1.38.x does not have pango-querymodules binary
+
2015-11-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.38.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b0e93ed0ef092eda5a3249c6593a36e409e33289), Eric Sandall, 11/14/2015

Archive powered by MHonArc 2.6.24.

Top of Page