[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (67eb09d9865cede38a8cc4b5f368aa5f2c340245)

Ladislav Hagara scm at sourcemage.org
Sun Feb 12 20:23:01 EST 2012


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

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

New commits:
commit 67eb09d9865cede38a8cc4b5f368aa5f2c340245
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    libsoup: DEPENDS: fixed, only devel libsoup needs devel glib2

diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index 9555116..b7cf9bb 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -12,8 +12,11 @@ if [[ $LIBSOUP_GNOME == "y" ]]; then
   depends libgnome-keyring
 fi &&
 
-sub_depends glib2 'GLIB_DEVEL' &&
-depends glib-networking
+if [[ $LIBSOUP_DEVEL == "y" ]]; then
+  sub_depends glib2 'GLIB_DEVEL'
+fi &&
+
+depends glib-networking &&
 
 optional_depends gtk-doc \
                  "--enable-gtk-doc" \
diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index 91e407e..6de9751 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,3 +1,6 @@
+2012-02-13 Ladislav Hagara <hgr at vabo.cz>
+	* DEPENDS: fixed, only devel libsoup needs devel glib2
+
 2012-02-06 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* DEPENDS: stable libsoup requires glib-networking as well
 


More information about the SM-Commit mailing list