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

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 a027d7d3 was a027d7d3, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Remove spaces from titles

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

  • Property mode set to 100644
File size: 7.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
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 "c1362b0176e9eb8ec810813692dcf3fc">
12 <!ENTITY evolution-data-server-size "3.7 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>The <application>Evolution Data Server</application> package provides
36 a unified backend for programs that work with contacts, tasks, and calendar
37 information. It was originally developed for
38 <application>Evolution</application> (hence the name), but is now used by
39 other packages as well.</para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &evolution-data-server-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &evolution-data-server-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required">
69 <xref linkend="GConf"/>,
70 <xref linkend="gnome-online-accounts"/>,
71 <xref linkend="gperf"/>,
72 <xref linkend="libgdata"/>,
73 <xref linkend="libical"/> and
74 <xref linkend="nss"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
78 <para role="recommended">
79 <xref linkend="libgweather"/> and
80 <xref linkend="gobject-introspection"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gtk-doc"/>,
86 <xref linkend="mitkrb"/>,
87 a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
88 <xref linkend="openldap"/> and
89 <xref linkend="vala"/>
90 </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<screen><userinput>./configure --prefix=/usr \
104 --libexecdir=/usr/lib/evolution-data-server &amp;&amp;
105make</userinput></screen>
106
107 <para>To test the results, issue: <command>make check</command>. Two
108 tests are known to fail, the rest should pass if run from a
109 <application>GNOME</application> desktop - if you are in the middle of building
110 the desktop, but wish to run these tests, you can leave the build directory in
111 place and run the tests later, when <application>D-Bus</application> and all
112 the <application>GNOME</application> daemons are running. Like many of the
113 <application>GNOME</application> packages, the testsuite is expected to be run
114 when you are already using a (previous) <application>GNOME</application> system.
115 </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=/usr/lib/evolution-data-server</parameter>:
130 This parameter causes the libexec files to be installed in the preferred
131 location of <filename
132 class="directory">/usr/lib/evolution-data-server</filename>
133 instead of <filename
134 class="directory">/usr/libexec</filename>.</para>
135
136 <para><option>--without-weather</option>: Use this option to disable the
137 weather calendar backend and is required if
138 <application>libgweather</application> is not installed.</para>
139
140 <para><parameter>--with-krb5=/usr</parameter>: Enables Kerberos5 support.
141 </para>
142
143 <para><option>--with-openldap</option>: Enables LDAP support.</para>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/gtk-doc-rebuild.xml"/>
147
148 <note>
149 <para>To enable many of the optional dependencies, review the information
150 from <command>./configure --help</command> for the necessary parameters
151 you must pass to the <command>configure</command> script.</para>
152 </note>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
166 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
167 libedataserver-1.2.so and libedataserverui-3.0.so
168 </seg>
169 <seg>
170 /usr/include/evolution-data-server-3.4,
171 /usr/lib/evolution-data-server,
172 /usr/share/evolution-data-server-3.4,
173 /usr/share/gtk-doc/html/{camel,libebackend,libebook},
174 /usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
175 /usr/share/gtk-doc/html/{libedataserver,libedataserverui} and
176 /usr/share/pixmaps/evolution-data-server
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="libe.so">
187 <term><filename class='libraryfile'>libe*.so</filename></term>
188 <listitem>
189 <para>libraries are client, backend and utility libraries for the
190 <application>Evolution</application> address books, calendar and data
191 servers.</para>
192 <indexterm zone="evolution-data-server libe.so">
193 <primary sortas="c-libe.so">libe*.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.