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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a0bb5d33 was a0bb5d33, checked in by Krejzi <krejzi@…>, 12 years ago

Make BDB required dep of E-D-S, fix nettle chmod command after install.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10482 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.5 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.4/evolution-data-server-&evolution-data-server-version;.tar.xz">
9 <!ENTITY evolution-data-server-download-ftp
10 "&gnome-download-ftp;/evolution-data-server/3.4/evolution-data-server-&evolution-data-server-version;.tar.xz">
11 <!ENTITY evolution-data-server-md5sum "1e423c57891603207bd5950b706d0202">
12 <!ENTITY evolution-data-server-size "3.5 MB">
13 <!ENTITY evolution-data-server-buildsize "160 MB">
14 <!ENTITY evolution-data-server-time "2.5 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 &lfs70_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="GConf"/>,
85 <xref linkend="gnome-online-accounts"/>,
86 <xref linkend="gperf"/>,
87 <xref linkend="libgdata"/>,
88 <xref linkend="libical"/> and
89 <xref linkend="nss"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="libgweather"/>,
95 <xref linkend="gobject-introspection"/> and
96 <xref linkend="vala"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="gtk-doc"/>,
102 <xref linkend="mitkrb"/>,
103 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command) and
104 <xref linkend="openldap"/>
105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
108 <ulink url="&blfs-wiki;/evolution-data-server"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Evolution Data Server</title>
114
115 <para>
116 Install <application>Evolution Data Server</application> by running
117 the following commands:
118 </para>
119
120<screen><userinput>./configure --prefix=/usr \
121 --libexecdir=/usr/lib/evolution-data-server \
122 --enable-vala-bindings &amp;&amp;
123make</userinput></screen>
124
125 <para>
126 To test the results, issue: <command>make check</command>. Two tests are known
127 to fail, the rest should pass if run from a <application>GNOME</application>
128 desktop - if you are in the middle of building the desktop, but wish to run
129 these tests, you can leave the build directory in place and run the tests later,
130 when <application>D-Bus</application> and all the <application>GNOME</application>
131 daemons are running. Like many of the <application>GNOME</application> packages,
132 the testsuite is expected to be run when you are already using a (previous)
133 <application>GNOME</application> system.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <parameter>--libexecdir=/usr/lib/evolution-data-server</parameter>:
149 This parameter causes the libexec files to be installed in the preferred
150 location of <filename class="directory">/usr/lib/evolution-data-server</filename>
151 instead of <filename class="directory">/usr/libexec</filename>.
152 </para>
153
154 <para>
155 <option>--enable-vala-bindings</option>: This option enables
156 building of the Vala bindings. Remove if you don't have
157 <xref linkend="vala"/> installed.
158 </para>
159
160 <para>
161 <option>--without-weather</option>: Use this option to disable the
162 weather calendar backend and is required if
163 <application>libgweather</application> is not installed.
164 </para>
165
166 <para>
167 <parameter>--with-krb5=/usr</parameter>: Enables Kerberos 5 support.
168 </para>
169
170 <para>
171 <option>--with-openldap</option>: Enables LDAP support.
172 </para>
173
174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="../../xincludes/gtk-doc-rebuild.xml"/>
176
177 <note>
178 <para>
179 To enable many of the optional dependencies, review the information
180 from <command>./configure --help</command> for the necessary parameters
181 you must pass to the <command>configure</command> script.
182 </para>
183 </note>
184
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Libraries</segtitle>
192 <segtitle>Installed Directories</segtitle>
193
194 <seglistitem>
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.4,
202 /usr/lib/evolution-data-server,
203 /usr/share/evolution-data-server-3.4,
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.so">
218 <term><filename class='libraryfile'>libcamel.so</filename></term>
219 <listitem>
220 <para>
221 mail access library.
222 </para>
223 <indexterm zone="evolution-data-server libcamel.so">
224 <primary sortas="c-libcamel.so">libcamel.so</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="libebackend.so">
230 <term><filename class='libraryfile'>libebackend.so</filename></term>
231 <listitem>
232 <para>
233 backend utilities
234 </para>
235 <indexterm zone="evolution-data-server libebackend.so">
236 <primary sortas="c-libebackend.so">libebackend.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="libebook.so">
242 <term><filename class='libraryfile'>libebook.so</filename></term>
243 <listitem>
244 <para>
245 address book client
246 </para>
247 <indexterm zone="evolution-data-server libebook.so">
248 <primary sortas="c-libebook.so">libebook.so</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="libecal.so">
254 <term><filename class='libraryfile'>libecal.so</filename></term>
255 <listitem>
256 <para>
257 calendar client
258 </para>
259 <indexterm zone="evolution-data-server libecal.so">
260 <primary sortas="c-libecal.so">libecal.so</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="libedata-book.so">
266 <term><filename class='libraryfile'>libedata-book.so</filename></term>
267 <listitem>
268 <para>
269 address book backend
270 </para>
271 <indexterm zone="evolution-data-server libedata-book.so">
272 <primary sortas="c-libedata-book.so">libedata-book.so</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="libedata-cal.so">
278 <term><filename class='libraryfile'>libedata-cal.so</filename></term>
279 <listitem>
280 <para>
281 calendar backend
282 </para>
283 <indexterm zone="evolution-data-server libedata-cal.so">
284 <primary sortas="c-libedata-cal.so">libedata-cal.so</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
289 <varlistentry id="libedataserver.so">
290 <term><filename class='libraryfile'>libedataserver.so</filename></term>
291 <listitem>
292 <para>
293 utilities
294 </para>
295 <indexterm zone="evolution-data-server libedataserver.so">
296 <primary sortas="c-libedataserver.so">libedataserver.so</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 <varlistentry id="libedataserverui.so">
302 <term><filename class='libraryfile'>libedataserverui.so</filename></term>
303 <listitem>
304 <para>
305 graphical utilities
306 </para>
307 <indexterm zone="evolution-data-server libedataserverui.so">
308 <primary sortas="c-libedataserverui.so">libedataserverui.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.