source: gnome/platform/gnome-online-accounts.xml@ 69299cf5

xry111/soup3
Last change on this file since 69299cf5 was 69299cf5, checked in by Xi Ruoyao <xry111@…>, 20 months ago

update to gnome-online-accounts-3.45.2 (development release)

  • Property mode set to 100644
File size: 7.5 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/3.45/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
9 <!ENTITY gnome-online-accounts-download-ftp
10 "&gnome-download-ftp;/gnome-online-accounts/3.45/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
11 <!ENTITY gnome-online-accounts-md5sum "85725897c6e568213cee6245c8360477">
12 <!ENTITY gnome-online-accounts-size "372 KB">
13 <!ENTITY gnome-online-accounts-buildsize "34 MB">
14 <!ENTITY gnome-online-accounts-time "0.4 SBU">
15]>
16
17<sect1 id="gnome-online-accounts" xreflabel="gnome-online-accounts-&gnome-online-accounts-version;">
18 <?dbhtml filename="gnome-online-accounts.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-online-accounts-&gnome-online-accounts-version;</title>
25
26 <indexterm zone="gnome-online-accounts">
27 <primary sortas="a-gnome-online-accounts">gnome-online-accounts</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Online Accounts</title>
32
33 <para>
34 The <application>GNOME Online Accounts</application> package contains a
35 framework used to access the user's online accounts.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-online-accounts-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-online-accounts-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-online-accounts-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-online-accounts-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-online-accounts-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-online-accounts-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GNOME Online Accounts Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gcr"/>,
79 <xref linkend="rest"/>,
80 <xref linkend="vala"/>, and
81 <xref linkend="webkitgtk"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gtk-doc"/>,
92 <xref linkend="mitkrb"/>, and
93 <xref linkend="valgrind"/>
94 <!-- <ulink url="https://gitlab.com/accounts-sso/libaccounts-glib">libaccounts-glib</ulink>, and
95 <ulink url="https://launchpad.net/account-plugins">account-plugins</ulink> -->
96
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/gnome-online-accounts"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of GNOME Online Accounts</title>
106
107 <note>
108 <para>
109 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
110 The Google API Key and OAuth tokens below are specific to LFS. If using
111 these instructions for another distro, or if you intend to distribute
112 binary copies of the software using these instructions, please obtain
113 your own keys following the instructions located at
114 <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/>.
115 <!-- BLFS Devs, register an account at Google with your
116 @linuxfromscratch.org email address, and I'll make you an administrator
117 for the 'Google APIs for LFS' project (where the API and OAuth keys
118 were created for use in the book).-->
119 </para>
120 </note>
121
122 <para>
123 Install <application>GNOME Online Accounts</application> by running the following
124 commands:
125 </para>
126
127<screen><userinput>mkdir build &amp;&amp;
128cd build &amp;&amp;
129
130meson --prefix=/usr \
131 --buildtype=release \
132 -Dgoogle_client_secret=5ntt6GbbkjnTVXx-MSxbmx5e \
133 -Dgoogle_client_id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &amp;&amp;
134ninja</userinput></screen>
135
136 <para>
137 This package does not come with a test suite.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>ninja install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/meson-buildtype-release.xml"/>
153
154 <para>
155 <parameter>-Dgoogle_client_*</parameter>: These switches use the
156 BLFS OAuth ID and secret for Google services.
157 </para>
158
159 <para>
160 <option>-Dkerberos=true</option>: Use this switch if you have
161 installed <xref linkend="mitkrb"/> and wish to use it with
162 <application>GNOME Online Accounts</application>.
163 </para>
164
165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
176 <seg>
177 goa-daemon and goa-identity-service (library executables)
178 </seg>
179 <seg>
180 libgoa-1.0.so and libgoa-backend-1.0.so
181 </seg>
182 <seg>
183 /usr/include/goa-1.0,
184 /usr/lib/goa-1.0, and
185 /usr/share/gtk-doc/html/goa (optional)
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="goa-daemon">
196 <term><command>goa-daemon</command></term>
197 <listitem>
198 <para>
199 is the <application>GNOME Online Accounts</application> Daemon
200 </para>
201 <indexterm zone="gnome-online-accounts goa-daemon">
202 <primary sortas="b-goa-daemon">goa-daemon</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libgoa-1">
208 <term><filename class="libraryfile">libgoa-1.0.so</filename></term>
209 <listitem>
210 <para>
211 contains the <application>GNOME Online Accounts</application>
212 API functions
213 </para>
214 <indexterm zone="gnome-online-accounts libgoa-1">
215 <primary sortas="c-libgoa-1">libgoa-1.0.so</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="libgoa-backend-1.0">
221 <term><filename class="libraryfile">libgoa-backend-1.0.so</filename></term>
222 <listitem>
223 <para>
224 contains functions used by <application>GNOME Online Accounts</application>
225 backends
226 </para>
227 <indexterm zone="gnome-online-accounts libgoa-backend-1.0">
228 <primary sortas="c-libgoa-backend-1.0">libgoa-backend-1.0.so</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.