source: gnome/core/gnome-online-accounts.xml@ 7ded7e3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7ded7e3 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 6.4 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.4/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
9 <!ENTITY gnome-online-accounts-download-ftp
10 "&gnome-download-ftp;/gnome-online-accounts/3.4/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
11 <!ENTITY gnome-online-accounts-md5sum "adb39a6ba7661fff915297ebb800ec09">
12 <!ENTITY gnome-online-accounts-size "476 KB">
13 <!ENTITY gnome-online-accounts-buildsize "17 MB">
14 <!ENTITY gnome-online-accounts-time "0.3 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 <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 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-online-accounts-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-online-accounts-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-online-accounts-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-online-accounts-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-online-accounts-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-online-accounts-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Online Accounts Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libgnome-keyring"/>,
80 <xref linkend="libnotify"/>,
81 <xref linkend="librest"/>,
82 <xref linkend="json-glib"/> and
83 <xref linkend="webkitgtk"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnome-online-accounts"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of GNOME Online Accounts</title>
103
104 <para>
105 Install <application>GNOME Online Accounts</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --libexecdir=/usr/lib/gnome-online-accounts \
111 --disable-static &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>--libexecdir=/usr/lib/gnome-online-accounts</parameter>:
131 This parameter ensures the <command>goa-demon</command> program is installed in
132 <filename class="directory">/usr/lib/gnome-online-accounts</filename> for
133 conformance with the FHS.
134 </para>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/static-libraries.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Program</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 goa-daemon
155 </seg>
156 <seg>
157 libgoa-1.0.so and libgoa-backend-1.0.so
158 </seg>
159 <seg>
160 /usr/include/goa-1.0,
161 /usr/lib/gnome-online-accounts and
162 /usr/share/gtk-doc/html/goa
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="goa-daemon">
173 <term><command>goa-daemon</command></term>
174 <listitem>
175 <para>
176 is the <application>GNOME Online Accounts</application> Daemon.
177 </para>
178 <indexterm zone="gnome-online-accounts goa-daemon">
179 <primary sortas="b-goa-daemon">goa-daemon</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="libgoa-1">
185 <term><filename class='libraryfile'>libgoa-1.0.so</filename></term>
186 <listitem>
187 <para>
188 contains the <application>GNOME Online Accounts</application>
189 API functions.
190 </para>
191 <indexterm zone="gnome-online-accounts libgoa-1">
192 <primary sortas="c-libgoa-1">libgoa-1.0.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="libgoa-backend-1">
198 <term><filename class='libraryfile'>libgoa-backend-1.0.so</filename></term>
199 <listitem>
200 <para>contains functions used by gnome-online-accounts backends.</para>
201 <indexterm zone="gnome-online-accounts libgoa-backend-1">
202 <primary sortas="c-libgoa-backend-1">libgoa-backend-1.0.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.