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

systemd-13485
Last change on this file since b937448 was b937448, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to libwacom-0.18
Update to libwnck-3.14.1
Update to evolution-data-server-3.18.4
Update to caribou-0.4.19

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16957 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.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-minor18;/evolution-data-server-&evolution-data-server-version;.tar.xz">
9 <!ENTITY evolution-data-server-download-ftp
10 "&gnome-download-ftp;/evolution-data-server/&gnome-minor18;/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "829751ac0b8a0fe6c8eec2acb446169d">
12 <!ENTITY evolution-data-server-size "5.1 MB">
13 <!ENTITY evolution-data-server-buildsize "226 MB">
14 <!ENTITY evolution-data-server-time "4.0 SBU">
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 <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 &lfs78_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="libsoup"/>,
88 <xref linkend="nss"/>, and
89 <xref linkend="python2"/>.
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>, and
110 <ulink url="https://code.google.com/p/libphonenumber/">libphonenumber</ulink>
111 </para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/evolution-data-server"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of Evolution Data Server</title>
120
121 <para>
122 Install <application>Evolution Data Server</application> by running
123 the following commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr \
127 --disable-uoa \
128 --enable-vala-bindings &amp;&amp;
129make</userinput></screen>
130
131 <para>
132 This package does not have a working testsuite.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para>
147 <parameter>--disable-uoa</parameter>: This switch is used
148 to disable <application>Ubuntu Online Accounts</application>
149 support in <application>Evolution Data Server</application>.
150 Remove it if you have installed Accounts-SSO.
151 </para>
152
153 <para>
154 <parameter>--enable-vala-bindings</parameter>: This switch
155 enables building of the Vala bindings. Remove if you don't
156 have <xref linkend="vala"/> installed.
157 </para>
158
159 <para>
160 <option>--with-openldap</option>: Use this switch to enable
161 <application>OpenLDAP</application> support in
162 <application>Evolution Data Server</application>.
163 </para>
164
165 <para>
166 <option>--with-krb5=/usr</option>: Use this switch to
167 enable <application>Kerberos 5</application> support in
168 <application>Evolution Data Server</application>.
169 </para>
170
171 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
172 href="../../xincludes/gtk-doc-rebuild.xml"/>
173
174 <note>
175 <para>
176 To enable many of the optional dependencies, review the information
177 from <command>./configure --help</command> for the necessary parameters
178 you must pass to the <command>configure</command> script.
179 </para>
180 </note>
181
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Programs</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directories</segtitle>
191
192 <seglistitem>
193 <seg>
194 None
195 </seg>
196 <seg>
197 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
198 libebook-contacts-1.2.so, libecal-1.2.so, libedata-book-1.2.so,
199 libedata-cal-1.2.so, libedataserver-1.2.so and
200 libedataserverui-3.0.so
201 </seg>
202 <seg>
203 /usr/include/evolution-data-server,
204 /usr/lib/evolution-data-server,
205 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
206 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
207 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
208 /usr/share/pixmaps/evolution-data-server
209 </seg>
210 </seglistitem>
211 </segmentedlist>
212
213 <variablelist>
214 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
215 <?dbfo list-presentation="list"?>
216 <?dbhtml list-presentation="table"?>
217
218 <varlistentry id="libcamel-1">
219 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
220 <listitem>
221 <para>
222 is the <application>Evolution</application> MIME message
223 handling library.
224 </para>
225 <indexterm zone="evolution-data-server libcamel-1">
226 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="libebackend-1">
232 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
233 <listitem>
234 <para>
235 is the utility library for
236 <application>Evolution Data Server</application> Backends.
237 </para>
238 <indexterm zone="evolution-data-server libebackend-1">
239 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="libebook-1">
245 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
246 <listitem>
247 <para>
248 is the client library for <application>Evolution</application>
249 address books.
250 </para>
251 <indexterm zone="evolution-data-server libebook-1">
252 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="libecal-1">
258 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
259 <listitem>
260 <para>
261 is the client library for <application>Evolution</application>
262 calendars.
263 </para>
264 <indexterm zone="evolution-data-server libecal-1">
265 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="libedata-book-1">
271 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
272 <listitem>
273 <para>
274 is the backend library for <application>Evolution</application>
275 address books.
276 </para>
277 <indexterm zone="evolution-data-server libedata-book-1">
278 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="libedata-cal-1">
284 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
285 <listitem>
286 <para>
287 is the backend library for <application>Evolution</application>
288 calendars.
289 </para>
290 <indexterm zone="evolution-data-server libedata-cal-1">
291 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="libedataserver-1">
297 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
298 <listitem>
299 <para>
300 is the utility library for
301 <application>Evolution Data Server</application>.
302 </para>
303 <indexterm zone="evolution-data-server libedataserver-1">
304 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="libedataserverui-3">
310 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
311 <listitem>
312 <para>
313 is the GUI utility library for
314 <application>Evolution Data Server</application>.
315 </para>
316 <indexterm zone="evolution-data-server libedataserverui-3">
317 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 </variablelist>
323
324 </sect2>
325
326</sect1>
Note: See TracBrowser for help on using the repository browser.