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

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 df46eec was 8f9c757e, checked in by DJ Lucas <dj@…>, 14 years ago

Revert last commit...wrong update.

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

  • Property mode set to 100644
File size: 9.4 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 "826d85fc6e088156154ae0c543454d7f">
10 <!ENTITY evolution-data-server-size "4.4 MB">
11 <!ENTITY evolution-data-server-buildsize "127 MB">
12 <!ENTITY evolution-data-server-time "2.0 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 &lfs65_built;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &evolution-data-server-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &evolution-data-server-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="db"/>,
67 <xref linkend="GConf"/>,
68 <xref linkend="gperf"/>,
69 <xref linkend="intltool"/>,
70 <xref linkend="libical"/>,
71 <xref linkend="libsoup"/>,
72 <xref linkend="nss"/>, and
73 <xref linkend="sqlite"/></para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended"><xref linkend="libgnome-keyring"/>,
77 <xref linkend="libgweather"/>, and
78 <xref linkend="openssl"/></para>
79
80 <para>The <application>NSS</application> package is not required if you have
81 <xref linkend="firefox"/>, <xref linkend="thunderbird"/>, or <xref
82 linkend="seamonkey"/> installed. These packages contain internal copies of
83 <application>NSS</application> (or they used a system-installed copy). If
84 any of the three packages are installed, one way or another you will already
85 have NSS/NSPR libraries on your system.</para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional"><xref linkend="gtk-doc"/>,
89 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
90 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command), and
91 <xref linkend="openldap"/></para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/evolution-data-server"/></para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Evolution Data Server</title>
100
101 <para>Install <application>Evolution Data Server</application> by running
102 the following commands:</para>
103
104<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
105 --libexecdir=$(pkg-config --variable=prefix \
106 ORBit-2.0)/lib/evolution-data-server-1.2 \
107 --enable-nntp \
108 --enable-gnome-keyring \
109 --enable-smime \
110 --with-nspr-includes=/usr/include/nspr \
111 --with-nss-includes=/usr/include/nss &amp;&amp;
112make</userinput></screen>
113
114 <para>To test the results, issue: <command>make -k check</command>. Some
115 tests are known to fail, however most should pass.</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gnome-prefix.xml"/>
128
129 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
130 ORBit-2.0)/lib/evolution-data-server-1.2</parameter>: This parameter causes
131 the libexec files to be installed in the preferred location of
132 <filename
133 class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
134 instead of <filename
135 class="directory">$GNOME_PREFIX/libexec</filename>.</para>
136
137 <para><parameter>--enable-nntp</parameter>: This parameter is used to build
138 the Usenet news (NNTP) backend.</para>
139
140 <para><parameter>--enable-gnome-keyring</parameter>: This parameter is used
141 so that passwords are stored using the
142 <application>gnome-keyring</application> storage manager.</para>
143
144 <para><parameter>--enable-smime</parameter>: This parameter is used to pull
145 in the Mozilla Network Security Services libraries for S/MIME
146 support.</para>
147
148 <para><parameter>--with-nspr-includes=/usr/include/nspr</parameter>: This
149 parameter specifies the location of the <application>NSPR</application>
150 header files.</para>
151
152 <para><parameter>--with-nss-includes=/usr/include/nss</parameter>: This
153 parameter specifies the location of the <application>NSS</application>
154 header files.</para>
155
156 <para><option>--without-weather</option>: Use this option to disable the
157 weather calendar backend and is required if
158 <application>libgweather</application> is not installed.</para>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../../xincludes/gtk-doc-rebuild.xml"/>
162
163 <!--
164 <para><parameter>-with-{nspr,nss}-includes</parameter>: This parameter is
165 used to identify where the Mozilla Network Security Services interface
166 headers are located. By default,
167 <application>Evolution Data Server</application> uses
168 <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
169 and chances are you will not have <application>Mozilla</application>
170 installed.</para>
171 -->
172
173 <note>
174 <para>To enable many of the optional dependencies, review the information
175 from <command>./configure --help</command> for the necessary parameters
176 you must pass to the <command>configure</command> script.</para>
177 </note>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Libraries</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
190 <seg>camel-index-control-1.2, camel-lock-helper-1.2,
191 e-addressbook-factory, and e-calendar-factory</seg>
192 <seg>libebookbackendfile.so, libebookbackendgoogle.so,
193 libebookbackendgroupwise.so, libebookbackendvcf.so,
194 libebookbackendwebdav.so, libecalbackendcaldav.so,
195 libecalbackendcontacts.so, libecalbackendfile.so,
196 libecalbackendgoogle.so, libecalbackendgroupwise.so,
197 libecalbackendhttp.so, libecalbackendweather.so, libcamel-1.2.so,
198 libcamel-provider-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, libedataserverui-1.2.so, libegroupwise-1.2.so,
201 libgdata-1.2.so, and libgdata-google-1.2.so</seg>
202 <seg><envar>$GNOME_PREFIX</envar>/{include/evolution-data-server-&gnome-version;/{camel,
203 google/libgdata-google,groupwise,libebackend,libebook,libecal,
204 libedata-book,libedata-cal,libedataserverui},
205 lib/evolution-data-server-1.2/{camel-providers,extensions},
206 share/{evolution-data-server-&gnome-version;/{ui,weather},
207 gtk-doc/html/{camel,libebackend,libebook,libecal,libedata-book,
208 libedata-cal,libedataserverui},pixmaps/evolution-data-server}}</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="libe.so">
218 <term><filename class='libraryfile'>libe*.so</filename></term>
219 <listitem>
220 <para>libraries are client, backend and utility libraries for the
221 <application>Evolution</application> address books, calendar and data
222 servers.</para>
223 <indexterm zone="evolution-data-server libe.so">
224 <primary sortas="c-libe.so">libe*.so</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 </variablelist>
230
231 </sect2>
232
233</sect1>
Note: See TracBrowser for help on using the repository browser.