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-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/3.6/gnome-online-accounts-3.6.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/3.6/gnome-online-accounts-3.6.2.tar.xz
Download MD5 sum: 178faf9ed1a57c306612d61423b9874e
Download size: 572 KB
Estimated disk space required: 25 MB
Estimated build time: 0.2 SBU
Gcr-3.6.2, libgnome-keyring-3.6.0, libnotify-0.7.5, librest-0.7.90, libsecret-0.14, JSON-GLib-0.16.0 and WebKitGTK+-1.10.2
GTK-Doc-1.18 and MIT Kerberos V5-1.11.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-online-accounts
Install GNOME Online Accounts by running the following commands:
./configure --prefix=/usr \
--libexecdir=/usr/lib/gnome-online-accounts \
--disable-static &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--enable-kerberos: Use this switch if
you have installed MIT Kerberos V5-1.11.2 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.
Last updated on 2013-02-11 18:51:17 +0000