Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c4fab9b184d517725cc76891af77143e14cb7eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c4fab9b184d517725cc76891af77143e14cb7eb)
  • Date: Fri, 26 Sep 2008 04:51:39 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit 4c4fab9b184d517725cc76891af77143e14cb7eb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pango: force_depends on new cairo

diff --git a/gnome2-libs/pango/DEPENDS b/gnome2-libs/pango/DEPENDS
index 5b09fe2..c889cec 100755
--- a/gnome2-libs/pango/DEPENDS
+++ b/gnome2-libs/pango/DEPENDS
@@ -8,6 +8,10 @@ depends libxft &&
depends libxdmcp &&
depends libxrender &&

+if spell_ok cairo && [[ $(installed_version cairo) < 1.8 ]]; then
+ force_depends cairo
+fi &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 3964271..f82f759 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,6 @@
+2008-09-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: force_depends on new cairo
+
2008-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.22.0; fixed descs; quoting paths
* DEPENDS: replaced xorg-libs with normal X libs; cleaned up



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4c4fab9b184d517725cc76891af77143e14cb7eb), Vlad Glagolev, 09/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page