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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 fd5cc27 was c447484, checked in by Xi Ruoyao <xry111@…>, 5 years ago

Remove obsolete option ENABLE_UOA for e-d-s

https://gitlab.gnome.org/GNOME/evolution-data-server/commit/66121edf

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21443 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 12.9 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-32;/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-32;/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "8832c259a5914b6a27ba4abde681254a">
12 <!ENTITY evolution-data-server-size "4.4 MB">
13 <!ENTITY evolution-data-server-buildsize "194 MB">
14 <!ENTITY evolution-data-server-time "1.9 SBU">
15]>
16
17<sect1 id="evolution-data-server"
18xreflabel="evolution-data-server-&evolution-data-server-version;" revision="systemd">
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 &lfs84_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">Evolution Data Server Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="db"/>,
84 <xref linkend="gcr"/>,
85 <xref linkend="libical"/>,
86 <xref linkend="libsecret"/>,
87 <xref linkend="nss"/>, and
88 <xref linkend="sqlite"/>.
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="gnome-online-accounts"/>,
94 <xref linkend="gobject-introspection"/>,
95 <xref linkend="gtk3"/>,
96 <xref linkend="icu"/>,
97 <xref linkend="libcanberra"/>,
98 <xref linkend="libgdata"/>,
99 <xref linkend="libgweather"/>, and
100 <xref linkend="vala"/>
101 </para>
102
103 <bridgehead renderas="sect4">Optional</bridgehead>
104 <para role="optional">
105 <xref linkend="gtk-doc"/>,
106 <xref linkend="mitkrb"/>,
107 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command), and
108 <xref linkend="openldap"/>,
109 <!--<ulink url="https://gitlab.com/groups/accounts-sso">Accounts-SSO</ulink>,
110 <ulink url="https://github.com/google/google-authenticator/">Google Authenticator</ulink>, and
111 <ulink url="https://github.com/googlei18n/libphonenumber/">libphonenumber</ulink>-->
112 <!-- For the above commented entries - I can't seem to find references to
113 these in 3.32.0, so they've been commented.-->
114 </para>
115
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/evolution-data-server"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of Evolution Data Server</title>
123
124 <para>
125 Install <application>Evolution Data Server</application> by running
126 the following commands:
127 </para>
128
129<screen><userinput>mkdir build &amp;&amp;
130cd build &amp;&amp;
131
132cmake -DCMAKE_INSTALL_PREFIX=/usr \
133 -DSYSCONF_INSTALL_DIR=/etc \
134 -DENABLE_VALA_BINDINGS=ON \
135 -DENABLE_INSTALLED_TESTS=ON \
136 -DENABLE_GOOGLE=ON \
137 -DWITH_OPENLDAP=OFF \
138 -DWITH_KRB5=OFF \
139 -DENABLE_INTROSPECTION=ON \
140 -DENABLE_GTK_DOC=OFF \
141 .. &amp;&amp;
142make</userinput></screen>
143
144 <para>
145 This package does not come with a working test suite.
146 </para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>make install</userinput></screen>
153
154 </sect2>
155
156 <sect2 role="commands">
157 <title>Command Explanations</title>
158
159 <para>
160 <parameter>-DENABLE_GOOGLE=ON</parameter>: This default flag enables
161 access to google services via <xref linkend="libgdata"/> and also
162 enables the Google Authentication option.
163 </para>
164
165 <!--
166 <para>
167 <parameter>-DENABLE_GOOGLE_AUTH=OFF</parameter>: This flag is used
168 to disable the Google Authentication functionality within
169 <application>Evolution Data Server</application>. Omit if you have
170 installed <application>Google Authenticator</application>.
171 </para>
172 -->
173
174 <!--
175 <para>
176 <parameter>-DENABLE_UOA=OFF</parameter>: This flag is used
177 to disable <application>Ubuntu Online Accounts</application>
178 support in <application>Evolution Data Server</application>.
179 Remove it if you have installed Accounts-SSO.
180 </para>
181 -->
182
183 <para>
184 <parameter>-DENABLE_VALA_BINDINGS=ON</parameter>: This switch
185 enables building the Vala bindings. Remove if you don't
186 have <xref linkend="vala"/> installed.
187 </para>
188
189 <para>
190 <parameter>-DENABLE_GTK_DOC=OFF</parameter>: This switch
191 disables building the API documentation. It is broken for
192 this package due to the use of a long deprecated gtk-doc program
193 that is no longer available.
194 </para>
195
196<!-- I need a CMake version of this. I'll come up with it at a later time/date.
197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="../../xincludes/gtk-doc-rebuild.xml"/>
199-->
200
201 <note>
202 <para>
203 To enable many of the optional dependencies, review the information
204 from <command>cmake -L CMakeLists.txt</command> for the necessary
205 parameters you must pass to the <command>cmake</command> command.
206 </para>
207 </note>
208
209 </sect2>
210
211 <sect2 role="content">
212 <title>Contents</title>
213
214 <segmentedlist>
215 <segtitle>Installed Programs</segtitle>
216 <segtitle>Installed Libraries</segtitle>
217 <segtitle>Installed Directories</segtitle>
218
219 <seglistitem>
220 <seg>
221 None
222 </seg>
223 <seg>
224 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
225 libebook-contacts-1.2.so, libecal-1.2.so, libedata-book-1.2.so,
226 libedata-cal-1.2.so, libedataserver-1.2.so,
227 libedataserverui-1.2.so, and libetestserverutils.so
228 </seg>
229 <seg>
230 /usr/include/evolution-data-server,
231 /usr/lib/evolution-data-server,
232 /usr/share/{,installed-tests/}evolution-data-server,
233 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
234 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
235 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
236 /usr/share/pixmaps/evolution-data-server
237 </seg>
238 </seglistitem>
239 </segmentedlist>
240
241 <variablelist>
242 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
243 <?dbfo list-presentation="list"?>
244 <?dbhtml list-presentation="table"?>
245
246 <varlistentry id="libcamel-1">
247 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
248 <listitem>
249 <para>
250 is the <application>Evolution</application> MIME message
251 handling library.
252 </para>
253 <indexterm zone="evolution-data-server libcamel-1">
254 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="libebackend-1">
260 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
261 <listitem>
262 <para>
263 is the utility library for
264 <application>Evolution Data Server</application> Backends.
265 </para>
266 <indexterm zone="evolution-data-server libebackend-1">
267 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="libebook-1">
273 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
274 <listitem>
275 <para>
276 is the client library for <application>Evolution</application>
277 address books.
278 </para>
279 <indexterm zone="evolution-data-server libebook-1">
280 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="libebook-contacts-1">
286 <term><filename class="libraryfile">libebook-contacts-1.2.so</filename></term>
287 <listitem>
288 <para>
289 is the client library for <application>Evolution</application>
290 contacts.
291 </para>
292 <indexterm zone="evolution-data-server libebook-contacts-1">
293 <primary sortas="c-libebook-contacts-1">libebook-contacts-1.2.so</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="libecal-1">
299 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
300 <listitem>
301 <para>
302 is the client library for <application>Evolution</application>
303 calendars.
304 </para>
305 <indexterm zone="evolution-data-server libecal-1">
306 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="libedata-book-1">
312 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
313 <listitem>
314 <para>
315 is the backend library for <application>Evolution</application>
316 address books.
317 </para>
318 <indexterm zone="evolution-data-server libedata-book-1">
319 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
320 </indexterm>
321 </listitem>
322 </varlistentry>
323
324 <varlistentry id="libedata-cal-1">
325 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
326 <listitem>
327 <para>
328 is the backend library for <application>Evolution</application>
329 calendars.
330 </para>
331 <indexterm zone="evolution-data-server libedata-cal-1">
332 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
336
337 <varlistentry id="libedataserver-1">
338 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
339 <listitem>
340 <para>
341 is the utility library for
342 <application>Evolution Data Server</application>.
343 </para>
344 <indexterm zone="evolution-data-server libedataserver-1">
345 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
346 </indexterm>
347 </listitem>
348 </varlistentry>
349
350 <varlistentry id="libedataserverui-3">
351 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
352 <listitem>
353 <para>
354 is the GUI utility library for
355 <application>Evolution Data Server</application>.
356 </para>
357 <indexterm zone="evolution-data-server libedataserverui-3">
358 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
359 </indexterm>
360 </listitem>
361 </varlistentry>
362
363 <varlistentry id="libetestserverutils-1">
364 <term><filename class="libraryfile">libetestserverutils.so</filename></term>
365 <listitem>
366 <para>
367 is the server test utility library for
368 <application>Evolution Data Server</application>.
369 </para>
370 <indexterm zone="evolution-data-server libetestserverutils-1">
371 <primary sortas="c-libetestserverutils-1">libetestserverutils.so</primary>
372 </indexterm>
373 </listitem>
374 </varlistentry>
375
376
377 </variablelist>
378
379 </sect2>
380
381</sect1>
Note: See TracBrowser for help on using the repository browser.