[Lunar-commits] <moonbase> libsoup: no statics, DEPENDS update

Christian Krause wookietreiber at lunar-linux.org
Mon Jun 20 20:26:30 CEST 2011


commit d645c32dcb0879858a0661c9fbcc290ea1919f4b
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Mon Jun 20 20:26:30 2011 +0200

    libsoup: no statics, DEPENDS update
---
 gnome2/desktop/libsoup/BUILD   |    7 +++++++
 gnome2/desktop/libsoup/DEPENDS |   16 +++++++++-------
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/gnome2/desktop/libsoup/BUILD b/gnome2/desktop/libsoup/BUILD
new file mode 100644
index 0000000..e2fbd21
--- /dev/null
+++ b/gnome2/desktop/libsoup/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --disable-static" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS
index 0e3c03f..e62fc29 100644
--- a/gnome2/desktop/libsoup/DEPENDS
+++ b/gnome2/desktop/libsoup/DEPENDS
@@ -1,7 +1,9 @@
-depends  glib-2
-depends  gnutls
-depends  sqlite
-depends  libproxy
-depends  glib-networking
-optional_depends GConf "" "--without-gnome" "gnome support (say yes if you need gnome)"
-optional_depends libgnome-keyring "" "--without-gnome" "gnome support (say yes if you need gnome)"
+depends glib-2
+depends libxml2
+depends sqlite
+depends libproxy
+depends glib-networking
+
+optional_depends "GConf"                 ""                       "--without-gnome"         "for gnome support"
+optional_depends "libgnome-keyring"      ""                       "--without-gnome"         "for gnome support"
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for gobject introspection"


More information about the Lunar-commits mailing list