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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn 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 e2dd202 was c503e811, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Fix NetworkManager to build libnm-glib. Thanks to Spiky for the report
Tags through GNOME Desktop

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

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