source: gnome/platform/gnome-online-accounts.xml@ 5c51295

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5c51295 was ddea44e, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to gnome-online-accounts-3.24.1.
Update to lxml-3.8.0 (Python module).
Update to ModemManager-1.6.8.
Update to nmap-7.50.
Update gnome-calculator debendencies.
Update to gnome-tweak-tool-3.24.1.
Simplify fix for kdelibs4support.</para>

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18832 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-online-accounts-download-http
8 "&gnome-download-http;/gnome-online-accounts/&gnome-minor-24;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
9 <!ENTITY gnome-online-accounts-download-ftp
10 "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-24;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
11 <!ENTITY gnome-online-accounts-md5sum "0ec1ec07fb1b03c3eda2cbbb91c95f52">
12 <!ENTITY gnome-online-accounts-size "1.3 MB">
13 <!ENTITY gnome-online-accounts-buildsize "38 MB">
14 <!ENTITY gnome-online-accounts-time "0.6 SBU">
15]>
16
17<sect1 id="gnome-online-accounts" xreflabel="gnome-online-accounts-&gnome-online-accounts-version;" revision="systemd">
18 <?dbhtml filename="gnome-online-accounts.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-online-accounts-&gnome-online-accounts-version;</title>
26
27 <indexterm zone="gnome-online-accounts">
28 <primary sortas="a-gnome-online-accounts">gnome-online-accounts</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Online Accounts</title>
33
34 <para>
35 The <application>GNOME Online Accounts</application> package contains a
36 framework used to access the user's online accounts.
37 </para>
38
39 &lfs80_checked;
40 &gcc7_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-online-accounts-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-online-accounts-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-online-accounts-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-online-accounts-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-online-accounts-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-online-accounts-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Online Accounts Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gcr"/>,
81 <xref linkend="json-glib"/>,
82 <xref linkend="rest"/>,
83 <xref linkend="telepathy-glib"/>,
84 <xref linkend="vala"/>, and
85 <xref linkend="webkitgtk"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="cheese"/> (for camera tracking support),
96 <xref linkend="gtk-doc"/>,
97 <xref linkend="mitkrb"/>,
98 <xref linkend="valgrind"/>,
99 <ulink url="https://gitlab.com/accounts-sso/libaccounts-glib">libaccounts-glib</ulink>, and
100 <ulink url="https://launchpad.net/account-plugins">account-plugins</ulink>
101
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/gnome-online-accounts"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of GNOME Online Accounts</title>
111
112 <para>
113 Install <application>GNOME Online Accounts</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/static-libraries.xml"/>
137
138 <para>
139 <option>--enable-kerberos</option>: Use this switch if you have
140 installed <xref linkend="mitkrb"/> and wish to use it with
141 <application>GNOME Online Accounts</application>.
142 </para>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/gtk-doc-rebuild.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 goa-daemon (library executable)
160 </seg>
161 <seg>
162 libgoa-1.0.so and libgoa-backend-1.0.so
163 </seg>
164 <seg>
165 /usr/include/goa-1.0,
166 /usr/lib/goa-1.0,
167 /usr/share/gnome-online-accounts, and
168 /usr/share/gtk-doc/html/goa
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="goa-daemon">
179 <term><command>goa-daemon</command></term>
180 <listitem>
181 <para>
182 is the <application>GNOME Online Accounts</application> Daemon.
183 </para>
184 <indexterm zone="gnome-online-accounts goa-daemon">
185 <primary sortas="b-goa-daemon">goa-daemon</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libgoa-1">
191 <term><filename class="libraryfile">libgoa-1.0.so</filename></term>
192 <listitem>
193 <para>
194 contains the <application>GNOME Online Accounts</application>
195 API functions.
196 </para>
197 <indexterm zone="gnome-online-accounts libgoa-1">
198 <primary sortas="c-libgoa-1">libgoa-1.0.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="libgoa-backend-1.0">
204 <term><filename class="libraryfile">libgoa-backend-1.0.so</filename></term>
205 <listitem>
206 <para>
207 contains functions used by <application>GNOME Online Accounts</application>
208 backends.
209 </para>
210 <indexterm zone="gnome-online-accounts libgoa-backend-1.0">
211 <primary sortas="c-libgoa-backend-1.0">libgoa-backend-1.0.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.