[Lunar-commits] <moonbase-gnome3> libgdata3: add it to the moonbase.
Florin Braescu
florin at lunar-linux.org
Sun Oct 19 13:11:32 CEST 2014
commit caf034a1a637c0724231d53c08af00538297e64b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 19 Oct 2014 14:11:15 +0300
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/caf034a1a637c0724231d53c08af00538297e64b
libgdata3: add it to the moonbase.
---
libs/libgdata3/BUILD | +3/-0
libs/libgdata3/DEPENDS | +8/-0
libs/libgdata3/DETAILS | +17/-0
3 files changed, 28 insertions(+)
--- /dev/null
+++ b/libs/libgdata3/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --disable-static --disable-goa" &&
+
+default_build
--- /dev/null
+++ b/libs/libgdata3/DEPENDS
@@ -0,0 +1,8 @@
+depends gcr
+depends gnome-online-accounts
+depends libsoup
+depends liboauth
+depends uhttpmock
+
+optional_depends "vala" "--enable-vala" "--disable-vala" " for vala support"
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" " for object introspection"
--- /dev/null
+++ b/libs/libgdata3/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libgdata3
+ PKGNAME=libgdata
+ VERSION=0.16.0
+ SOURCE=libgdata-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKGNAME-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/libgdata/${VERSION::4}/
+ SOURCE_VFY=sha256:66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479
+ WEB_SITE=http://live.gnome.org/libgdata
+ ENTERED=20141019
+ UPDATED=20141018
+ SHORT="Gnome's GData protocol library"
+
+cat << EOF
+Libgdata is a GLib-based library for accessing online service APIs using
+the GData protocol -- most notably, Google's services. It provides APIs
+to access the common Google services, and has full asynchronous support.
+EOF
More information about the Lunar-commits
mailing list