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

10.1 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 b4cbe504 was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 13.6 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-38;/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-38;/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "a2ce341366203fa22b7b462b20ffcbb0">
12 <!ENTITY evolution-data-server-size "4.4 MB">
13 <!ENTITY evolution-data-server-buildsize "205 MB (with tests)">
14 <!ENTITY evolution-data-server-time "2.0 SBU (using parallelism=4, with tests)">
15]>
16
17<sect1 id="evolution-data-server"
18xreflabel="evolution-data-server-&evolution-data-server-version;">
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 &lfs10_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"/>, and
88 <xref linkend="sqlite"/>.
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="gnome-online-accounts"/>,
94 <xref linkend="gobject-introspection"/>,
95 <xref linkend="gtk3"/>,
96 <xref linkend="icu"/>,
97 <xref linkend="libcanberra"/>,
98 <xref linkend="libgdata"/>,
99 <xref linkend="libgweather"/>, and
100 <xref linkend="vala"/>
101 </para>
102
103 <bridgehead renderas="sect4"
104 revision="sysv">Recommended (Runtime)</bridgehead>
105 <para role="recommended" revision="sysv">
106 <xref linkend="blocaled" role="runtime"/>
107 </para>
108
109 <bridgehead renderas="sect4">Optional</bridgehead>
110 <para role="optional">
111 <xref linkend="gtk-doc"/>,
112 <xref linkend="mitkrb"/>,
113 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
114 <xref linkend="openldap"/>, and
115 <!--<ulink url="https://gitlab.com/groups/accounts-sso">Accounts-SSO</ulink>,
116 <ulink url="https://github.com/google/google-authenticator/">Google Authenticator</ulink>, and-->
117 <ulink url="https://github.com/googlei18n/libphonenumber/">libphonenumber</ulink>
118 <!-- For the above commented entries - I can't seem to find references to
119 these in 3.32.0, so they've been commented.-->
120 <!-- Phone Number support via libphonenumber spotted in 3.34.1, check
121 CMakeLists.txt -->
122 </para>
123
124 <para condition="html" role="usernotes">User Notes:
125 <ulink url="&blfs-wiki;/evolution-data-server"/>
126 </para>
127 </sect2>
128
129 <sect2 role="installation">
130 <title>Installation of Evolution Data Server</title>
131
132 <para revision="systemd">
133 First, as the <systemitem class="username">root</systemitem> user,
134 remove old and incompatible versions of the systemd units:
135 </para>
136
137<screen role="root"
138 revision="systemd"><userinput remap="pre">rm -fv /usr/lib/systemd/user/evolution-*.service</userinput></screen>
139
140 <para>
141 Install <application>Evolution Data Server</application> by running
142 the following commands:
143 </para>
144
145<screen revision="sysv"><userinput>mkdir build &amp;&amp;
146cd build &amp;&amp;
147
148cmake -DCMAKE_INSTALL_PREFIX=/usr \
149 -DSYSCONF_INSTALL_DIR=/etc \
150 -DENABLE_VALA_BINDINGS=ON \
151 -DENABLE_INSTALLED_TESTS=ON \
152 -DENABLE_GOOGLE=ON \
153 -DWITH_OPENLDAP=OFF \
154 -DWITH_KRB5=OFF \
155 -DENABLE_INTROSPECTION=ON \
156 -DENABLE_GTK_DOC=OFF \
157 -DWITH_SYSTEMDUSERUNITDIR=no \
158 .. &amp;&amp;
159make</userinput></screen>
160
161<screen revision="systemd"><userinput>mkdir build &amp;&amp;
162cd build &amp;&amp;
163
164cmake -DCMAKE_INSTALL_PREFIX=/usr \
165 -DSYSCONF_INSTALL_DIR=/etc \
166 -DENABLE_VALA_BINDINGS=ON \
167 -DENABLE_INSTALLED_TESTS=ON \
168 -DENABLE_GOOGLE=ON \
169 -DWITH_OPENLDAP=OFF \
170 -DWITH_KRB5=OFF \
171 -DENABLE_INTROSPECTION=ON \
172 -DENABLE_GTK_DOC=OFF \
173 .. &amp;&amp;
174make</userinput></screen>
175
176 <para>
177 To test the results, issue: <command>make test</command>.
178 </para>
179
180 <para>
181 Now, as the <systemitem class="username">root</systemitem> user:
182 </para>
183
184<screen role="root"><userinput>make install</userinput></screen>
185
186 </sect2>
187
188 <sect2 role="commands">
189 <title>Command Explanations</title>
190
191 <para>
192 <parameter>-DENABLE_GOOGLE=ON</parameter>: This default flag enables
193 access to google services via <xref linkend="libgdata"/> and also
194 enables the Google Authentication option.
195 </para>
196
197 <para>
198 <parameter>-DENABLE_VALA_BINDINGS=ON</parameter>: This switch
199 enables building the Vala bindings. Remove if you don't
200 have <xref linkend="vala"/> installed.
201 </para>
202
203 <para>
204 <parameter>-DENABLE_GTK_DOC=OFF</parameter>: This switch
205 disables building the API documentation. It is broken for
206 this package due to the use of a long deprecated gtk-doc program
207 that is no longer available.
208 </para>
209
210 <para revision="sysv">
211 <parameter>-DWITH_SYSTEMDUSERUNITDIR=no</parameter>: This switch
212 disables installing the systemd units, which are not used for a Sysv
213 build.
214 </para>
215
216 <note>
217 <para>
218 To enable many of the optional dependencies, review the information
219 from <command>cmake -L CMakeLists.txt</command> for the necessary
220 parameters you must pass to the <command>cmake</command> command.
221 </para>
222 </note>
223
224 </sect2>
225
226 <sect2 role="content">
227 <title>Contents</title>
228
229 <segmentedlist>
230 <segtitle>Installed Programs</segtitle>
231 <segtitle>Installed Libraries</segtitle>
232 <segtitle>Installed Directories</segtitle>
233
234 <seglistitem>
235 <seg>
236 None
237 </seg>
238 <seg>
239 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
240 libebook-contacts-1.2.so, libecal-2.0.so, libedata-book-1.2.so,
241 libedata-cal-2.0.so, libedataserver-1.2.so,
242 libedataserverui-1.2.so, and libetestserverutils.so
243 </seg>
244 <seg>
245 /usr/include/evolution-data-server,
246 /usr/lib{,exec}/evolution-data-server,
247 /usr/share/installed-tests/evolution-data-server, and
248 <!-- We explicitly disable gtk-doc generation, so comment these out
249 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
250 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
251 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
252 -->
253 /usr/share/pixmaps/evolution-data-server
254 </seg>
255 </seglistitem>
256 </segmentedlist>
257
258 <variablelist>
259 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
260 <?dbfo list-presentation="list"?>
261 <?dbhtml list-presentation="table"?>
262
263 <varlistentry id="libcamel-1">
264 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
265 <listitem>
266 <para>
267 is the <application>Evolution</application> MIME message
268 handling library
269 </para>
270 <indexterm zone="evolution-data-server libcamel-1">
271 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="libebackend-1">
277 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
278 <listitem>
279 <para>
280 is the utility library for
281 <application>Evolution Data Server</application> Backends
282 </para>
283 <indexterm zone="evolution-data-server libebackend-1">
284 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
289 <varlistentry id="libebook-1">
290 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
291 <listitem>
292 <para>
293 is the client library for <application>Evolution</application>
294 address books
295 </para>
296 <indexterm zone="evolution-data-server libebook-1">
297 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 <varlistentry id="libebook-contacts-1">
303 <term><filename class="libraryfile">libebook-contacts-1.2.so</filename></term>
304 <listitem>
305 <para>
306 is the client library for <application>Evolution</application>
307 contacts
308 </para>
309 <indexterm zone="evolution-data-server libebook-contacts-1">
310 <primary sortas="c-libebook-contacts-1">libebook-contacts-1.2.so</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="libecal-1">
316 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
317 <listitem>
318 <para>
319 is the client library for <application>Evolution</application>
320 calendars
321 </para>
322 <indexterm zone="evolution-data-server libecal-1">
323 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="libedata-book-1">
329 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
330 <listitem>
331 <para>
332 is the backend library for <application>Evolution</application>
333 address books
334 </para>
335 <indexterm zone="evolution-data-server libedata-book-1">
336 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
337 </indexterm>
338 </listitem>
339 </varlistentry>
340
341 <varlistentry id="libedata-cal-1">
342 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
343 <listitem>
344 <para>
345 is the backend library for <application>Evolution</application>
346 calendars
347 </para>
348 <indexterm zone="evolution-data-server libedata-cal-1">
349 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 <varlistentry id="libedataserver-1">
355 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
356 <listitem>
357 <para>
358 is the utility library for
359 <application>Evolution Data Server</application>
360 </para>
361 <indexterm zone="evolution-data-server libedataserver-1">
362 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
363 </indexterm>
364 </listitem>
365 </varlistentry>
366
367 <varlistentry id="libedataserverui-3">
368 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
369 <listitem>
370 <para>
371 is the GUI utility library for
372 <application>Evolution Data Server</application>
373 </para>
374 <indexterm zone="evolution-data-server libedataserverui-3">
375 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
380 <varlistentry id="libetestserverutils-1">
381 <term><filename class="libraryfile">libetestserverutils.so</filename></term>
382 <listitem>
383 <para>
384 is the server test utility library for
385 <application>Evolution Data Server</application>
386 </para>
387 <indexterm zone="evolution-data-server libetestserverutils-1">
388 <primary sortas="c-libetestserverutils-1">libetestserverutils.so</primary>
389 </indexterm>
390 </listitem>
391 </varlistentry>
392
393
394 </variablelist>
395
396 </sect2>
397
398</sect1>
Note: See TracBrowser for help on using the repository browser.