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

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 31bf432 was f2f4e4a, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated GNOME-2 additional packages ('Libraries') to GNOME-2.18.3

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

  • Property mode set to 100644
File size: 9.3 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/1.10/evolution-data-server-&evolution-data-server-version;.tar.bz2">
8 <!ENTITY evolution-data-server-download-ftp "&gnome-download-ftp;/evolution-data-server/1.10/evolution-data-server-&evolution-data-server-version;.tar.bz2">
9 <!ENTITY evolution-data-server-md5sum "44438eca3ca3cab861109605611fe778">
10 <!ENTITY evolution-data-server-size "7.1 MB">
11 <!ENTITY evolution-data-server-buildsize "185 MB">
12 <!ENTITY evolution-data-server-time "3.3 SBU (additional 0.5 SBU to run the test suite)">
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="libgnomeui"/> and
65 <xref linkend="libsoup"/></para>
66
67 <bridgehead renderas="sect4">Recommended
68 (For SSL and S/MIME support)</bridgehead>
69 <para role="recommended"><xref linkend="nss"/></para>
70
71 <para>The <application>NSS</application> package is not required if you
72 have <xref linkend="firefox"/>, <xref linkend="thunderbird"/>,
73 <xref linkend="seamonkey"/> or
74 <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>
75 installed. These packages contain internal copies of
76 <application>NSS</application> (or they used a system-installed copy).
77 If any of the four packages are installed, one way or another you will
78 already have NSS/NSPR libraries on your system.</para>
79
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional"><xref linkend="openldap"/>,
83 an <xref linkend="server-mail"/> (that provides a
84 <command>sendmail</command> command),
85 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
86 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
87 <xref linkend="gtk-doc"/>,
88 <xref linkend="intltool"/>, and
89 <xref linkend="docbook-utils"/></para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/evolution-data-server"/></para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Evolution Data Server</title>
98
99 <para>Install <application>Evolution Data Server</application> by running
100 the following commands:</para>
101
102 <note>
103 <para>The instructions below assume you have the NSS/NSPR libraries
104 installed on your system. If you elected not to install
105 <application>NSS</application> (or one of the other packages mentioned
106 above), you'll need to remove the following two parameter settings from
107 the <command>configure</command> command below:</para>
108
109 <literallayout><parameter> --enable-nss
110 --enable-smime</parameter></literallayout>
111
112 <para>The <application>Evolution</application>
113 <command>configure</command> script does not look for the
114 <application>Thunderbird</application> mail client for the NSS/NSPR
115 libraries. If you are using <application>Thunderbird</application> as
116 your source for the NSS/NSPR libraries, you will have to add the
117 following two parameter settings to the <command>configure</command>
118 command below:</para>
119
120 <literallayout><parameter> --with-nspr-includes=/usr/include/nspr
121 --with-nss-includes=/usr/include/nss</parameter></literallayout>
122 </note>
123
124<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
125 --libexecdir=$(pkg-config --variable=prefix \
126 ORBit-2.0)/lib/evolution-data-server-1.2 \
127 --enable-nntp \
128 --enable-gnome-keyring \
129 --enable-nss \
130 --enable-smime &amp;&amp;
131make</userinput></screen>
132
133 <para>To test the results, issue: <command>make -k check</command>. Some
134 tests are known to fail, however most should pass.</para>
135
136 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
137
138<screen role="root"><userinput>make install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
146 href="../../xincludes/gnome-prefix.xml"/>
147
148 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
149 ORBit-2.0)/lib/evolution-data-server-1.2</parameter>: This parameter causes
150 the libexec files to be installed in the preferred location of
151 <filename
152 class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
153 instead of <filename
154 class="directory">$GNOME_PREFIX/libexec</filename>.</para>
155
156 <para><parameter>--enable-nntp</parameter>: This parameter is used to build
157 the Usenet news (NNTP) backend.</para>
158
159 <para><parameter>--enable-gnome-keyring</parameter>: This parameter is used
160 so that passwords are stored using the
161 <application>gnome-keyring</application> storage manager.</para>
162
163 <para><parameter>--enable-nss</parameter>: This parameter is used to pull
164 in the Mozilla Network Security Services libraries for SSL support.</para>
165
166 <para><parameter>--enable-smime</parameter>: This parameter is used to pull
167 in the Mozilla Network Security Services libraries for S/MIME
168 support.</para>
169
170 <!--
171 <para><parameter>-with-{nspr,nss}-includes</parameter>: This parameter is
172 used to identify where the Mozilla Network Security Services interface
173 headers are located. By default,
174 <application>Evolution Data Server</application> uses
175 <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
176 and chances are you will not have <application>Mozilla</application>
177 installed.</para>
178 -->
179
180 <note>
181 <para>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.</para>
184 </note>
185
186 </sect2>
187
188 <sect2 role="content">
189 <title>Contents</title>
190
191 <segmentedlist>
192 <segtitle>Installed Programs</segtitle>
193 <segtitle>Installed Libraries</segtitle>
194 <segtitle>Installed Directories</segtitle>
195
196 <seglistitem>
197 <seg>None</seg>
198 <seg>libcamel-1.2.so, libcamel-provider-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, libedataserverui-1.2.so, libegroupwise-1.2.so,
201 libexchange-storage-1.2.so and numerous provider and extension
202 modules.</seg>
203 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
204 include/evolution-data-server-1.10,
205 lib/evolution-data-server-1.2,
206 share/{evolution-data-server-1.10,
207 gtk-doc/html/libe{book,cal,data{,server}},
208 idl/evolution-data-server-1.10,
209 pixmaps/evolution-data-server-1.10}</seg>
210 </seglistitem>
211 </segmentedlist>
212
213 <variablelist>
214 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
215 <?dbfo list-presentation="list"?>
216 <?dbhtml list-presentation="table"?>
217
218 <varlistentry id="libe.so">
219 <term><filename class='libraryfile'>libe*.so</filename></term>
220 <listitem>
221 <para>libraries are client, backend and utility libraries for the
222 <application>Evolution</application> address books, calendar and data
223 servers.</para>
224 <indexterm zone="evolution-data-server libe.so">
225 <primary sortas="c-libe.so">libe*.so</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 </variablelist>
231
232 </sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.