Skip to Content.
Sympa Menu

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

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 (1ff3af77b483c69e4e81d1f24551a2de9261edef)
  • Date: Sat, 12 Apr 2008 06:36:49 -0500

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

gnome2-libs/glib2/DEPENDS | 5 +++++
gnome2-libs/glib2/HISTORY | 5 +++++
2 files changed, 10 insertions(+)

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

glib2: Make sure pkgconfig is built first, even if pkgconfig has the
glib2 optional dependency on

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 104b78b..94b3bcf 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -1,4 +1,9 @@
depends pkgconfig &&
+
+if ! spell_installed pkgconfig; then
+ force_depends pkgconfig
+fi &&
+
depends perl &&

optional_depends gettext \
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index d6366f8..b3de30f 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,8 @@
+2008-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: glib2 really depends on pkgconfig, so if pkgconfig
+ decides it wants the latest glib2, but pkgconfig is not
+ installed yet, install pkgconfig first, and then glib2
+
2008-04-08 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.16.3




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (1ff3af77b483c69e4e81d1f24551a2de9261edef), Eric Sandall, 04/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page