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

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

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 7.9 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 "7ff02af7daf6b279094ad0768679802c">
12 <!ENTITY evolution-data-server-size "3.8 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="GConf"/>,
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
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="libgweather"/>,
94 <xref linkend="gobject-introspection"/> and
95 <xref linkend="vala"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="gtk-doc"/>,
101 <xref linkend="mitkrb"/>,
102 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command) and
103 <xref linkend="openldap"/>
104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
107 <ulink url="&blfs-wiki;/evolution-data-server"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Evolution Data Server</title>
113
114 <para>
115 Install <application>Evolution Data Server</application> by running
116 the following commands:
117 </para>
118
119<screen><userinput>./configure --prefix=/usr \
120 --libexecdir=/usr/lib/evolution-data-server \
121 --enable-vala-bindings &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 To test the results, issue: <command>make check</command>. Two tests are known
126 to fail, the rest should pass if run from a <application>GNOME</application>
127 desktop - if you are in the middle of building the desktop, but wish to run
128 these tests, you can leave the build directory in place and run the tests later,
129 when <application>D-Bus</application> and all the <application>GNOME</application>
130 daemons are running. Like many of the <application>GNOME</application> packages,
131 the testsuite is expected to be run when you are already using a (previous)
132 <application>GNOME</application> system.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/gnome-prefix.xml"/> -->
148
149 <para>
150 <parameter>--libexecdir=/usr/lib/evolution-data-server</parameter>:
151 This parameter causes the libexec files to be installed in the preferred
152 location of <filename class="directory">/usr/lib/evolution-data-server</filename>
153 instead of <filename class="directory">/usr/libexec</filename>.
154 </para>
155
156 <para>
157 <option>--enable-vala-bindings</option>: This option enables
158 building of the Vala bindings. Remove if you don't have
159 <xref linkend="vala"/> installed.
160 </para>
161
162 <para>
163 <option>--without-weather</option>: Use this option to disable the
164 weather calendar backend and is required if
165 <application>libgweather</application> is not installed.
166 </para>
167
168 <para>
169 <parameter>--with-krb5=/usr</parameter>: Enables Kerberos 5 support.
170 </para>
171
172 <para>
173 <option>--with-openldap</option>: Enables LDAP support.
174 </para>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="../../xincludes/gtk-doc-rebuild.xml"/>
178
179 <note>
180 <para>
181 To enable many of the optional dependencies, review the information
182 from <command>./configure --help</command> for the necessary parameters
183 you must pass to the <command>configure</command> script.
184 </para>
185 </note>
186
187 </sect2>
188
189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Libraries</segtitle>
194 <segtitle>Installed Directories</segtitle>
195
196 <seglistitem>
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.4,
204 /usr/lib/evolution-data-server,
205 /usr/share/evolution-data-server-3.4,
206 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
207 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
208 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
209 /usr/share/pixmaps/evolution-data-server
210 </seg>
211 </seglistitem>
212 </segmentedlist>
213
214 <variablelist>
215 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
216 <?dbfo list-presentation="list"?>
217 <?dbhtml list-presentation="table"?>
218
219 <varlistentry id="libe.so">
220 <term><filename class='libraryfile'>libe*.so</filename></term>
221 <listitem>
222 <para>
223 libraries are client, backend and utility libraries for the
224 <application>Evolution</application> address books, calendar and data
225 servers.
226 </para>
227 <indexterm zone="evolution-data-server libe.so">
228 <primary sortas="c-libe.so">libe*.so</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.