source: gnome-systemd/platform/evolution-data-server.xml@ 9fdd04e

systemd-11177
Last change on this file since 9fdd04e was 9fdd04e, checked in by Krejzi <krejzi@…>, 10 years ago

Package updates.

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