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

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 3703fee was 3703fee, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

evolution-data-server: Fix a build error

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