[Lunar-commits] <moonbase-gnome3> libsoup: introduced to -gnome3

v4hn me at v4hn.de
Tue Feb 19 01:44:57 CET 2013


commit 8ba0e409defe88e7eafd38837cc5e22cb4e2ae66
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 16:44:57 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/8ba0e409defe88e7eafd38837cc5e22cb4e2ae66

libsoup: introduced to -gnome3
---
  core/libsoup/BUILD     | +7/-0     
  core/libsoup/CONFIGURE | +1/-0     
  core/libsoup/DEPENDS   | +8/-0     
  core/libsoup/DETAILS   | +18/-0    
  4 files changed, 34 insertions(+)

--- /dev/null
+++ b/core/libsoup/BUILD
@@ -0,0 +1,7 @@
+OPTS+=" --disable-static --disable-tls-check" &&
+
+if [ "`get_module_config DOCS`" = "n" ] ; then
+  sedit "s/SUBDIRS = libsoup tests docs/SUBDIRS = libsoup tests/g" Makefile.in
+fi  &&
+
+default_build
--- /dev/null
+++ b/core/libsoup/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
--- /dev/null
+++ b/core/libsoup/DEPENDS
@@ -0,0 +1,8 @@
+depends glib-2
+depends libxml2
+depends sqlite
+
+optional_depends "libproxy"              ""                       ""                        "for libproxy support"
+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"
--- /dev/null
+++ b/core/libsoup/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=libsoup
+         VERSION=2.40.3
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha1:63ce1d2b022b58831430099b28dee3b47fb63ed1
+        WEB_SITE=http://www.gnome.org
+         ENTERED=20030413
+         UPDATED=20130216
+           PSAFE=no
+           SHORT="a SOAP implementation in C"
+
+cat << EOF
+Soup is a SOAP (Simple Object Access Protocol) implementation in C.
+It provides an queued asynchronous callback-based mechanism for sending and
+servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
+compiler which generates client stubs and server skeletons for easily calling
+and implementing SOAP methods.
+EOF




More information about the Lunar-commits mailing list