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

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/xf86-video-removal
Last change on this file since 5c9d6e2c was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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