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

Eric Sandall scm at sourcemage.org
Sat Apr 12 07:36:49 EDT 2008


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
 



More information about the SM-Commit mailing list