Skip to content

Commit

Permalink
libgdata3: add it to the moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Oct 19, 2014
1 parent f03e7ec commit caf034a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/libgdata3/BUILD
@@ -0,0 +1,3 @@
OPTS+=" --disable-static --disable-goa" &&

default_build
8 changes: 8 additions & 0 deletions 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"
17 changes: 17 additions & 0 deletions 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

0 comments on commit caf034a

Please sign in to comment.