New commits:
commit 739b89059ad89fcfb80daed11f1a3ecd6bc5c4dc
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
libsoup: If gnome support is requested, depends gonf2 and for devel
version libproxy.
diff --git a/gnome2-libs/libsoup/BUILD b/gnome2-libs/libsoup/BUILD
new file mode 100755
index 0000000..a667d34
--- /dev/null
+++ b/gnome2-libs/libsoup/BUILD
@@ -0,0 +1,4 @@
+if [[ $LIBSOUP_GNOME == "n" ]]; then
+ OPTS="--without-gnome $OPTS"
+fi &&
+default_build
diff --git a/gnome2-libs/libsoup/CONFIGURE b/gnome2-libs/libsoup/CONFIGURE
new file mode 100755
index 0000000..518205d
--- /dev/null
+++ b/gnome2-libs/libsoup/CONFIGURE
@@ -0,0 +1 @@
+config_query LIBSOUP_GNOME "Build with gnome support?" y
diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index 7ee8b3f..6f198bf 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -5,20 +5,19 @@ depends libxml2 &&
depends glib2 &&
depends libgpg-error &&
-if [[ ${LIBSOUP_DEVEL} == "y" ]]; then
+if [[ $LIBSOUP_DEVEL == "y" && $LIBSOUP_GNOME == "y" ]]; then
depends libproxy
fi &&