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.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/3.12/gnome-online-accounts-3.12.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/3.12/gnome-online-accounts-3.12.4.tar.xz
Download MD5 sum: b673101d03f96c3d82bf18fde2e7701c
Download size: 1.4 MB
Estimated disk space required: 50 MB
Estimated build time: 0.5 SBU
Gcr-3.12.2, librest-0.7.92, JSON-GLib-1.0.2, telepathy-glib-0.24.1, and WebKitGTK+-2.4.5
GTK-Doc-1.20, and MIT Kerberos V5-1.12.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-online-accounts
Install GNOME Online Accounts by running the following commands:
./configure --prefix=/usr --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.12.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 2014-08-24 14:30:50 -0700