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

gnome
Last change on this file since 730e21a6 was 730e21a6, checked in by Christopher Gregory <cjg@…>, 10 years ago

fixed formatting on gnome-dictionary updated configure switches on gnome-session gnome-shell evolution-data-server gnome-control-center pages.

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

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