source: gnome/applications/evolution.xml@ be3dd9e

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since be3dd9e was be3dd9e, checked in by Xi Ruoyao <xry111@…>, 2 years ago

evolution: mention -DWITH_OPENLDAP=OFF

  • Property mode set to 100644
File size: 7.8 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 <!-- Editors: Make sure directory is correct when updating -->
8
9 <!ENTITY evolution-download-http "&gnome-download-http;/evolution/3.40/evolution-&evolution-version;.tar.xz">
10 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/3.40/evolution-&evolution-version;.tar.xz">
11 <!ENTITY evolution-md5sum "ec866ca2cb5ee60c00de9be0beec5f2a">
12 <!ENTITY evolution-size "12 MB">
13 <!ENTITY evolution-buildsize "349 MB">
14 <!ENTITY evolution-time "1.2 SBU (Using parallelism=4)">
15]>
16
17<sect1 id="evolution" xreflabel="Evolution-&evolution-version;">
18 <?dbhtml filename="evolution.html" ?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Evolution-&evolution-version;</title>
25
26 <indexterm zone="evolution">
27 <primary sortas="a-Evolution">Evolution</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Evolution</title>
32
33 <para>
34 The <application>Evolution</application> package contains an
35 integrated mail, calendar and address book suite designed for the
36 <application>GNOME</application> environment.
37 </para>
38
39 &lfs110a_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&evolution-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&evolution-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &evolution-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &evolution-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &evolution-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &evolution-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74 <!--
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/evolution-&evolution-version;-security_fix-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84 -->
85 <bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="adwaita-icon-theme"/>,
90 <xref linkend="evolution-data-server"/>,
91 <xref linkend="gnome-autoar"/>,
92 <xref linkend="itstool"/>,
93 <xref linkend="libgdata"/>,
94 <xref linkend="shared-mime-info"/>, and
95 <xref linkend="webkitgtk"/>
96 </para>
97
98 <bridgehead renderas="sect4">Recommended</bridgehead>
99 <para role="recommended">
100 <xref linkend="bogofilter"/>,
101 <xref linkend="enchant"/>,
102 <xref linkend="gnome-desktop"/>,
103 <xref linkend="gspell"/>,
104 <xref linkend="highlight"/>,
105 <xref linkend="libcanberra"/>,
106 <xref linkend="libgweather"/>,
107 <xref linkend="libnotify"/>,
108 <xref linkend="openldap"/>, and
109 <xref linkend="seahorse"/>
110 </para>
111
112 <bridgehead renderas="sect4">Optional</bridgehead>
113 <para role="optional">
114 <xref linkend="clutter-gtk"/>,
115 <xref linkend="geoclue2"/>,
116 <xref linkend="geocode-glib"/>, and
117 <xref linkend="libchamplain"/> (Contact Maps plugin),
118 <xref linkend="gtk-doc"/>,
119 <ulink url="https://glade.gnome.org/">Glade</ulink>,
120 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
121 <ulink url="https://launchpad.net/libunity/">libunity</ulink>,
122 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>
123 </para>
124
125 <para condition="html" role="usernotes">User Notes:
126 <ulink url="&blfs-wiki;/evolution"/>
127 </para>
128 </sect2>
129
130 <sect2 role="installation">
131 <title>Installation of Evolution</title>
132
133 <para>
134 Install <application>Evolution</application> by running the following
135 commands:
136 </para>
137
138<screen><userinput>mkdir build &amp;&amp;
139cd build &amp;&amp;
140
141cmake -DCMAKE_INSTALL_PREFIX=/usr \
142 -DSYSCONF_INSTALL_DIR=/etc \
143 -DENABLE_INSTALLED_TESTS=ON \
144 -DENABLE_PST_IMPORT=OFF \
145 -DENABLE_YTNEF=OFF \
146 -DENABLE_CONTACT_MAPS=OFF \
147 -G Ninja .. &amp;&amp;
148ninja</userinput></screen>
149
150 <para>
151 This package does not come with a test suite.
152 </para>
153
154 <para>
155 Now, as the <systemitem class="username">root</systemitem> user:
156 </para>
157
158<screen role="root"><userinput>ninja install</userinput></screen>
159
160 </sect2>
161
162 <sect2 role="commands">
163 <title>Command Explanations</title>
164
165 <para>
166 <parameter>-DENABLE_YTNEF=OFF</parameter>: This switch is used to
167 disable the yTNEF library usage because
168 <application>libytnef</application> is not part of BLFS.
169 </para>
170
171 <para>
172 <parameter>-DENABLE_PST_IMPORT=OFF</parameter>: This switch is
173 used to disable the pst-import plugin because
174 <application>libpst</application> is not part of BLFS.
175 </para>
176
177 <para>
178 <option>-DENABLE_CONTACT_MAPS=ON</option>: Use this switch if you
179 have installed the necessary dependencies and wish to build the
180 Contact Maps plugin.
181 </para>
182
183 <para>
184 <option>-DWITH_OPENLDAP=OFF</option>: Use this switch if you
185 have not installed <xref linkend='openldap'/>.
186 </para>
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>
200 evolution
201 </seg>
202 <seg>
203 libeabutil.so,
204 libeabwidgets.so,
205 libecontacteditor.so,
206 libecontactlisteditor.so,
207 libecontactprint.so,
208 <!-- libedomutils.so, -->
209 libemail-engine.so,
210 libessmime.so,
211 libevolution-addressbook-importers.so,
212 libevolution-calendar-importers.so,
213 libevolution-calendar.so,
214 libevolution-mail-composer.so,
215 libevolution-mail-formatter.so,
216 libevolution-mail-importers.so,
217 libevolution-mail.so,
218 libevolution-shell.so,
219 libevolution-smime.so,
220 libevolution-util.so,
221 libgnomecanvas.so,
222 and several modules and plugins in
223 /usr/lib/evolution/{modules,plugins,web-extensions}
224 </seg>
225 <seg>
226 /usr/include/evolution,
227 /usr/lib/evolution,
228 /usr/libexec/evolution,
229 /usr/share/evolution,
230 /usr/share/installed-tests/evolution,
231 /usr/share/help/*/evolution, and optionally
232 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
233 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell}, and
234 /usr/share/gtk-doc/html/evolution-util
235 </seg>
236 </seglistitem>
237 </segmentedlist>
238
239 <variablelist>
240 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
241 <?dbfo list-presentation="list"?>
242 <?dbhtml list-presentation="table"?>
243
244 <varlistentry id="evolution-prog">
245 <term><command>evolution</command></term>
246 <listitem>
247 <para>
248 is an email, calendar and address book suite for
249 the <application>GNOME</application> Desktop
250 </para>
251 <indexterm zone="evolution evolution-prog">
252 <primary sortas="b-evolution">evolution</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 </variablelist>
258
259 </sect2>
260
261</sect1>
Note: See TracBrowser for help on using the repository browser.