Skip to Content.
Sympa Menu

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

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 (da9718b865a8d328fb7f580b27a5c25d28fdcd8a)
  • Date: Sun, 19 Apr 2009 15:01:42 -0500

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

gnome2-libs/pango/CONFIGURE | 7 +------
gnome2-libs/pango/DEPENDS | 12 +++++-------
gnome2-libs/pango/HISTORY | 2 ++
3 files changed, 8 insertions(+), 13 deletions(-)

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

pango: X support is no longer optional
Bug #15185

diff --git a/gnome2-libs/pango/CONFIGURE b/gnome2-libs/pango/CONFIGURE
index 82d4b4e..f626175 100755
--- a/gnome2-libs/pango/CONFIGURE
+++ b/gnome2-libs/pango/CONFIGURE
@@ -1,7 +1,2 @@
config_query PANGO_ARABIC "Build arabic dynamic modules (can \
-cause problems with webkit browsers)?" y &&
-config_query_option PANGO_OPTS \
- "Build pango with X windows support?" \
- y \
- "--with-x" \
- "--without-x"
+cause problems with webkit browsers)?" y
diff --git a/gnome2-libs/pango/DEPENDS b/gnome2-libs/pango/DEPENDS
index 0faf4ef..b381cc7 100755
--- a/gnome2-libs/pango/DEPENDS
+++ b/gnome2-libs/pango/DEPENDS
@@ -2,13 +2,11 @@ depends automake &&
depends cairo &&
depends fontconfig &&
depends glib2 &&
-if list_find "$PANGO_OPTS" "--with-x"; then
- depends libx11 &&
- depends libxau &&
- depends libxft &&
- depends libxdmcp &&
- depends libxrender
-fi &&
+depends libx11 &&
+depends libxau &&
+depends libxft &&
+depends libxdmcp &&
+depends libxrender

if spell_ok cairo && [[ $(installed_version cairo) < 1.8 ]]; then
force_depends cairo
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 7ad7a66..bb49899 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -2,6 +2,8 @@
* DETAILS: Updated to 1.24.1
Fixes Bug #15185
Upstream http://bugzilla.gnome.org/show_bug.cgi?id=578336
+ * CONFIGURE, DEPENDS: X support is no longer optional
+ Bug #15185

2009-03-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.24.0



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (da9718b865a8d328fb7f580b27a5c25d28fdcd8a), Eric Sandall, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page