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

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 5416f541 was 5416f541, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Core 3.6.2.

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

  • Property mode set to 100644
File size: 10.4 KB
RevLine 
[7fada94]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[7fada94]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[7bdbf35]7 <!ENTITY evolution-data-server-download-http
[35e84dce]8 "&gnome-download-http;/evolution-data-server/3.6/evolution-data-server-&evolution-data-server-version;.tar.xz">
[7bdbf35]9 <!ENTITY evolution-data-server-download-ftp
[35e84dce]10 "&gnome-download-ftp;/evolution-data-server/3.6/evolution-data-server-&evolution-data-server-version;.tar.xz">
[5416f541]11 <!ENTITY evolution-data-server-md5sum "80daab03dbdb535296151a762e433a7e">
[e36b550c]12 <!ENTITY evolution-data-server-size "3.8 MB">
[35e84dce]13 <!ENTITY evolution-data-server-buildsize "200 MB">
14 <!ENTITY evolution-data-server-time "2.2 SBU">
[7fada94]15]>
16
[c5428f72]17<sect1 id="evolution-data-server"
[a027d7d3]18xreflabel="evolution-data-server-&evolution-data-server-version;">
[c5428f72]19 <?dbhtml filename="evolution-data-server.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
[a027d7d3]26 <title>evolution-data-server-&evolution-data-server-version;</title>
[c5428f72]27
28 <indexterm zone="evolution-data-server">
[35e84dce]29 <primary sortas="a-evolution-data-server">evolution-data-server</primary>
[c5428f72]30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Evolution Data Server</title>
34
[9db3353e]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>
[c5428f72]42
[35e84dce]43 &lfs72_checked;
[c89977e]44
[c5428f72]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
[9db3353e]48 <para>
49 Download (HTTP): <ulink url="&evolution-data-server-download-http;"/>
50 </para>
[c5428f72]51 </listitem>
52 <listitem>
[9db3353e]53 <para>
54 Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/>
55 </para>
[c5428f72]56 </listitem>
57 <listitem>
[9db3353e]58 <para>
59 Download MD5 sum: &evolution-data-server-md5sum;
60 </para>
[c5428f72]61 </listitem>
62 <listitem>
[9db3353e]63 <para>
64 Download size: &evolution-data-server-size;
65 </para>
[c5428f72]66 </listitem>
67 <listitem>
[9db3353e]68 <para>
69 Estimated disk space required: &evolution-data-server-buildsize;
70 </para>
[c5428f72]71 </listitem>
72 <listitem>
[9db3353e]73 <para>
74 Estimated build time: &evolution-data-server-time;
75 </para>
[c5428f72]76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
[7bdbf35]82 <para role="required">
[a0bb5d33]83 <xref linkend="db"/>,
[7bdbf35]84 <xref linkend="gnome-online-accounts"/>,
85 <xref linkend="gperf"/>,
86 <xref linkend="libgdata"/>,
87 <xref linkend="libical"/> and
88 <xref linkend="nss"/>
89 </para>
90
[4c2be438]91 <bridgehead renderas="sect4">Recommended</bridgehead>
[7bdbf35]92 <para role="recommended">
[9db3353e]93 <xref linkend="libgweather"/>,
94 <xref linkend="gobject-introspection"/> and
95 <xref linkend="vala"/>
[7bdbf35]96 </para>
[09b9dccb]97
[c5428f72]98 <bridgehead renderas="sect4">Optional</bridgehead>
[7bdbf35]99 <para role="optional">
100 <xref linkend="gtk-doc"/>,
101 <xref linkend="mitkrb"/>,
[9db3353e]102 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command) and
103 <xref linkend="openldap"/>
[7bdbf35]104 </para>
[c5428f72]105
[0a7c3921]106 <para condition="html" role="usernotes">User Notes:
[7ded7e3]107 <ulink url="&blfs-wiki;/evolution-data-server"/>
108 </para>
[c5428f72]109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Evolution Data Server</title>
113
[9db3353e]114 <para>
115 Install <application>Evolution Data Server</application> by running
116 the following commands:
117 </para>
[c5428f72]118
[7bdbf35]119<screen><userinput>./configure --prefix=/usr \
[9db3353e]120 --libexecdir=/usr/lib/evolution-data-server \
121 --enable-vala-bindings &amp;&amp;
[c5428f72]122make</userinput></screen>
123
[9db3353e]124 <para>
[35e84dce]125 <!-- To test the results, issue: <command>make check</command>. -->
126 This package does not have a working testsuite.
[3491d06]127 </para>
[c5428f72]128
[9db3353e]129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
[c5428f72]132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
[9db3353e]140 <para>
[35e84dce]141 <option>--enable-vala-bindings</option>: This switch enables
[9db3353e]142 building of the Vala bindings. Remove if you don't have
143 <xref linkend="vala"/> installed.
144 </para>
[edb484ed]145
[9db3353e]146 <para>
[35e84dce]147 <option>--without-weather</option>: Use this switch to disable the
[9db3353e]148 weather calendar backend and is required if
149 <application>libgweather</application> is not installed.
[7bdbf35]150 </para>
151
[9db3353e]152 <para>
153 <parameter>--with-krb5=/usr</parameter>: Enables Kerberos 5 support.
154 </para>
155
156 <para>
157 <option>--with-openldap</option>: Enables LDAP support.
158 </para>
[7bdbf35]159
[e05cd03f]160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]161 href="../../xincludes/gtk-doc-rebuild.xml"/>
[edb484ed]162
[c5428f72]163 <note>
[9db3353e]164 <para>
165 To enable many of the optional dependencies, review the information
166 from <command>./configure --help</command> for the necessary parameters
167 you must pass to the <command>configure</command> script.
168 </para>
[c5428f72]169 </note>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directories</segtitle>
179
180 <seglistitem>
[7bdbf35]181 <seg>
182 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
183 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
184 libedataserver-1.2.so and libedataserverui-3.0.so
185 </seg>
186 <seg>
[35e84dce]187 /usr/include/evolution-data-server-3.6,
[7bdbf35]188 /usr/lib/evolution-data-server,
[35e84dce]189 /usr/share/evolution-data-server-3.6,
190 /usr/share/gtk-doc/html/camel,
191 /usr/share/gtk-doc/html/libebackend,
192 /usr/share/gtk-doc/html/libebook,
193 /usr/share/gtk-doc/html/libecal
194 /usr/share/gtk-doc/html/libedata-book,
195 /usr/share/gtk-doc/html/libedata-cal,
196 /usr/share/gtk-doc/html/libedataserver,
197 /usr/share/gtk-doc/html/libedataserverui and
[7bdbf35]198 /usr/share/pixmaps/evolution-data-server
199 </seg>
[c5428f72]200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
[35e84dce]208 <varlistentry id="libcamel-1">
209 <term><filename class="libraryfile">libcamel-1.2.so</filename></term>
[c5428f72]210 <listitem>
[9db3353e]211 <para>
[35e84dce]212 is the <application>Evolution</application> MIME message
213 handling library.
[9db3353e]214 </para>
[35e84dce]215 <indexterm zone="evolution-data-server libcamel-1">
216 <primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
[e2abad8e]217 </indexterm>
218 </listitem>
219 </varlistentry>
220
[35e84dce]221 <varlistentry id="libebackend-1">
222 <term><filename class="libraryfile">libebackend-1.2.so</filename></term>
[e2abad8e]223 <listitem>
224 <para>
[35e84dce]225 is the utility library for
226 <application>Evolution Data Server</application> Backends.
[e2abad8e]227 </para>
[35e84dce]228 <indexterm zone="evolution-data-server libebackend-1">
229 <primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
[e2abad8e]230 </indexterm>
231 </listitem>
232 </varlistentry>
233
[35e84dce]234 <varlistentry id="libebook-1">
235 <term><filename class="libraryfile">libebook-1.2.so</filename></term>
[e2abad8e]236 <listitem>
237 <para>
[35e84dce]238 is the client library for <application>Evolution</application>
239 address books.
[e2abad8e]240 </para>
[35e84dce]241 <indexterm zone="evolution-data-server libebook-1">
242 <primary sortas="c-libebook-1">libebook-1.2.so</primary>
[e2abad8e]243 </indexterm>
244 </listitem>
245 </varlistentry>
246
[35e84dce]247 <varlistentry id="libecal-1">
248 <term><filename class="libraryfile">libecal-1.2.so</filename></term>
[e2abad8e]249 <listitem>
250 <para>
[35e84dce]251 is the client library for <application>Evolution</application>
252 calendars.
[e2abad8e]253 </para>
[35e84dce]254 <indexterm zone="evolution-data-server libecal-1">
255 <primary sortas="c-libecal-1">libecal-1.2.so</primary>
[e2abad8e]256 </indexterm>
257 </listitem>
258 </varlistentry>
259
[35e84dce]260 <varlistentry id="libedata-book-1">
261 <term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
[e2abad8e]262 <listitem>
263 <para>
[35e84dce]264 is the backend library for <application>Evolution</application>
265 address books.
[e2abad8e]266 </para>
[35e84dce]267 <indexterm zone="evolution-data-server libedata-book-1">
268 <primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
[e2abad8e]269 </indexterm>
270 </listitem>
271 </varlistentry>
272
[35e84dce]273 <varlistentry id="libedata-cal-1">
274 <term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
[e2abad8e]275 <listitem>
276 <para>
[35e84dce]277 is the backend library for <application>Evolution</application>
278 calendars.
[e2abad8e]279 </para>
[35e84dce]280 <indexterm zone="evolution-data-server libedata-cal-1">
281 <primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
[e2abad8e]282 </indexterm>
283 </listitem>
284 </varlistentry>
285
[35e84dce]286 <varlistentry id="libedataserver-1">
287 <term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
[e2abad8e]288 <listitem>
289 <para>
[35e84dce]290 is the utility library for
291 <application>Evolution Data Server</application>.
[e2abad8e]292 </para>
[35e84dce]293 <indexterm zone="evolution-data-server libedataserver-1">
294 <primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
[e2abad8e]295 </indexterm>
296 </listitem>
297 </varlistentry>
298
[35e84dce]299 <varlistentry id="libedataserverui-3">
300 <term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
[e2abad8e]301 <listitem>
302 <para>
[35e84dce]303 is the GUI utility library for
304 <application>Evolution Data Server</application>.
[e2abad8e]305 </para>
[35e84dce]306 <indexterm zone="evolution-data-server libedataserverui-3">
307 <primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
[c5428f72]308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 </variablelist>
313
314 </sect2>
[7fada94]315
316</sect1>
Note: See TracBrowser for help on using the repository browser.