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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.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 69d9eb2d was 69d9eb2d, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to evolution and evolution-data-server 3.24.5.
Update to gnome-online-accounts-3.24.2.
Update to brasero-3.12.2.
Update to gnome-logs-3.24.2.
Update to mutter-3.24.4.

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

  • Property mode set to 100644
File size: 11.4 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-24;/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-24;/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "fe180f45a5d095ddab4416b43a62dab2">
12 <!ENTITY evolution-data-server-size "4.1 MB">
13 <!ENTITY evolution-data-server-buildsize "141 MB">
14 <!ENTITY evolution-data-server-time "1.5 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 &lfs80_checked;
44 &gcc7_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&evolution-data-server-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &evolution-data-server-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &evolution-data-server-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &evolution-data-server-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &evolution-data-server-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="db"/>,
85 <xref linkend="gcr"/>,
86 <xref linkend="libical"/>,
87 <xref linkend="libsecret"/>,
88 <xref linkend="libsoup"/>,
89 <xref linkend="nss"/>,
90 <xref linkend="python2"/>, and
91 <xref linkend="sqlite"/>.
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="gnome-online-accounts"/>,
97 <xref linkend="gobject-introspection"/>,
98 <xref linkend="gtk3"/>,
99 <xref linkend="icu"/>,
100 <xref linkend="libgdata"/>,
101 <xref linkend="libgweather"/>, and
102 <xref linkend="vala"/>
103 </para>
104
105 <bridgehead renderas="sect4">Optional</bridgehead>
106 <para role="optional">
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 .. &amp;&amp;
142make</userinput></screen>
143
144 <para>
145 <!--To test the results, run <command>make check</command>.-->
146 This package does not come with a test suite.
147 </para>
148
149 <para>
150 Now, as the <systemitem class="username">root</systemitem> user:
151 </para>
152
153<screen role="root"><userinput>make install</userinput></screen>
154
155 </sect2>
156
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <para>
161 <parameter>-DENABLE_GOOGLE_AUTH=OFF</parameter>: This flag is used
162 to disable the Google Authentication functionality within
163 <application>Evolution Data Server</application>. Omit if you have
164 installed <application>Google Authenticator</application>.
165 </para>
166
167 <para>
168 <parameter>-DENABLE_UOA=OFF</parameter>: This flag is used
169 to disable <application>Ubuntu Online Accounts</application>
170 support in <application>Evolution Data Server</application>.
171 Remove it if you have installed Accounts-SSO.
172 </para>
173
174 <para>
175 <parameter>-DENABLE_VALA_BINDINGS=ON</parameter>: This switch
176 enables building the Vala bindings. Remove if you don't
177 have <xref linkend="vala"/> installed.
178 </para>
179
180<!-- I need a CMake version of this. I'll come up with it at a later time/date.
181 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
182 href="../../xincludes/gtk-doc-rebuild.xml"/>
183-->
184
185 <note>
186 <para>
187 To enable many of the optional dependencies, review the information
188 from <command>cmake -L CMakeLists.txt</command> for the necessary
189 parameters you must pass to the <command>cmake</command> command.
190 </para>
191 </note>
192
193 </sect2>
194
195 <sect2 role="content">
196 <title>Contents</title>
197
198 <segmentedlist>
199 <segtitle>Installed Programs</segtitle>
200 <segtitle>Installed Libraries</segtitle>
201 <segtitle>Installed Directories</segtitle>
202
203 <seglistitem>
204 <seg>
205 None
206 </seg>
207 <seg>
208 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
209 libebook-contacts-1.2.so, libecal-1.2.so, libedata-book-1.2.so,
210 libedata-cal-1.2.so, libedataserver-1.2.so,
211 libedataserverui-1.2.so, and libetestserverutils.so
212 </seg>
213 <seg>
214 /usr/include/evolution-data-server,
215 /usr/lib{,exec}/evolution-data-server,
216 /usr/share/{,installed-tests/}evolution-data-server,
217 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
218 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
219 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
220 /usr/share/pixmaps/evolution-data-server
221 </seg>
222 </seglistitem>
223 </segmentedlist>
224
225 <variablelist>
226 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
227 <?dbfo list-presentation="list"?>
228 <?dbhtml list-presentation="table"?>
229
230 <varlistentry id="libcamel-1">
231 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
232 <listitem>
233 <para>
234 is the <application>Evolution</application> MIME message
235 handling library.
236 </para>
237 <indexterm zone="evolution-data-server libcamel-1">
238 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="libebackend-1">
244 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
245 <listitem>
246 <para>
247 is the utility library for
248 <application>Evolution Data Server</application> Backends.
249 </para>
250 <indexterm zone="evolution-data-server libebackend-1">
251 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="libebook-1">
257 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
258 <listitem>
259 <para>
260 is the client library for <application>Evolution</application>
261 address books.
262 </para>
263 <indexterm zone="evolution-data-server libebook-1">
264 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="libecal-1">
270 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
271 <listitem>
272 <para>
273 is the client library for <application>Evolution</application>
274 calendars.
275 </para>
276 <indexterm zone="evolution-data-server libecal-1">
277 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="libedata-book-1">
283 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
284 <listitem>
285 <para>
286 is the backend library for <application>Evolution</application>
287 address books.
288 </para>
289 <indexterm zone="evolution-data-server libedata-book-1">
290 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="libedata-cal-1">
296 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
297 <listitem>
298 <para>
299 is the backend library for <application>Evolution</application>
300 calendars.
301 </para>
302 <indexterm zone="evolution-data-server libedata-cal-1">
303 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry id="libedataserver-1">
309 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
310 <listitem>
311 <para>
312 is the utility library for
313 <application>Evolution Data Server</application>.
314 </para>
315 <indexterm zone="evolution-data-server libedataserver-1">
316 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
317 </indexterm>
318 </listitem>
319 </varlistentry>
320
321 <varlistentry id="libedataserverui-3">
322 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
323 <listitem>
324 <para>
325 is the GUI utility library for
326 <application>Evolution Data Server</application>.
327 </para>
328 <indexterm zone="evolution-data-server libedataserverui-3">
329 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
330 </indexterm>
331 </listitem>
332 </varlistentry>
333
334 </variablelist>
335
336 </sect2>
337
338</sect1>
Note: See TracBrowser for help on using the repository browser.