mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
1de42bee27
Update to gnome-autoar-0.2.2 Update to AccountsService-0.6.45 Update to vte-0.48.2 Update to gnome-online-accounts-3.24.0 Some stats and refactoring to totem-pl-parser and gnome-menus git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18674 af4574ff-66df-0310-9fd7-8a98e5e911e0
220 lines
6.8 KiB
XML
220 lines
6.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnome-online-accounts-download-http
|
|
"&gnome-download-http;/gnome-online-accounts/&gnome-minor-24;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
|
|
<!ENTITY gnome-online-accounts-download-ftp
|
|
"&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-24;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
|
|
<!ENTITY gnome-online-accounts-md5sum "c024b92ad70db1e8ba2553e755f00c43">
|
|
<!ENTITY gnome-online-accounts-size "1.3 MB">
|
|
<!ENTITY gnome-online-accounts-buildsize "46 MB">
|
|
<!ENTITY gnome-online-accounts-time "0.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-online-accounts" xreflabel="gnome-online-accounts-&gnome-online-accounts-version;" revision="systemd">
|
|
<?dbhtml filename="gnome-online-accounts.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gnome-online-accounts-&gnome-online-accounts-version;</title>
|
|
|
|
<indexterm zone="gnome-online-accounts">
|
|
<primary sortas="a-gnome-online-accounts">gnome-online-accounts</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GNOME Online Accounts</title>
|
|
|
|
<para>
|
|
The <application>GNOME Online Accounts</application> package contains a
|
|
framework used to access the user's online accounts.
|
|
</para>
|
|
|
|
&lfs80_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gnome-online-accounts-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gnome-online-accounts-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gnome-online-accounts-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gnome-online-accounts-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gnome-online-accounts-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gnome-online-accounts-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GNOME Online Accounts Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gcr"/>,
|
|
<xref linkend="json-glib"/>,
|
|
<xref linkend="rest"/>,
|
|
<xref linkend="telepathy-glib"/>,
|
|
<xref linkend="vala"/>, and
|
|
<xref linkend="webkitgtk"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="cheese"/> (for camera tracking support),
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="mitkrb"/>,
|
|
<xref linkend="valgrind"/>,
|
|
<ulink url="https://gitlab.com/accounts-sso/libaccounts-glib">libaccounts-glib</ulink>, and
|
|
<ulink url="https://launchpad.net/account-plugins">account-plugins</ulink>
|
|
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-online-accounts"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GNOME Online Accounts</title>
|
|
|
|
<para>
|
|
Install <application>GNOME Online Accounts</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<para>
|
|
<option>--enable-kerberos</option>: Use this switch if you have
|
|
installed <xref linkend="mitkrb"/> and wish to use it with
|
|
<application>GNOME Online Accounts</application>.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
goa-daemon (library executable)
|
|
</seg>
|
|
<seg>
|
|
libgoa-1.0.so and libgoa-backend-1.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/goa-1.0,
|
|
/usr/lib/goa-1.0,
|
|
/usr/share/gnome-online-accounts, and
|
|
/usr/share/gtk-doc/html/goa
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="goa-daemon">
|
|
<term><command>goa-daemon</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>GNOME Online Accounts</application> Daemon.
|
|
</para>
|
|
<indexterm zone="gnome-online-accounts goa-daemon">
|
|
<primary sortas="b-goa-daemon">goa-daemon</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgoa-1">
|
|
<term><filename class="libraryfile">libgoa-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>GNOME Online Accounts</application>
|
|
API functions.
|
|
</para>
|
|
<indexterm zone="gnome-online-accounts libgoa-1">
|
|
<primary sortas="c-libgoa-1">libgoa-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgoa-backend-1.0">
|
|
<term><filename class="libraryfile">libgoa-backend-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions used by <application>GNOME Online Accounts</application>
|
|
backends.
|
|
</para>
|
|
<indexterm zone="gnome-online-accounts libgoa-backend-1.0">
|
|
<primary sortas="c-libgoa-backend-1.0">libgoa-backend-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|