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

systemd-13485
Last change on this file since 222c0dc was 222c0dc, checked in by Christopher Gregory <cjg@…>, 10 years ago

Remove ubuntu addition from evolution data server as it should not have been added.

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

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