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

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 469a6bb2 was 469a6bb2, checked in by Douglas R. Reno <renodr@…>, 12 months ago

Update to evolution-data-server-3.48.3

  • Property mode set to 100644
File size: 14.3 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-48;/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-48;/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "f36517d8ec0bfdd925b820bb550042ff">
12 <!ENTITY evolution-data-server-size "4.7 MB">
13 <!ENTITY evolution-data-server-buildsize "174 MB (with tests)">
14 <!ENTITY evolution-data-server-time "0.6 SBU (using parallelism=4, add 0.1 SBU for 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 &lfs113_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">Evolution Data Server Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libical"/>,
80 <xref linkend="libsecret"/>,
81 <xref linkend="nss"/>, and
82 <xref linkend="sqlite"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gnome-online-accounts"/>,
88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="gtk3"/>,
90 <xref linkend="icu"/>,
91 <xref linkend="libcanberra"/>,
92 <xref linkend="libgweather"/>,
93 <xref linkend="vala"/>, and
94 <xref linkend="webkitgtk"/>
95 </para>
96
97 <bridgehead renderas="sect4"
98 revision="sysv">Recommended (Runtime)</bridgehead>
99 <para role="recommended" revision="sysv">
100 <xref linkend="blocaled" role="runtime"/>
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="db"/>,
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"/>, and
110 <ulink url="https://github.com/googlei18n/libphonenumber/">libphonenumber</ulink>
111 </para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/evolution-data-server"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of Evolution Data Server</title>
120
121 <para>
122 Install <application>Evolution Data Server</application> by running
123 the following commands:
124 </para>
125
126<screen revision="sysv"><userinput>mkdir build &amp;&amp;
127cd build &amp;&amp;
128
129cmake -DCMAKE_INSTALL_PREFIX=/usr \
130 -DSYSCONF_INSTALL_DIR=/etc \
131 -DENABLE_VALA_BINDINGS=ON \
132 -DENABLE_INSTALLED_TESTS=ON \
133 -DWITH_OPENLDAP=OFF \
134 -DWITH_KRB5=OFF \
135 -DENABLE_INTROSPECTION=ON \
136 -DENABLE_GTK_DOC=OFF \
137 -DWITH_LIBDB=OFF \
138 -DWITH_SYSTEMDUSERUNITDIR=no \
139 -Wno-dev -G Ninja .. &amp;&amp;
140ninja</userinput></screen>
141
142<screen revision="systemd"><userinput>mkdir build &amp;&amp;
143cd build &amp;&amp;
144
145cmake -DCMAKE_INSTALL_PREFIX=/usr \
146 -DSYSCONF_INSTALL_DIR=/etc \
147 -DENABLE_VALA_BINDINGS=ON \
148 -DENABLE_INSTALLED_TESTS=ON \
149 -DWITH_OPENLDAP=OFF \
150 -DWITH_KRB5=OFF \
151 -DENABLE_INTROSPECTION=ON \
152 -DENABLE_GTK_DOC=OFF \
153 -DWITH_LIBDB=OFF \
154 -Wno-dev -G Ninja .. &amp;&amp;
155ninja</userinput></screen>
156
157 <para>
158 Now, as the <systemitem class="username">root</systemitem> user:
159 </para>
160
161<screen role="root"><userinput>ninja install</userinput></screen>
162
163 <para>
164 To test the results, issue: <command>ninja test</command>.
165 </para>
166
167 <!-- The tests need to be run after the package is installed due to
168 compatibility issues that show up when upgrading from previous versions
169 of e-d-s. This is due to soup2/soup3 mixing. -->
170
171 </sect2>
172
173 <sect2 role="commands">
174 <title>Command Explanations</title>
175
176<!--
177 <para>
178 <parameter>-DENABLE_GOOGLE=ON</parameter>: This switch enables
179 access to google services via <xref linkend="libgdata"/> and also
180 enables the Google Authentication option.
181 </para>
182-->
183
184 <para>
185 <parameter>-DENABLE_VALA_BINDINGS=ON</parameter>: This switch
186 enables building the Vala bindings. Remove if you don't
187 have <xref linkend="vala"/> installed.
188 </para>
189
190 <para>
191 <parameter>-DENABLE_GTK_DOC=OFF</parameter>: This switch
192 disables building the API documentation. It is broken for
193 this package due to the use of a long deprecated gtk-doc program
194 that is no longer available.
195 </para>
196
197 <para>
198 <parameter>-DWITH_LIBDB=OFF</parameter>: This switch allows building
199 this package without <xref linkend="db"/>. This package only uses
200 <xref linkend="db"/> to import data from very outdated releases.
201 <xref linkend="sqlite"/> is used for normal operation.
202 </para>
203
204<!--
205 <para>
206 <parameter>-DWITH_GWEATHER4=ON</parameter>: This switch allows building
207 this package with <xref linkend="libgweather"/>.
208 </para>
209-->
210
211 <para>
212 <option>-DENABLE_OAUTH2_WEBKITGTK4=OFF</option>: Use this switch if
213 you did not build <xref linkend="webkitgtk" role="nodep"/> with GTK-4.
214 </para>
215
216 <para revision="sysv">
217 <parameter>-DWITH_SYSTEMDUSERUNITDIR=no</parameter>: This switch
218 disables installing the systemd units, which are not used for a Sysv
219 build.
220 </para>
221
222 <note>
223 <para>
224 To enable many of the optional dependencies, review the information
225 from <command>cmake -L CMakeLists.txt</command> for the necessary
226 parameters you must pass to the <command>cmake</command> command.
227 </para>
228 </note>
229
230 </sect2>
231
232 <sect2 role="content">
233 <title>Contents</title>
234
235 <segmentedlist>
236 <segtitle>Installed Programs</segtitle>
237 <segtitle>Installed Libraries</segtitle>
238 <segtitle>Installed Directories</segtitle>
239
240 <seglistitem>
241 <seg>
242 None
243 </seg>
244 <seg>
245 libcamel-1.2.so,
246 libebackend-1.2.so,
247 libebook-1.2.so,
248 libebook-contacts-1.2.so,
249 libecal-2.0.so,
250 libedata-book-1.2.so,
251 libedata-cal-2.0.so,
252 libedataserver-1.2.so,
253 libedataserverui-1.2.so,
254 libedataserverui4-1.0.so,
255 and libetestserverutils.so
256 </seg>
257 <seg>
258 /usr/include/evolution-data-server,
259 /usr/lib{,exec}/evolution-data-server,
260 /usr/share/evolution-data-server,
261 /usr/share/installed-tests/evolution-data-server, and
262 <!-- We explicitly disable gtk-doc generation, so comment these out
263 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
264 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
265 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
266 -->
267 /usr/share/pixmaps/evolution-data-server
268 </seg>
269 </seglistitem>
270 </segmentedlist>
271
272 <variablelist>
273 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
274 <?dbfo list-presentation="list"?>
275 <?dbhtml list-presentation="table"?>
276
277 <varlistentry id="libcamel-1">
278 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
279 <listitem>
280 <para>
281 is the <application>Evolution</application> MIME message
282 handling library
283 </para>
284 <indexterm zone="evolution-data-server libcamel-1">
285 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="libebackend-1">
291 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
292 <listitem>
293 <para>
294 is the utility library for
295 <application>Evolution Data Server</application> Backends
296 </para>
297 <indexterm zone="evolution-data-server libebackend-1">
298 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry id="libebook-1">
304 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
305 <listitem>
306 <para>
307 is the client library for <application>Evolution</application>
308 address books
309 </para>
310 <indexterm zone="evolution-data-server libebook-1">
311 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="libebook-contacts-1">
317 <term><filename class="libraryfile">libebook-contacts-1.2.so</filename></term>
318 <listitem>
319 <para>
320 is the client library for <application>Evolution</application>
321 contacts
322 </para>
323 <indexterm zone="evolution-data-server libebook-contacts-1">
324 <primary sortas="c-libebook-contacts-1">libebook-contacts-1.2.so</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="libecal-1">
330 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
331 <listitem>
332 <para>
333 is the client library for <application>Evolution</application>
334 calendars
335 </para>
336 <indexterm zone="evolution-data-server libecal-1">
337 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="libedata-book-1">
343 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
344 <listitem>
345 <para>
346 is the backend library for <application>Evolution</application>
347 address books
348 </para>
349 <indexterm zone="evolution-data-server libedata-book-1">
350 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
351 </indexterm>
352 </listitem>
353 </varlistentry>
354
355 <varlistentry id="libedata-cal-1">
356 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
357 <listitem>
358 <para>
359 is the backend library for <application>Evolution</application>
360 calendars
361 </para>
362 <indexterm zone="evolution-data-server libedata-cal-1">
363 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
364 </indexterm>
365 </listitem>
366 </varlistentry>
367
368 <varlistentry id="libedataserver-1">
369 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
370 <listitem>
371 <para>
372 is the utility library for
373 <application>Evolution Data Server</application>
374 </para>
375 <indexterm zone="evolution-data-server libedataserver-1">
376 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
377 </indexterm>
378 </listitem>
379 </varlistentry>
380
381 <varlistentry id="libedataserverui-3">
382 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
383 <listitem>
384 <para>
385 is the GUI utility library for
386 <application>Evolution Data Server</application>
387 </para>
388 <indexterm zone="evolution-data-server libedataserverui-3">
389 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
390 </indexterm>
391 </listitem>
392 </varlistentry>
393
394 <varlistentry id="libedataserverui4-1">
395 <term><filename class="libraryfile">libedataserverui4-1.0.so</filename></term>
396 <listitem>
397 <para>
398 is the GTK-4 based GUI utility library for
399 <application>Evolution Data Server</application>
400 </para>
401 <indexterm zone="evolution-data-server libedataserverui4-1">
402 <primary sortas="c-libedataserverui4-1">libedataserverui4-1.0.so</primary>
403 </indexterm>
404 </listitem>
405 </varlistentry>
406
407 <varlistentry id="libetestserverutils-1">
408 <term><filename class="libraryfile">libetestserverutils.so</filename></term>
409 <listitem>
410 <para>
411 is the server test utility library for
412 <application>Evolution Data Server</application>
413 </para>
414 <indexterm zone="evolution-data-server libetestserverutils-1">
415 <primary sortas="c-libetestserverutils-1">libetestserverutils.so</primary>
416 </indexterm>
417 </listitem>
418 </varlistentry>
419
420
421 </variablelist>
422
423 </sect2>
424
425</sect1>
Note: See TracBrowser for help on using the repository browser.