gnome-online-accounts-3.34.1

Introduction to GNOME Online Accounts

The GNOME Online Accounts package contains a framework used to access the user's online accounts.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

GNOME Online Accounts Dependencies

Required

Gcr-3.34.0, JSON-GLib-1.4.4, rest-0.8.1, Vala-0.46.6, and WebKitGTK+-2.26.4

Recommended

Optional

GTK-Doc-1.32, MIT Kerberos V5-1.18, and Valgrind-3.15.0

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-online-accounts

Installation of GNOME Online Accounts

[Note]

Note

The Google API Key and OAuth tokens below are specific to LFS. If using these instructions for another distro, or if you intend to distribute binary copies of the software using these instructions, please obtain your own keys following the instructions located at http://www.chromium.org/developers/how-tos/api-keys.

Install GNOME Online Accounts by running the following commands:

./configure --prefix=/usr \
            --disable-static \
            --with-google-client-secret=5ntt6GbbkjnTVXx-MSxbmx5e \
            --with-google-client-id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--with-google-client-*: These switches use the BLFS OAuth ID and secret for Google services.

--enable-kerberos: Use this switch if you have installed MIT Kerberos V5-1.18 and wish to use it with GNOME Online Accounts.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: goa-daemon (library executable)
Installed Libraries: libgoa-1.0.so and libgoa-backend-1.0.so
Installed Directories: /usr/include/goa-1.0, /usr/lib/goa-1.0, and /usr/share/gtk-doc/html/goa

Short Descriptions

goa-daemon

is the GNOME Online Accounts Daemon.

libgoa-1.0.so

contains the GNOME Online Accounts API functions.

libgoa-backend-1.0.so

contains functions used by GNOME Online Accounts backends.

Last updated on 2020-02-25 20:18:07 -0800