mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Add gnome-online-accounts.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9401 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8d244ca335
commit
dcda92454b
@ -703,6 +703,7 @@ $Date$
|
||||
<!ENTITY gnome-icon-theme-symbolic-version "3.2.1">
|
||||
<!ENTITY gnome-keyring-version "3.2.2">
|
||||
<!ENTITY gnome-menus-version "3.2.0.1">
|
||||
<!ENTITY gnome-online-accounts-version "3.2.1">
|
||||
<!ENTITY gnome-session-version "2.30.2">
|
||||
<!ENTITY gnome-settings-daemon-version "2.30.2">
|
||||
|
||||
|
@ -67,8 +67,8 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme-symbolic.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-keyring.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-menus.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-online-accounts.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-packagekit.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-online-accounts.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-packagekit.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-screensaver.xml"/> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-session.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-settings-daemon.xml"/>
|
||||
|
160
gnome/core/gnome-online-accounts.xml
Normal file
160
gnome/core/gnome-online-accounts.xml
Normal file
@ -0,0 +1,160 @@
|
||||
<?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>
|
@ -65,6 +65,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge gnome-menus-3.2.0.1 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - add gnome-online-accounts-3.2.1 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user