source: gnome/applications/evolution.xml@ c5f47602

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c5f47602 was 69d9eb2d, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to evolution and evolution-data-server 3.24.5.
Update to gnome-online-accounts-3.24.2.
Update to brasero-3.12.2.
Update to gnome-logs-3.24.2.
Update to mutter-3.24.4.

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

  • Property mode set to 100644
File size: 8.6 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-download-http "&gnome-download-http;/evolution/&gnome-minor-24;/evolution-&evolution-version;.tar.xz">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/&gnome-minor-24;/evolution-&evolution-version;.tar.xz">
9 <!ENTITY evolution-md5sum "95174800ae85871f5edae1d1962a322e">
10 <!ENTITY evolution-size "12 MB">
11 <!ENTITY evolution-buildsize "391 MB">
12 <!ENTITY evolution-time "4.0 SBU">
13]>
14
15<sect1 id="evolution" xreflabel="Evolution-&evolution-version;" revision="systemd">
16 <?dbhtml filename="evolution.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Evolution-&evolution-version;</title>
24
25 <indexterm zone="evolution">
26 <primary sortas="a-Evolution">Evolution</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Evolution</title>
31
32 <para>
33 The <application>Evolution</application> package contains an
34 integrated mail, calendar and address book suite designed for the
35 <application>GNOME</application> environment.
36 </para>
37
38 &lfs80_checked;
39 &gcc7_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">Evolution Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="adwaita-icon-theme"/>,
80 <xref linkend="evolution-data-server"/>,
81 <xref linkend="gnome-autoar"/>,
82 <xref linkend="gtkhtml"/>,
83 <xref linkend="itstool"/>,
84 <xref linkend="libgdata"/>,
85 <xref linkend="shared-mime-info"/>, and
86 <xref linkend="webkitgtk"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="bogofilter"/>,
92 <xref linkend="enchant"/>,
93 <xref linkend="gnome-desktop"/>,
94 <xref linkend="highlight"/>,
95 <xref linkend="libcanberra"/>,
96 <xref linkend="libgweather"/>,
97 <xref linkend="libnotify"/>,
98 <xref linkend="openldap"/>, and
99 <xref linkend="seahorse"/>
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para role="optional">
104 <xref linkend="clutter-gtk"/>,
105 <xref linkend="geoclue2"/>,
106 <xref linkend="geocode-glib"/>, and
107 <xref linkend="libchamplain"/> (Contact Maps plugin),
108 <xref linkend="gtk-doc"/>,
109 <ulink url="https://wiki.gnome.org/Projects/GTK%2B/GtkImageView/">GtkImageView</ulink>,
110 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell3</ulink>,
111 <ulink url="&gnome-download-http;/libcryptui/">libcryptui</ulink>,
112 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
113 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>,
114<!-- <ulink url="https://spamassassin.apache.org/">SpamAssassin</ulink> -->
115 </para>
116
117 <para condition="html" role="usernotes">User Notes:
118 <ulink url="&blfs-wiki;/evolution"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of Evolution</title>
124
125 <para>
126 Install <application>Evolution</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>mkdir build &amp;&amp;
131cd build &amp;&amp;
132
133cmake -DCMAKE_INSTALL_PREFIX=/usr \
134 -DSYSCONF_INSTALL_DIR=/etc \
135 -DENABLE_INSTALLED_TESTS=ON \
136 -DENABLE_LIBCRYPTUI=OFF \
137 -DENABLE_PST_IMPORT=OFF \
138 -DENABLE_GTKSPELL=OFF \
139 -DENABLE_YTNEF=OFF \
140 -DENABLE_CONTACT_MAPS=OFF \
141 .. &amp;&amp;
142make</userinput></screen>
143
144 <para>
145 This package does not come with a test suite.
146 </para>
147
148 <para>
149 Now, as the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>make install</userinput></screen>
153
154 </sect2>
155
156 <sect2 role="commands">
157 <title>Command Explanations</title>
158
159<!--
160 <para>
161 <parameter>- -disable-autoar</parameter>: This switch disables
162 automatic archiving support. Omit if you have
163 <application>gnome-autoar</application> installed and wish to use it.
164 </para>
165-->
166
167 <para>
168 <parameter>-DENABLE_LIBCRYPTUI=OFF</parameter>: This switch disables
169 the usage of libcryptui because it is not part of BLFS. Omit
170 this switch if you have it installed and wish to use it.
171 </para>
172
173 <para>
174 <parameter>-DENABLE_GTKSPELL=OFF</parameter>: This switch is used to
175 disable the gtkspell plugin because
176 <application>GtkSpell</application> is not part of BLFS.
177 </para>
178
179 <para>
180 <parameter>-DENABLE_PST_IMPORT=OFF</parameter>: This switch is
181 used to disable the pst-import plugin because
182 <application>libpst</application> is not part of BLFS.
183 </para>
184
185<!--
186 <para>
187 <parameter>- -disable-spamassassin</parameter>: This switch is
188 used to disable the spamassassin plugin because
189 <application>SpamAssassin</application> is not part of BLFS.
190 </para>
191-->
192
193<!--
194 <para>
195 <option>- -with-openldap</option>: This switch will enable
196 <application>OpenLDAP</application> support in
197 <application>Evolution</application>.
198 </para>
199No equivalent. -->
200
201 <para>
202 <option>-DENABLE_CONTACT_MAPS=ON</option>: Use this switch if you
203 have installed the necessary dependencies and wish to build the
204 Contact Maps plugin.
205 </para>
206
207<!--
208 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
209 href="../../xincludes/gtk-doc-rebuild.xml"/>
210We need to make one for CMake.
211-->
212
213 </sect2>
214
215 <sect2 role="content">
216 <title>Contents</title>
217
218 <segmentedlist>
219 <segtitle>Installed Programs</segtitle>
220 <segtitle>Installed Libraries</segtitle>
221 <segtitle>Installed Directories</segtitle>
222
223 <seglistitem>
224 <seg>
225 evolution
226 </seg>
227 <seg>
228 libeabutil.so,
229 libeabwidgets.so,
230 libecontacteditor.so,
231 libecontactlisteditor.so,
232 libecontactprint.so,
233 libedomutils.so,
234 libemail-engine.so,
235 libessmime.so,
236 libevolution-addressbook-importers.so,
237 libevolution-calendar-importers.so,
238 libevolution-calendar.so,
239 libevolution-mail-composer.so,
240 libevolution-mail-formatter.so,
241 libevolution-mail-importers.so,
242 libevolution-mail.so,
243 libevolution-shell.so,
244 libevolution-smime.so,
245 libevolution-util.so,
246 libgnomecanvas.so,
247 and several modules and plugins in
248 /usr/lib/evolution/{modules,plugins}
249 </seg>
250 <seg>
251 /usr/include/evolution,
252 /usr/lib/evolution,
253 /usr/libexec/evolution,
254 /usr/share/evolution,
255 /usr/share/installed-tests/evolution,
256 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
257 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell},
258 /usr/share/gtk-doc/html/evolution-util, and
259 /usr/share/help/*/evolution
260 </seg>
261 </seglistitem>
262 </segmentedlist>
263
264 <variablelist>
265 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
266 <?dbfo list-presentation="list"?>
267 <?dbhtml list-presentation="table"?>
268
269 <varlistentry id="evolution-prog">
270 <term><command>evolution</command></term>
271 <listitem>
272 <para>
273 is an email, calendar and address book suite for
274 the <application>GNOME</application> Desktop.
275 </para>
276 <indexterm zone="evolution evolution-prog">
277 <primary sortas="b-evolution">evolution</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 </variablelist>
283
284 </sect2>
285
286</sect1>
Note: See TracBrowser for help on using the repository browser.