source: gnome/core/evolution-data-server.xml@ c67fbf64

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

Remove packages that are now in lfs systemd from blfs.

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

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