source: gnome/platform/gnome-online-accounts.xml@ 858ab8a7

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 858ab8a7 was 52e9489, checked in by Douglas R. Reno <renodr@…>, 12 months ago

Update to gnome-online-accounts-3.48.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-48;/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-48;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
11 <!ENTITY gnome-online-accounts-md5sum "9406339e88caf9ecd11191f96b6cc10e">
12 <!ENTITY gnome-online-accounts-size "376 KB">
13 <!ENTITY gnome-online-accounts-buildsize "14 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 &lfs113_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="https://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 setup \
129 --prefix=/usr \
130 --buildtype=release \
131 -Dkerberos=false \
132 -Dgoogle_client_secret=5ntt6GbbkjnTVXx-MSxbmx5e \
133 -Dgoogle_client_id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com \
134 .. &amp;&amp;
135ninja</userinput></screen>
136
137 <para>
138 This package does not come with a test suite.
139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>ninja install</userinput></screen>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/meson-buildtype-release.xml"/>
154
155 <para>
156 <parameter>-Dgoogle_*</parameter>: These switches set the
157 BLFS OAuth ID and secret for Google services.
158 </para>
159
160 <para>
161 <option>-Dgtk_doc=true</option>: Use this switch if you have
162 <xref linkend="gtk-doc" role="nodep"/> installed and you wish to generate
163 the API documentation.
164 </para>
165
166 <para>
167 <option>-Dkerberos=true</option>: Use this switch if you have
168 installed <xref linkend="mitkrb" role="nodep"/> and wish to use it with
169 <application>GNOME Online Accounts</application>.
170 </para>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>
184 goa-daemon and goa-identity-service (library executables)
185 </seg>
186 <seg>
187 libgoa-1.0.so and libgoa-backend-1.0.so
188 </seg>
189 <seg>
190 /usr/include/goa-1.0,
191 /usr/lib/goa-1.0, and
192 /usr/share/gtk-doc/html/goa (optional)
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="goa-daemon">
203 <term><command>goa-daemon</command></term>
204 <listitem>
205 <para>
206 is the <application>GNOME Online Accounts</application> Daemon
207 </para>
208 <indexterm zone="gnome-online-accounts goa-daemon">
209 <primary sortas="b-goa-daemon">goa-daemon</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="libgoa-1">
215 <term><filename class="libraryfile">libgoa-1.0.so</filename></term>
216 <listitem>
217 <para>
218 contains the <application>GNOME Online Accounts</application>
219 API functions
220 </para>
221 <indexterm zone="gnome-online-accounts libgoa-1">
222 <primary sortas="c-libgoa-1">libgoa-1.0.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="libgoa-backend-1.0">
228 <term><filename class="libraryfile">libgoa-backend-1.0.so</filename></term>
229 <listitem>
230 <para>
231 contains functions used by <application>GNOME Online Accounts</application>
232 backends
233 </para>
234 <indexterm zone="gnome-online-accounts libgoa-backend-1.0">
235 <primary sortas="c-libgoa-backend-1.0">libgoa-backend-1.0.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.