[Lunar-commits] <moonbase-gnome> Revert "libsoup: remove it from here. It is in gnome3 now."
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:26:54 CET 2013
commit def43e84b783b59afccaa9aa66e1a3348ef37c8f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:26:54 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/def43e84b783b59afccaa9aa66e1a3348ef37c8f
Revert "libsoup: remove it from here. It is in gnome3 now."
This reverts commit 1a4446b4e5c4f5e4b9bf7ae41e5db42efa12c238.
---
desktop/libsoup/BUILD | +11/-0
desktop/libsoup/CONFIGURE | +1/-0
desktop/libsoup/DEPENDS | +8/-0
desktop/libsoup/DETAILS | +19/-0
4 files changed, 39 insertions(+)
--- /dev/null
+++ b/desktop/libsoup/BUILD
@@ -0,0 +1,11 @@
+(
+
+ 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
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/desktop/libsoup/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
--- /dev/null
+++ b/desktop/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/desktop/libsoup/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=libsoup
+ MAJOR=2.38
+ VERSION=$MAJOR.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:8418440ff59917dee2e5618965cf8683b61258bf
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20030413
+ UPDATED=20120502
+ 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