Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Eric Sandall : 37dacb696e1b922fb469e7130457b388a9e9bb83

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Eric Sandall : 37dacb696e1b922fb469e7130457b388a9e9bb83
  • Date: Fri, 26 May 2006 13:24:17 -0500

GIT changes to test grimoire by Eric Sandall :
37dacb696e1b922fb469e7130457b388a9e9bb83 <sandalle AT sourcemage.org>:

gnome2-libs/pango/DEPENDS | 5 +++++
gnome2-libs/pango/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 37dacb696e1b922fb469e7130457b388a9e9bb83
Merge: c8cff33... 93ffa11...
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

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

* DEPENDS: Depend on libxft and libxrender if xorg-server provides
X11-LIBS

diff --git a/gnome2-libs/pango/DEPENDS b/gnome2-libs/pango/DEPENDS
index 2c1c91c..83eaa52 100755
--- a/gnome2-libs/pango/DEPENDS
+++ b/gnome2-libs/pango/DEPENDS
@@ -4,6 +4,11 @@ depends automake &&
depends glib2 &&
depends cairo &&

+if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
+ depends libxft &&
+ depends libxrender
+fi &&
+
if ! spell_ok g++ ; then
depends gtk-doc
else
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 1e74df0..718f29b 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,6 @@
+2006-05-26 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depend on libxft and libxrender if xorg-server provides
X11-LIBS
+
2006-04-29 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.12.2




  • [SM-Commit] GIT changes to test grimoire by Eric Sandall : 37dacb696e1b922fb469e7130457b388a9e9bb83, Eric Sandall, 05/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page