source: gnome/platform/gnome-online-accounts.xml@ 3dc007fb

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3dc007fb was f409953, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to gnome-online-accounts-3.40.0

  • Property mode set to 100644
File size: 7.7 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-40;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
9 <!ENTITY gnome-online-accounts-download-ftp
10 "&gnome-download-ftp;/gnome-online-accounts/&gnome-40;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
11 <!ENTITY gnome-online-accounts-md5sum "fcfa7f4b37c5d63a5c5dea28840279f3">
12 <!ENTITY gnome-online-accounts-size "844 KB">
13 <!ENTITY gnome-online-accounts-buildsize "28 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 &lfs101_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="json-glib"/>,
80 <xref linkend="rest"/>,
81 <xref linkend="vala"/>, and
82 <xref linkend="webkitgtk"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/>,
93 <xref linkend="mitkrb"/>, and
94 <xref linkend="valgrind"/>
95 <!-- <ulink url="https://gitlab.com/accounts-sso/libaccounts-glib">libaccounts-glib</ulink>, and
96 <ulink url="https://launchpad.net/account-plugins">account-plugins</ulink> -->
97
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gnome-online-accounts"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GNOME Online Accounts</title>
107
108 <note>
109 <para>
110 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
111 The Google API Key and OAuth tokens below are specific to LFS. If using
112 these instructions for another distro, or if you intend to distribute
113 binary copies of the software using these instructions, please obtain
114 your own keys following the instructions located at
115 <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/>.
116 <!-- BLFS Devs, register an account at Google with your
117 @linuxfromscratch.org email address, and I'll make you an administrator
118 for the 'Google APIs for LFS' project (where the API and OAuth keys
119 were created for use in the book).-->
120 </para>
121 </note>
122
123 <para>
124 Install <application>GNOME Online Accounts</application> by running the following
125 commands:
126 </para>
127
128<screen><userinput>./configure --prefix=/usr \
129 --disable-static \
130 --with-google-client-secret=5ntt6GbbkjnTVXx-MSxbmx5e \
131 --with-google-client-id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com &amp;&amp;
132make</userinput></screen>
133
134 <para>
135 This package does not come with a test suite.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/static-libraries.xml"/>
151
152 <para>
153 <parameter>--with-google-client-*</parameter>: These switches use the
154 BLFS OAuth ID and secret for Google services.
155 </para>
156
157 <para>
158 <option>--enable-kerberos</option>: Use this switch if you have
159 installed <xref linkend="mitkrb"/> and wish to use it with
160 <application>GNOME Online Accounts</application>.
161 </para>
162
163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="../../xincludes/gtk-doc-rebuild.xml"/>
165
166 </sect2>
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Programs</segtitle>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Directories</segtitle>
175
176 <seglistitem>
177 <seg>
178 goa-daemon and goa-identity-service (library executables)
179 </seg>
180 <seg>
181 libgoa-1.0.so and libgoa-backend-1.0.so
182 </seg>
183 <seg>
184 /usr/include/goa-1.0,
185 /usr/lib/goa-1.0, and
186 /usr/share/gtk-doc/html/goa
187 </seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="goa-daemon">
197 <term><command>goa-daemon</command></term>
198 <listitem>
199 <para>
200 is the <application>GNOME Online Accounts</application> Daemon
201 </para>
202 <indexterm zone="gnome-online-accounts goa-daemon">
203 <primary sortas="b-goa-daemon">goa-daemon</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="libgoa-1">
209 <term><filename class="libraryfile">libgoa-1.0.so</filename></term>
210 <listitem>
211 <para>
212 contains the <application>GNOME Online Accounts</application>
213 API functions
214 </para>
215 <indexterm zone="gnome-online-accounts libgoa-1">
216 <primary sortas="c-libgoa-1">libgoa-1.0.so</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="libgoa-backend-1.0">
222 <term><filename class="libraryfile">libgoa-backend-1.0.so</filename></term>
223 <listitem>
224 <para>
225 contains functions used by <application>GNOME Online Accounts</application>
226 backends
227 </para>
228 <indexterm zone="gnome-online-accounts libgoa-backend-1.0">
229 <primary sortas="c-libgoa-backend-1.0">libgoa-backend-1.0.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.