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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 b3bd49df was c5ab68a, checked in by DJ Lucas <dj@…>, 6 years ago

Update to evolution-data-server-3.26.1.

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

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