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

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since d12d244 was c9d85dd3, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Update to evolution iand evolution-data-server 3.44.1.

  • Property mode set to 100644
File size: 14.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-44;/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-44;/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "2cb515e29985edcd490fc206385e5b1d">
12 <!ENTITY evolution-data-server-size "4.6 MB">
13 <!ENTITY evolution-data-server-buildsize "193 MB (with tests)">
14 <!ENTITY evolution-data-server-time "0.8 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 <date>$Date$</date>
23 </sect1info>
24
25 <title>evolution-data-server-&evolution-data-server-version;</title>
26
27 <indexterm zone="evolution-data-server">
28 <primary sortas="a-evolution-data-server">evolution-data-server</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Evolution Data Server</title>
33
34 <para>
35 The <application>Evolution Data Server</application> package provides
36 a unified backend for programs that work with contacts, tasks, and calendar
37 information. It was originally developed for
38 <application>Evolution</application> (hence the name), but is now used by
39 other packages as well.
40 </para>
41
42 &lfs111_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&evolution-data-server-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &evolution-data-server-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &evolution-data-server-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &evolution-data-server-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &evolution-data-server-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77<!--
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/evolution-data-server-&evolution-data-server-version;-cmake_fix-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87-->
88 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
89
90 <bridgehead renderas="sect4">Required</bridgehead>
91 <para role="required">
92 <xref linkend="gcr"/>,
93 <xref linkend="libical"/>,
94 <xref linkend="libsecret"/>,
95 <xref linkend="nss"/>, and
96 <xref linkend="sqlite"/>.
97 </para>
98
99 <bridgehead renderas="sect4">Recommended</bridgehead>
100 <para role="recommended">
101 <xref linkend="gnome-online-accounts"/>,
102 <xref linkend="gobject-introspection"/>,
103 <xref linkend="gtk3"/>,
104 <xref linkend="icu"/>,
105 <xref linkend="libcanberra"/>,
106 <xref linkend="libgdata"/>,
107 <xref linkend="libgweather"/>, and
108 <xref linkend="vala"/>
109 </para>
110
111 <bridgehead renderas="sect4"
112 revision="sysv">Recommended (Runtime)</bridgehead>
113 <para role="recommended" revision="sysv">
114 <xref linkend="blocaled" role="runtime"/>
115 </para>
116
117 <bridgehead renderas="sect4">Optional</bridgehead>
118 <para role="optional">
119 <xref linkend="db"/>,
120 <xref linkend="gtk-doc"/>,
121 <xref linkend="mitkrb"/>,
122 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
123 <xref linkend="openldap"/>, and
124 <ulink url="https://github.com/googlei18n/libphonenumber/">libphonenumber</ulink>
125 </para>
126
127 <para condition="html" role="usernotes">User Notes:
128 <ulink url="&blfs-wiki;/evolution-data-server"/>
129 </para>
130 </sect2>
131
132 <sect2 role="installation">
133 <title>Installation of Evolution Data Server</title>
134
135<!--
136 <para revision="systemd">
137 First, as the <systemitem class="username">root</systemitem> user,
138 remove old and incompatible versions of the systemd units:
139 </para>
140
141<screen role="root"
142 revision="systemd"><userinput remap="pre">rm -fv /usr/lib/systemd/user/evolution-*.service</userinput></screen>
143-->
144<!--
145 <para>
146 <phrase revision="sysv">First,</phrase>
147 <phrase revision="systemd">Then,</phrase> fix an issue with
148 cmake-3.20.1:
149 </para>
150
151<screen><userinput>patch -Np1 -i ../evolution-data-server-&evolution-data-server-version;-cmake_fix-1.patch</userinput></screen>
152-->
153 <para>
154 Install <application>Evolution Data Server</application> by running
155 the following commands:
156 </para>
157
158<screen revision="sysv"><userinput>mkdir build &amp;&amp;
159cd build &amp;&amp;
160
161cmake -DCMAKE_INSTALL_PREFIX=/usr \
162 -DSYSCONF_INSTALL_DIR=/etc \
163 -DENABLE_VALA_BINDINGS=ON \
164 -DENABLE_INSTALLED_TESTS=ON \
165 -DENABLE_GOOGLE=ON \
166 -DWITH_OPENLDAP=OFF \
167 -DWITH_KRB5=OFF \
168 -DENABLE_INTROSPECTION=ON \
169 -DENABLE_GTK_DOC=OFF \
170 -DWITH_LIBDB=OFF \
171 -DWITH_GWEATHER4=ON \
172 -DWITH_SYSTEMDUSERUNITDIR=no \
173 .. &amp;&amp;
174make</userinput></screen>
175
176<screen revision="systemd"><userinput>mkdir build &amp;&amp;
177cd build &amp;&amp;
178
179cmake -DCMAKE_INSTALL_PREFIX=/usr \
180 -DSYSCONF_INSTALL_DIR=/etc \
181 -DENABLE_VALA_BINDINGS=ON \
182 -DENABLE_INSTALLED_TESTS=ON \
183 -DENABLE_GOOGLE=ON \
184 -DWITH_OPENLDAP=OFF \
185 -DWITH_KRB5=OFF \
186 -DENABLE_INTROSPECTION=ON \
187 -DENABLE_GTK_DOC=OFF \
188 -DWITH_LIBDB=OFF \
189 -DWITH_GWEATHER4=ON \
190 .. &amp;&amp;
191make</userinput></screen>
192
193 <para>
194 To test the results, issue: <command>make test</command>. <!--
195 TODO: Bruce had no failure for 3.44.0. I have two:
196 71 - test-book-meta-backend (Subprocess aborted)
197 88 - test-cal-meta-backend (Subprocess aborted)-->
198 </para>
199
200 <para>
201 Now, as the <systemitem class="username">root</systemitem> user:
202 </para>
203
204<screen role="root"><userinput>make install</userinput></screen>
205
206 </sect2>
207
208 <sect2 role="commands">
209 <title>Command Explanations</title>
210
211 <para>
212 <parameter>-DENABLE_GOOGLE=ON</parameter>: This switch enables
213 access to google services via <xref linkend="libgdata"/> and also
214 enables the Google Authentication option.
215 </para>
216
217 <para>
218 <parameter>-DENABLE_VALA_BINDINGS=ON</parameter>: This switch
219 enables building the Vala bindings. Remove if you don't
220 have <xref linkend="vala"/> installed.
221 </para>
222
223 <para>
224 <parameter>-DENABLE_GTK_DOC=OFF</parameter>: This switch
225 disables building the API documentation. It is broken for
226 this package due to the use of a long deprecated gtk-doc program
227 that is no longer available.
228 </para>
229
230 <para>
231 <parameter>-DWITH_LIBDB=OFF</parameter>: This switch allows building
232 this package without <xref linkend="db"/>. This package only uses
233 <xref linkend="db"/> to import data from very outdated releases.
234 <xref linkend="sqlite"/> is used for normal operation.
235 </para>
236
237 <para>
238 <parameter>-DWITH_GWEATHER4=ON</parameter>: This switch allows building
239 this package with <xref linkend="libgweather"/>.
240 </para>
241
242 <para revision="sysv">
243 <parameter>-DWITH_SYSTEMDUSERUNITDIR=no</parameter>: This switch
244 disables installing the systemd units, which are not used for a Sysv
245 build.
246 </para>
247
248 <note>
249 <para>
250 To enable many of the optional dependencies, review the information
251 from <command>cmake -L CMakeLists.txt</command> for the necessary
252 parameters you must pass to the <command>cmake</command> command.
253 </para>
254 </note>
255
256 </sect2>
257
258 <sect2 role="content">
259 <title>Contents</title>
260
261 <segmentedlist>
262 <segtitle>Installed Programs</segtitle>
263 <segtitle>Installed Libraries</segtitle>
264 <segtitle>Installed Directories</segtitle>
265
266 <seglistitem>
267 <seg>
268 None
269 </seg>
270 <seg>
271 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
272 libebook-contacts-1.2.so, libecal-2.0.so, libedata-book-1.2.so,
273 libedata-cal-2.0.so, libedataserver-1.2.so,
274 libedataserverui-1.2.so, and libetestserverutils.so
275 </seg>
276 <seg>
277 /usr/include/evolution-data-server,
278 /usr/lib{,exec}/evolution-data-server,
279 /usr/share/evolution-data-server,
280 /usr/share/installed-tests/evolution-data-server, and
281 <!-- We explicitly disable gtk-doc generation, so comment these out
282 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
283 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
284 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
285 -->
286 /usr/share/pixmaps/evolution-data-server
287 </seg>
288 </seglistitem>
289 </segmentedlist>
290
291 <variablelist>
292 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
293 <?dbfo list-presentation="list"?>
294 <?dbhtml list-presentation="table"?>
295
296 <varlistentry id="libcamel-1">
297 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
298 <listitem>
299 <para>
300 is the <application>Evolution</application> MIME message
301 handling library
302 </para>
303 <indexterm zone="evolution-data-server libcamel-1">
304 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="libebackend-1">
310 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
311 <listitem>
312 <para>
313 is the utility library for
314 <application>Evolution Data Server</application> Backends
315 </para>
316 <indexterm zone="evolution-data-server libebackend-1">
317 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="libebook-1">
323 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
324 <listitem>
325 <para>
326 is the client library for <application>Evolution</application>
327 address books
328 </para>
329 <indexterm zone="evolution-data-server libebook-1">
330 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="libebook-contacts-1">
336 <term><filename class="libraryfile">libebook-contacts-1.2.so</filename></term>
337 <listitem>
338 <para>
339 is the client library for <application>Evolution</application>
340 contacts
341 </para>
342 <indexterm zone="evolution-data-server libebook-contacts-1">
343 <primary sortas="c-libebook-contacts-1">libebook-contacts-1.2.so</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="libecal-1">
349 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
350 <listitem>
351 <para>
352 is the client library for <application>Evolution</application>
353 calendars
354 </para>
355 <indexterm zone="evolution-data-server libecal-1">
356 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
357 </indexterm>
358 </listitem>
359 </varlistentry>
360
361 <varlistentry id="libedata-book-1">
362 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
363 <listitem>
364 <para>
365 is the backend library for <application>Evolution</application>
366 address books
367 </para>
368 <indexterm zone="evolution-data-server libedata-book-1">
369 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
370 </indexterm>
371 </listitem>
372 </varlistentry>
373
374 <varlistentry id="libedata-cal-1">
375 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
376 <listitem>
377 <para>
378 is the backend library for <application>Evolution</application>
379 calendars
380 </para>
381 <indexterm zone="evolution-data-server libedata-cal-1">
382 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="libedataserver-1">
388 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
389 <listitem>
390 <para>
391 is the utility library for
392 <application>Evolution Data Server</application>
393 </para>
394 <indexterm zone="evolution-data-server libedataserver-1">
395 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
396 </indexterm>
397 </listitem>
398 </varlistentry>
399
400 <varlistentry id="libedataserverui-3">
401 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
402 <listitem>
403 <para>
404 is the GUI utility library for
405 <application>Evolution Data Server</application>
406 </para>
407 <indexterm zone="evolution-data-server libedataserverui-3">
408 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
409 </indexterm>
410 </listitem>
411 </varlistentry>
412
413 <varlistentry id="libetestserverutils-1">
414 <term><filename class="libraryfile">libetestserverutils.so</filename></term>
415 <listitem>
416 <para>
417 is the server test utility library for
418 <application>Evolution Data Server</application>
419 </para>
420 <indexterm zone="evolution-data-server libetestserverutils-1">
421 <primary sortas="c-libetestserverutils-1">libetestserverutils.so</primary>
422 </indexterm>
423 </listitem>
424 </varlistentry>
425
426
427 </variablelist>
428
429 </sect2>
430
431</sect1>
Note: See TracBrowser for help on using the repository browser.