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

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 3491d06 was 3491d06, checked in by Ken Moffat <ken@…>, 12 years ago

evolution-data-server-3.2.2

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

  • Property mode set to 100644
File size: 10.1 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.xz">
8 <!ENTITY evolution-data-server-download-ftp "&gnome-download-ftp;/evolution-data-server/&gnome-version;/evolution-data-server-&evolution-data-server-version;.tar.xz">
9 <!ENTITY evolution-data-server-md5sum "c126e3d2ad64ca0b4fdf2e7e89b01dde">
10 <!ENTITY evolution-data-server-size "3.6 MB">
11 <!ENTITY evolution-data-server-buildsize "85 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 &lfs70_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 <!-- FIXME:ken
69 <xref linkend="gnome-online-accounts"/> -->
70 gnome-online-accounts-3.2.1,
71 <xref linkend="gperf"/>,
72 <xref linkend="intltool"/>,
73 <xref linkend="libgdata"/>,
74 <xref linkend="libgnome-keyring"/>,
75 <xref linkend="libical"/>,
76 <xref linkend="nss"/>, and
77 <xref linkend="sqlite"/></para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended"><xref linkend="libgweather"/>, and
81 <xref linkend="openssl"/></para>
82
83 <para>The <application>NSS</application> package is not required if you have
84 <xref linkend="firefox"/>, <xref linkend="thunderbird"/>, or <xref
85 linkend="seamonkey"/> installed. These packages contain internal copies of
86 <application>NSS</application> (or they used a system-installed copy). If
87 any of the three packages are installed, one way or another you will already
88 have NSS/NSPR libraries on your system.</para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional"><xref linkend="gtk-doc"/>,
92 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
93 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
94 <xref linkend="openldap"/>, and
95 <xref linkend="vala"/></para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/evolution-data-server"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Evolution Data Server</title>
104
105 <para>Install <application>Evolution Data Server</application> by running
106 the following commands:</para>
107
108<screen><userinput>./configure --prefix=$GNOME_PREFIX \
109 --libexecdir=$GNOME_PREFIX/lib/evolution-data-server-3.2 &amp;&amp;
110make</userinput></screen>
111
112 <para>To test the results, issue: <command>make check</command>. Two
113 tests are known to fail, the rest should pass if run from a
114 <application>GNOME</application> desktop - if you are in the middle of building
115 the desktop, but wish to run these tests, you can leave the build directory in
116 place and run the tests later, when <application>D-Bus</application> and all
117 the <application>GNOME</application> daemons are running. Like many of the
118 <application>GNOME</application> packages, the testsuite is expected to be run
119 when you are already using a (previous) <application>GNOME</application> system.
120 </para>
121
122 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/gnome-prefix.xml"/>
133
134 <para><parameter>--libexecdir=$GNOME_PREFIX/lib/evolution-data-server-3.2</parameter>:
135 This parameter causes the libexec files to be installed in the preferred
136 location of <filename
137 class="directory">$GNOME_PREFIX/lib/evolution-data-server-3.2</filename>
138 instead of <filename
139 class="directory">$GNOME_PREFIX/libexec</filename>.</para>
140
141 <!-- enabled by default
142 <para><parameter>\-\-enable-nntp</parameter>: This parameter is used to build
143 the Usenet news (NNTP) backend.</para>-->
144
145 <!-- gnome-keyring is now *required*
146 <para><parameter>\-\-enable-gnome-keyring</parameter>: This parameter is used
147 so that passwords are stored using the
148 <application>gnome-keyring</application> storage manager.</para>-->
149
150 <!--- again, enabled by default
151 <para><parameter>\-\-enable-smime</parameter>: This parameter is used to pull
152 in the Mozilla Network Security Services libraries for S/MIME
153 support.</para>-->
154
155 <para><option>--with-nspr-includes=/path/to/include/nspr</option>: This
156 parameter specifies the location of the <application>NSPR</application>
157 header files, not needed if <application>nspr</application> was installed
158 in <filename class="directory">/usr</filename>.</para>
159
160 <para><option>--with-nss-includes=/path/to/include/nss</option>: This
161 parameter specifies the location of the <application>NSS</application>
162 header files, not needed if <application>nss</application> was installed
163 in <filename class="directory">/usr</filename>.</para>
164
165 <para><option>--without-weather</option>: Use this option to disable the
166 weather calendar backend and is required if
167 <application>libgweather</application> is not installed.</para>
168
169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
170 href="../../xincludes/gtk-doc-rebuild.xml"/>
171
172 <!--
173 <para><parameter>-with-{nspr,nss}-includes</parameter>: This parameter is
174 used to identify where the Mozilla Network Security Services interface
175 headers are located. By default,
176 <application>Evolution Data Server</application> uses
177 <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
178 and chances are you will not have <application>Mozilla</application>
179 installed.</para>
180 -->
181
182 <note>
183 <para>To enable many of the optional dependencies, review the information
184 from <command>./configure --help</command> for the necessary parameters
185 you must pass to the <command>configure</command> script.</para>
186 </note>
187
188 </sect2>
189
190 <sect2 role="content">
191 <title>Contents</title>
192
193 <segmentedlist>
194 <segtitle>Installed Programs</segtitle>
195 <segtitle>Installed Libraries</segtitle>
196 <segtitle>Installed Directories</segtitle>
197
198 <seglistitem>
199 <seg>camel-index-control-1.2, camel-lock-helper-1.2,
200 e-addressbook-factory, and e-calendar-factory</seg>
201 <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libcamelgroupwise.so,
202 libcamelimap.so, libcamelimapx.so, libcamellocal.so, libcamelnntp.so,
203 libcamelpop3.so, libcamelsendmail.so, libcamelsmtp.so,
204 libebackend-1.2.so, libebook-1.2.so, libebookbackendfile.so,
205 libebookbackendgoogle.so, libebookbackendgroupwise.so,
206 libebookbackendvcf.so, libebookbackendwebdav.so, libecal-1.2.so,
207 libecalbackendcaldav.so, libecalbackendcontacts.so,
208 libecalbackendfile.so, libecalbackendgroupwise.so,
209 libecalbackendhttp.so, libecalbackendweather.so, libedata-book-1.2.so,
210 libedata-cal-1.2.so, libedataserver-1.2.so, libedataserverui-3.0.so,
211 and libegroupwise-1.2.so</seg>
212 <seg><envar>$GNOME_PREFIX</envar>/{include/evolution-data-server-&gnome-version;/{camel,
213 groupwise,libebackend,libebook,libecal,libedata-book,libedata-cal,
214 libedataserverui},lib/evolution-data-server/{addressbook-backends,
215 calendar-backends,camel-providers},share/{gtk-doc/html/{camel,
216 libebackend,libebook,libecal,libedata-book,libedata-cal,
217 libedataserverui},locale/en_AU/LC_MESSAGES,
218 pixmaps/evolution-data-server}}</seg>
219 </seglistitem>
220 </segmentedlist>
221
222 <variablelist>
223 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
224 <?dbfo list-presentation="list"?>
225 <?dbhtml list-presentation="table"?>
226
227 <varlistentry id="libe.so">
228 <term><filename class='libraryfile'>libe*.so</filename></term>
229 <listitem>
230 <para>libraries are client, backend and utility libraries for the
231 <application>Evolution</application> address books, calendar and data
232 servers.</para>
233 <indexterm zone="evolution-data-server libe.so">
234 <primary sortas="c-libe.so">libe*.so</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 </variablelist>
240
241 </sect2>
242
243</sect1>
Note: See TracBrowser for help on using the repository browser.