source: gnome/platform/gnome-online-accounts.xml@ c248601

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c248601 was 4693aa1f, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Update to gnome-online-accounts-3.46.0

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