[Lunar-commits] <moonbase-gnome3> gnome-online-accounts: a service for GNOME to support online accounts.
Florin Braescu
florin at lunar-linux.org
Sun Oct 19 12:44:43 CEST 2014
commit 3b8a6873f1dce4f1b98d9da17cd5d1cab93a88e7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 19 Oct 2014 13:44:13 +0300
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/3b8a6873f1dce4f1b98d9da17cd5d1cab93a88e7
gnome-online-accounts: a service for GNOME to support online accounts.
---
core/gnome-online-accounts/BUILD | +6/-0
core/gnome-online-accounts/DEPENDS | +11/-0
core/gnome-online-accounts/DETAILS | +13/-0
3 files changed, 30 insertions(+)
--- /dev/null
+++ b/core/gnome-online-accounts/BUILD
@@ -0,0 +1,6 @@
+OPTS+=" --enable-exchange --enable-facebook --enable-flickr \
+ --enable-google --enable-imap-smtp --enable-kerberos \
+ --enable-owncloud --enable-telepathy --enable-windows-live \
+ --enable-media-server" &&
+
+default_build
--- /dev/null
+++ b/core/gnome-online-accounts/DEPENDS
@@ -0,0 +1,11 @@
+depends intltool
+depends gcr
+depends json-glib
+depends libnotify4
+depends libsecret
+depends rest
+depends webkitgtk3
+depends docbook-xsl
+depends krb5
+depends telepathy-glib
+depends gobject-introspection
--- /dev/null
+++ b/core/gnome-online-accounts/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=gnome-online-accounts
+ VERSION=3.14.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha256:549b940be98254b83ef7548e90a5237dd785ad18b0b0bd628d23a7347fc9e100
+ WEB_SITE=http://www.gnome.org/gnome-3
+ ENTERED=20141019
+ UPDATED=20141019
+ SHORT="GNOME service to access online accounts"
+
+cat << EOF
+GNOME service to access online accounts.
+EOF
More information about the Lunar-commits
mailing list