[Lunar-commits] <moonbase-gnome3> rest: readded librest to moonbase and settled with release instead of git

v4hn me at v4hn.de
Sat Jul 28 03:24:14 CEST 2012


commit 784e7dd3ff1da6edb87c5e4fea3f7272756d0314
Author: v4hn <me at v4hn.de>
Date: Fri, 27 Jul 2012 18:24:14 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/784e7dd3ff1da6edb87c5e4fea3f7272756d0314

rest: readded librest to moonbase and settled with release instead of git
---
  libs/rest/BUILD                                              +10/-0    
  libs/rest/CONFIGURE                                          +1/-0     
  libs/rest/DEPENDS                                            +1/-0     
  libs/rest/DETAILS                                            +15/-0    
  4 files changed, 27 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/libs/rest/BUILD
@@ -0,0 +1,10 @@
+(
+  if [ "$ENABLE_GNOME" == "y" ] && ( ( ! in_depends libsoup GConf ) || ( ! in_depends libsoup libgnome-keyring ) ); then
+    message "${PROBLEM_COLOR}gnome support requires libsoup to be build with gnome support."
+    message "${PROBLEM_COLOR}Please rebuild libsoup and select gnome support."
+    exit 1
+  fi
+
+  default_build
+
+)> $C_FIFO 2>&1
--- /dev/null
+++ b/libs/rest/CONFIGURE
@@ -0,0 +1 @@
+mquery ENABLE_GNOME "Build with gnome support(requires libsoup to be build with gnome support)?" n "" "--without-gnome"
--- /dev/null
+++ b/libs/rest/DEPENDS
@@ -0,0 +1 @@
+depends libsoup
--- /dev/null
+++ b/libs/rest/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=rest
+         VERSION=0.7.12
+          SOURCE=${MODULE}-${VERSION}.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}/
+      SOURCE_VFY=sha1:a773ec89227dd441b4fb2bb6d0fcd1cdefc529d4
+        WEB_SITE="http://git.gnome.org/browse/librest"
+         ENTERED=20120728
+         UPDATED=20120728
+           SHORT="library to easily access many web services"
+cat <<EOF
+This library has been designed to make it easier to access web services that
+claim to be "RESTful". A reasonable description is that a RESTful service
+should have urls that represent remote objects which methods can then be
+called on.
+EOF




More information about the Lunar-commits mailing list