Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (b482f3512c13d7038e732bbb80e115b8be54d4b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (b482f3512c13d7038e732bbb80e115b8be54d4b5)
  • Date: Sat, 21 Feb 2009 09:13:14 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-libs/libsoup/DEPENDS | 5 +++++
gnome2-libs/libsoup/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit b482f3512c13d7038e732bbb80e115b8be54d4b5
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libsoup: Added optional_depends gconf2 so it will build
without gconf2.

diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index 4007724..fa3e0a8 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -10,6 +10,11 @@ optional_depends gnutls \
"--disable-ssl" \
"for GNUTLS' SSL support" &&

+optional_depends gconf2 \
+ "" \
+ "--without-gnome" \
+ "for GNOME proxy support." &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index 300e2a6..65ec41c 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,3 +1,6 @@
+2009-02-21 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Added optional_depends gconf2
+
2009-01-18 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated stable to 2.24.3, devel to 2.25.4
* DEPENDS: gnutls is _optional_



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (b482f3512c13d7038e732bbb80e115b8be54d4b5), George Sherwood, 02/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page