source: gnome/platform/evolution-data-server.xml@ 083ee517

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 083ee517 was dbea07b, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to tracker-2.2.0
Update to libchamplain-0.12.17
Add security patches for GDM Authentication Bypasses. This includes patches to gnome-shell and GDM.
Move gnome-video-effects to before gnome-online-accounts. This only affects systemd because gnome-online-accounts isn't present in sysv.
Tag the entirety of GNOME Platform up to a working Desktop. Applications to come later on this morning.

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

  • Property mode set to 100644
File size: 12.8 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 evolution-data-server-download-http
8 "&gnome-download-http;/evolution-data-server/&gnome-minor-30;/evolution-data-server-&evolution-data-server-version;.tar.xz">
9 <!ENTITY evolution-data-server-download-ftp
10 "&gnome-download-ftp;/evolution-data-server/&gnome-minor-30;/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "f88813a66add068141530245d07e42c3">
12 <!ENTITY evolution-data-server-size "4.4 MB">
13 <!ENTITY evolution-data-server-buildsize "192 MB">
14 <!ENTITY evolution-data-server-time "1.7 SBU">
15]>
16
17<sect1 id="evolution-data-server"
18xreflabel="evolution-data-server-&evolution-data-server-version;" revision="systemd">
19 <?dbhtml filename="evolution-data-server.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>evolution-data-server-&evolution-data-server-version;</title>
27
28 <indexterm zone="evolution-data-server">
29 <primary sortas="a-evolution-data-server">evolution-data-server</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Evolution Data Server</title>
34
35 <para>
36 The <application>Evolution Data Server</application> package provides
37 a unified backend for programs that work with contacts, tasks, and calendar
38 information. It was originally developed for
39 <application>Evolution</application> (hence the name), but is now used by
40 other packages as well.
41 </para>
42
43 &lfs84_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&evolution-data-server-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &evolution-data-server-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &evolution-data-server-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &evolution-data-server-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &evolution-data-server-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="db"/>,
84 <xref linkend="gcr"/>,
85 <xref linkend="libical"/>,
86 <xref linkend="libsecret"/>,
87 <xref linkend="nss"/>,
88 <xref linkend="python2"/>, and
89 <xref linkend="sqlite"/>.
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="gnome-online-accounts"/>,
95 <xref linkend="gobject-introspection"/>,
96 <xref linkend="gtk3"/>,
97 <xref linkend="icu"/>,
98 <xref linkend="libcanberra"/>,
99 <xref linkend="libgdata"/>,
100 <xref linkend="libgweather"/>, and
101 <xref linkend="vala"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
106 <xref linkend="gtk-doc"/>,
107 <xref linkend="mitkrb"/>,
108 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
109 <xref linkend="openldap"/>,
110 <ulink url="https://gitlab.com/groups/accounts-sso">Accounts-SSO</ulink>,
111 <ulink url="https://github.com/google/google-authenticator/">Google Authenticator</ulink>, and
112 <ulink url="https://github.com/googlei18n/libphonenumber/">libphonenumber</ulink>
113 </para>
114
115 <para condition="html" role="usernotes">User Notes:
116 <ulink url="&blfs-wiki;/evolution-data-server"/>
117 </para>
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Installation of Evolution Data Server</title>
122
123 <para>
124 Install <application>Evolution Data Server</application> by running
125 the following commands:
126 </para>
127
128<screen><userinput>mkdir build &amp;&amp;
129cd build &amp;&amp;
130
131cmake -DCMAKE_INSTALL_PREFIX=/usr \
132 -DSYSCONF_INSTALL_DIR=/etc \
133 -DENABLE_UOA=OFF \
134 -DENABLE_VALA_BINDINGS=ON \
135 -DENABLE_INSTALLED_TESTS=ON \
136 -DENABLE_GOOGLE=ON \
137 -DWITH_OPENLDAP=OFF \
138 -DWITH_KRB5=OFF \
139 -DENABLE_INTROSPECTION=ON \
140 -DENABLE_GTK_DOC=OFF \
141 .. &amp;&amp;
142make</userinput></screen>
143
144 <para>
145 This package does not come with a working test suite.
146 </para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>make install</userinput></screen>
153
154 </sect2>
155
156 <sect2 role="commands">
157 <title>Command Explanations</title>
158
159 <para>
160 <parameter>-DENABLE_GOOGLE=ON</parameter>: This default flag enables
161 access to google services via <xref linkend="libgdata"/> and also
162 enables the Google Authentication option.
163 </para>
164
165 <!--
166 <para>
167 <parameter>-DENABLE_GOOGLE_AUTH=OFF</parameter>: This flag is used
168 to disable the Google Authentication functionality within
169 <application>Evolution Data Server</application>. Omit if you have
170 installed <application>Google Authenticator</application>.
171 </para>
172 -->
173
174 <para>
175 <parameter>-DENABLE_UOA=OFF</parameter>: This flag is used
176 to disable <application>Ubuntu Online Accounts</application>
177 support in <application>Evolution Data Server</application>.
178 Remove it if you have installed Accounts-SSO.
179 </para>
180
181 <para>
182 <parameter>-DENABLE_VALA_BINDINGS=ON</parameter>: This switch
183 enables building the Vala bindings. Remove if you don't
184 have <xref linkend="vala"/> installed.
185 </para>
186
187 <para>
188 <parameter>-DENABLE_GTK_DOC=OFF</parameter>: This switch
189 disables building the API documentation. It is broken for
190 this package due to the use of a long deprecated gtk-doc program
191 that is no longer available.
192 </para>
193
194<!-- I need a CMake version of this. I'll come up with it at a later time/date.
195 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
196 href="../../xincludes/gtk-doc-rebuild.xml"/>
197-->
198
199 <note>
200 <para>
201 To enable many of the optional dependencies, review the information
202 from <command>cmake -L CMakeLists.txt</command> for the necessary
203 parameters you must pass to the <command>cmake</command> command.
204 </para>
205 </note>
206
207 </sect2>
208
209 <sect2 role="content">
210 <title>Contents</title>
211
212 <segmentedlist>
213 <segtitle>Installed Programs</segtitle>
214 <segtitle>Installed Libraries</segtitle>
215 <segtitle>Installed Directories</segtitle>
216
217 <seglistitem>
218 <seg>
219 None
220 </seg>
221 <seg>
222 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
223 libebook-contacts-1.2.so, libecal-1.2.so, libedata-book-1.2.so,
224 libedata-cal-1.2.so, libedataserver-1.2.so,
225 libedataserverui-1.2.so, and libetestserverutils.so
226 </seg>
227 <seg>
228 /usr/include/evolution-data-server,
229 /usr/lib/evolution-data-server,
230 /usr/share/{,installed-tests/}evolution-data-server,
231 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
232 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
233 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
234 /usr/share/pixmaps/evolution-data-server
235 </seg>
236 </seglistitem>
237 </segmentedlist>
238
239 <variablelist>
240 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
241 <?dbfo list-presentation="list"?>
242 <?dbhtml list-presentation="table"?>
243
244 <varlistentry id="libcamel-1">
245 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
246 <listitem>
247 <para>
248 is the <application>Evolution</application> MIME message
249 handling library.
250 </para>
251 <indexterm zone="evolution-data-server libcamel-1">
252 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="libebackend-1">
258 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
259 <listitem>
260 <para>
261 is the utility library for
262 <application>Evolution Data Server</application> Backends.
263 </para>
264 <indexterm zone="evolution-data-server libebackend-1">
265 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="libebook-1">
271 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
272 <listitem>
273 <para>
274 is the client library for <application>Evolution</application>
275 address books.
276 </para>
277 <indexterm zone="evolution-data-server libebook-1">
278 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="libebook-contacts-1">
284 <term><filename class="libraryfile">libebook-contacts-1.2.so</filename></term>
285 <listitem>
286 <para>
287 is the client library for <application>Evolution</application>
288 contacts.
289 </para>
290 <indexterm zone="evolution-data-server libebook-contacts-1">
291 <primary sortas="c-libebook-contacts-1">libebook-contacts-1.2.so</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="libecal-1">
297 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
298 <listitem>
299 <para>
300 is the client library for <application>Evolution</application>
301 calendars.
302 </para>
303 <indexterm zone="evolution-data-server libecal-1">
304 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="libedata-book-1">
310 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
311 <listitem>
312 <para>
313 is the backend library for <application>Evolution</application>
314 address books.
315 </para>
316 <indexterm zone="evolution-data-server libedata-book-1">
317 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="libedata-cal-1">
323 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
324 <listitem>
325 <para>
326 is the backend library for <application>Evolution</application>
327 calendars.
328 </para>
329 <indexterm zone="evolution-data-server libedata-cal-1">
330 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="libedataserver-1">
336 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
337 <listitem>
338 <para>
339 is the utility library for
340 <application>Evolution Data Server</application>.
341 </para>
342 <indexterm zone="evolution-data-server libedataserver-1">
343 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="libedataserverui-3">
349 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
350 <listitem>
351 <para>
352 is the GUI utility library for
353 <application>Evolution Data Server</application>.
354 </para>
355 <indexterm zone="evolution-data-server libedataserverui-3">
356 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
357 </indexterm>
358 </listitem>
359 </varlistentry>
360
361 <varlistentry id="libetestserverutils-1">
362 <term><filename class="libraryfile">libetestserverutils.so</filename></term>
363 <listitem>
364 <para>
365 is the server test utility library for
366 <application>Evolution Data Server</application>.
367 </para>
368 <indexterm zone="evolution-data-server libetestserverutils-1">
369 <primary sortas="c-libetestserverutils-1">libetestserverutils.so</primary>
370 </indexterm>
371 </listitem>
372 </varlistentry>
373
374
375 </variablelist>
376
377 </sect2>
378
379</sect1>
Note: See TracBrowser for help on using the repository browser.