Skip to Content.
Sympa Menu

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

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 (38435e16a78d2df4e1e2287436e77000a4e82b2c)
  • Date: Sun, 10 Feb 2013 05:03:32 -0600

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

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

New commits:
commit 38435e16a78d2df4e1e2287436e77000a4e82b2c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

glib2: fixed circular dependency with gamin

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index 5683e65..b24ac4d 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -23,10 +23,19 @@ optional_depends gettext \
"--with-libiconv=no" \
"Build with gettext?" &&

-optional_depends FAM \
- "--enable-fam" \
- "--disable-fam" \
- "Build with file system monitoring" &&
+if spell_ok $SPELL; then
+ optional_depends FAM \
+ "--enable-fam" \
+ "--disable-fam" \
+ "Build with file system monitoring"
+else
+ message "${MESSAGE_COLOR}NOTE: spell $SPELL isn't installed yet, FAM
provider unavailable.${DEFAULT_COLOR}" &&
+
+ optional_depends fam \
+ "--enable-fam" \
+ "--disable-fam" \
+ "Build with file system monitoring"
+fi &&

optional_depends -sub UTFPROP pcre \
"--with-pcre=system" \
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 8ee546a..bc02ceb 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed circular glib2 -> gamin -> glib2 dependency
+
2012-12-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: removed dependency on FAM since it's already there
as an optional dependency



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (38435e16a78d2df4e1e2287436e77000a4e82b2c), Vlad Glagolev, 02/10/2013

Archive powered by MHonArc 2.6.24.

Top of Page