mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
dcda92454b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9401 af4574ff-66df-0310-9fd7-8a98e5e911e0
161 lines
5.7 KiB
XML
161 lines
5.7 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/3.2/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
|
|
<!ENTITY gnome-online-accounts-download-ftp "&gnome-download-ftp;/gnome-online-accounts/3.2/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
|
|
<!ENTITY gnome-online-accounts-md5sum "54ca322afd4c899238460baba4fad7db">
|
|
<!ENTITY gnome-online-accounts-size "448 KB">
|
|
<!ENTITY gnome-online-accounts-buildsize "17 MB">
|
|
<!ENTITY gnome-online-accounts-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-online-accounts" xreflabel="gnome-online-accounts-&gnome-online-accounts-version;">
|
|
<?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>
|
|
|
|
&lfs70_built;
|
|
|
|
<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="gtk3"/>,
|
|
<xref linkend="webkitgtk"/>,
|
|
<xref linkend="gnome-keyring"/>,
|
|
<xref linkend="libnotify"/>,
|
|
<xref linkend="librest"/>, and
|
|
<xref linkend="json-glib"/></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=$GNOME_PREFIX \
|
|
--libexecdir=$GNOME_PREFIX/lib/gnome-online-accounts &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package's testsuite is only intended to be used by the
|
|
maintainer to check i18n files.</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>
|
|
|
|
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-online-accounts</parameter>:
|
|
This parameter ensures the <command>goa-demon</command> program is installed in
|
|
<filename class="directory">/usr/lib/gnome-online-accounts</filename> for
|
|
conformance with the FHS.</para>
|
|
|
|
<para><option>--enable-static=no</option>: This switch prevents the static
|
|
libraries being installed.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>goa-daemon</seg>
|
|
<seg>libgoa-1.0.{so,a} and libgoa-backend-1.0.{so,a}</seg>
|
|
<seg><envar>$GNOME_PREFIX</envar>/{include/goa-1.0/goabackend,lib/gnome-online-accounts,share/icons/hicolor/256x256/apps}</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>does this .....</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,a}</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gnome-online-accounts libgoa-1">
|
|
<primary sortas="c-libgoa-1">libgoa-1.0.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgoa-backend-1">
|
|
<term><filename class='libraryfile'>libgoa-backend-1.0.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gnome-online-accounts libgoa-backend-1">
|
|
<primary sortas="c-libgoa-backend-1">libgoa-backend-1.0.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|