source: gnome/add/evolution-data-server.xml@ e05cd03f

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 e05cd03f was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

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

  • Property mode set to 100644
File size: 9.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 "&gnome-download-http;/evolution-data-server/&gnome-version;/evolution-data-server-&evolution-data-server-version;.tar.bz2">
8 <!ENTITY evolution-data-server-download-ftp "&gnome-download-ftp;/evolution-data-server/&gnome-version;/evolution-data-server-&evolution-data-server-version;.tar.bz2">
9 <!ENTITY evolution-data-server-md5sum "416248e60b1bec3f913a6857576cbcb0">
10 <!ENTITY evolution-data-server-size "21.3 MB">
11 <!ENTITY evolution-data-server-buildsize "176 MB">
12 <!ENTITY evolution-data-server-time "2.5 SBU">
13]>
14
15<sect1 id="evolution-data-server"
16xreflabel="Evolution Data Server-&evolution-data-server-version;">
17 <?dbhtml filename="evolution-data-server.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Evolution Data Server-&evolution-data-server-version;</title>
25
26 <indexterm zone="evolution-data-server">
27 <primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Evolution Data Server</title>
32
33 <para>The <application>Evolution Data Server</application> package provides
34 a unified backend for programs that work with contacts, tasks, and calendar
35 information. It was originally developed for
36 <application>Evolution</application> (hence the name), but is now used by
37 other packages as well.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &evolution-data-server-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &evolution-data-server-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="GConf"/>,
65 <xref linkend="intltool"/>,
66 <xref linkend="libbonobo"/>,
67 <xref linkend="libglade"/>,
68 <xref linkend="libical"/>,
69 <xref linkend="libsoup"/>, and
70 <xref linkend="sqlite"/></para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended"><xref linkend="gnome-keyring"/>,
74 <xref linkend="libgweather"/>,
75 <xref linkend="nss"/>, and
76 <xref linkend="openssl"/> (the latter two for S/MIME and SSL support)</para>
77
78 <para>The <application>NSS</application> package is not required if you have
79 <xref linkend="firefox"/>, <xref linkend="thunderbird"/>, or <xref
80 linkend="seamonkey"/> installed. These packages contain internal copies of
81 <application>NSS</application> (or they used a system-installed copy). If
82 any of the three packages are installed, one way or another you will already
83 have NSS/NSPR libraries on your system.</para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional"><xref linkend="gtk-doc"/>,
87 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
88 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
89 <xref linkend="openldap"/>, and
90 <xref linkend="tcl"/></para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/evolution-data-server"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Evolution Data Server</title>
99
100 <para>Install <application>Evolution Data Server</application> by running
101 the following commands:</para>
102
103 <note>
104 <para>The instructions below assume you have the NSS/NSPR libraries
105 installed on your system. If you elected not to install
106 <application>NSS</application> (or one of the other packages mentioned
107 above), you'll need to remove the following two parameter settings from
108 the <command>configure</command> command below:</para>
109
110 <literallayout><parameter> --enable-nss
111 --enable-smime</parameter></literallayout>
112
113 <para>The <application>Evolution</application>
114 <command>configure</command> script does not look for the
115 <application>Thunderbird</application> mail client for the NSS/NSPR
116 libraries. If you are using <application>Thunderbird</application> as
117 your source for the NSS/NSPR libraries, you will have to add the
118 following two parameter settings to the <command>configure</command>
119 command below:</para>
120
121 <literallayout><parameter> --with-nspr-includes=/usr/include/nspr
122 --with-nss-includes=/usr/include/nss</parameter></literallayout>
123 </note>
124
125<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
126 --libexecdir=$(pkg-config --variable=prefix \
127 ORBit-2.0)/lib/evolution-data-server-1.2 \
128 --enable-nntp \
129 --enable-gnome-keyring \
130 --enable-nss \
131 --enable-smime &amp;&amp;
132make</userinput></screen>
133
134 <para>To test the results, issue: <command>make -k check</command>. Some
135 tests are known to fail, however most should pass.</para>
136
137 <para>Now, as the <systemitem class="username">root</systemitem> user:</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><parameter>--libexecdir=$(pkg-config --variable=prefix
150 ORBit-2.0)/lib/evolution-data-server-1.2</parameter>: This parameter causes
151 the libexec files to be installed in the preferred location of
152 <filename
153 class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
154 instead of <filename
155 class="directory">$GNOME_PREFIX/libexec</filename>.</para>
156
157 <para><parameter>--enable-nntp</parameter>: This parameter is used to build
158 the Usenet news (NNTP) backend.</para>
159
160 <para><parameter>--enable-gnome-keyring</parameter>: This parameter is used
161 so that passwords are stored using the
162 <application>gnome-keyring</application> storage manager.</para>
163
164 <para><parameter>--enable-nss</parameter>: This parameter is used to pull
165 in the Mozilla Network Security Services libraries for SSL support.</para>
166
167 <para><parameter>--enable-smime</parameter>: This parameter is used to pull
168 in the Mozilla Network Security Services libraries for S/MIME
169 support.</para>
170
171 <para><option>--without-weather</option>: Use this option to disable the
172 weather calendar backend and is required if
173 <application>libgweather</application> is not installed.</para>
174
175 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
176 href="../../xincludes/gtk-doc-rebuild.xml"/>
177
178 <!--
179 <para><parameter>-with-{nspr,nss}-includes</parameter>: This parameter is
180 used to identify where the Mozilla Network Security Services interface
181 headers are located. By default,
182 <application>Evolution Data Server</application> uses
183 <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
184 and chances are you will not have <application>Mozilla</application>
185 installed.</para>
186 -->
187
188 <note>
189 <para>To enable many of the optional dependencies, review the information
190 from <command>./configure --help</command> for the necessary parameters
191 you must pass to the <command>configure</command> script.</para>
192 </note>
193
194 </sect2>
195
196 <sect2 role="content">
197 <title>Contents</title>
198
199 <segmentedlist>
200 <segtitle>Installed Programs</segtitle>
201 <segtitle>Installed Libraries</segtitle>
202 <segtitle>Installed Directories</segtitle>
203
204 <seglistitem>
205 <seg>None</seg>
206 <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libebackend-1.2.so,
207 libebook-1.2.so, libecal-1.2.so, libedata-book-1.2.so,
208 libedata-cal-1.2.so, libedataserver-1.2.so, libedataserverui-1.2.so,
209 libegroupwise-1.2.so, libexchange-storage-1.2.so, libgdata-1.2.so,
210 libgdata-google and numerous provider and extension modules.</seg>
211 <seg><envar>$GNOME_PREFIX</envar>/{include/evolution-data-server-&gnome-version;/*,
212 lib/evolution-data-server-1.2/{camel-providers,extensions},
213 share/{evolution-data-server-&gnome-version;/{glade,weather},
214 gtk-doc/html/*,idl/evolution-data-server-1.2,
215 pixmaps/evolution-data-server}}</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="libe.so">
225 <term><filename class='libraryfile'>libe*.so</filename></term>
226 <listitem>
227 <para>libraries are client, backend and utility libraries for the
228 <application>Evolution</application> address books, calendar and data
229 servers.</para>
230 <indexterm zone="evolution-data-server libe.so">
231 <primary sortas="c-libe.so">libe*.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 </variablelist>
237
238 </sect2>
239
240</sect1>
Note: See TracBrowser for help on using the repository browser.