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

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 676e928d was 15edee5, checked in by Xi Ruoyao <xry111@…>, 3 years ago

evolution-data-server: fix patch command

Patch from Alain Toussaint via blfs-dev.

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