Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (b40479c608ad50340c5f3efbee2a6c6cb1d73d6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (b40479c608ad50340c5f3efbee2a6c6cb1d73d6d)
  • Date: Mon, 31 Oct 2011 13:08:25 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

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

New commits:
commit b40479c608ad50340c5f3efbee2a6c6cb1d73d6d
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

DEPENDS: added python

Recently updated a VM running SourceMage. This spell was failing
and appeared that python not being installed was to blame. After
installing python glib2 installed without issue.

Adding python to the DEPENDS file as it seems to now be a
dependency for glib2 to build properly.

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index c8dbe45..a89f8fb 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -8,6 +8,7 @@ if ! spell_installed pkgconfig; then
fi &&

depends perl &&
+depends python &&

optional_depends gettext \
"" \
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 338ea61..bb324f4 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2011-10-31 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: added python
+
2011-10-17 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: added libffi as dependency




  • [SM-Commit] GIT changes to master grimoire by David Haley (b40479c608ad50340c5f3efbee2a6c6cb1d73d6d), David Haley, 10/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page