source: gnome/applications/evolution.xml@ aa61a13

11.0 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since aa61a13 was 554e330, checked in by Xi Ruoyao <xry111@…>, 3 years ago

evolution: fix FTBFS with cmake-3.20.1

  • Property mode set to 100644
File size: 7.9 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 "913ced26496c3a5876d2c8ab488f9073">
12 <!ENTITY evolution-size "12 MB">
13 <!ENTITY evolution-buildsize "347 MB">
14 <!ENTITY evolution-time "1.1 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 &lfs101_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 Fix a build failure with cmake-3.20.1:
135 </para>
136
137<screen><userinput>sed 's/_name STR/"${_name}" STR/' \
138 -i cmake/modules/PrintableOptions.cmake
139</userinput></screen>
140
141 <para>
142 Install <application>Evolution</application> by running the following
143 commands:
144 </para>
145
146<screen><userinput>mkdir build &amp;&amp;
147cd build &amp;&amp;
148
149cmake -DCMAKE_INSTALL_PREFIX=/usr \
150 -DSYSCONF_INSTALL_DIR=/etc \
151 -DENABLE_INSTALLED_TESTS=ON \
152 -DENABLE_PST_IMPORT=OFF \
153 -DENABLE_YTNEF=OFF \
154 -DENABLE_CONTACT_MAPS=OFF \
155 -G Ninja .. &amp;&amp;
156ninja</userinput></screen>
157
158 <para>
159 This package does not come with a test suite.
160 </para>
161
162 <para>
163 Now, as the <systemitem class="username">root</systemitem> user:
164 </para>
165
166<screen role="root"><userinput>ninja install</userinput></screen>
167
168 </sect2>
169
170 <sect2 role="commands">
171 <title>Command Explanations</title>
172
173 <para>
174 <parameter>-DENABLE_YTNEF=OFF</parameter>: This switch is used to
175 disable the yTNEF library usage because
176 <application>libytnef</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 <para>
186 <option>-DENABLE_CONTACT_MAPS=ON</option>: Use this switch if you
187 have installed the necessary dependencies and wish to build the
188 Contact Maps plugin.
189 </para>
190
191 </sect2>
192
193 <sect2 role="content">
194 <title>Contents</title>
195
196 <segmentedlist>
197 <segtitle>Installed Programs</segtitle>
198 <segtitle>Installed Libraries</segtitle>
199 <segtitle>Installed Directories</segtitle>
200
201 <seglistitem>
202 <seg>
203 evolution
204 </seg>
205 <seg>
206 libeabutil.so,
207 libeabwidgets.so,
208 libecontacteditor.so,
209 libecontactlisteditor.so,
210 libecontactprint.so,
211 <!-- libedomutils.so, -->
212 libemail-engine.so,
213 libessmime.so,
214 libevolution-addressbook-importers.so,
215 libevolution-calendar-importers.so,
216 libevolution-calendar.so,
217 libevolution-mail-composer.so,
218 libevolution-mail-formatter.so,
219 libevolution-mail-importers.so,
220 libevolution-mail.so,
221 libevolution-shell.so,
222 libevolution-smime.so,
223 libevolution-util.so,
224 libgnomecanvas.so,
225 and several modules and plugins in
226 /usr/lib/evolution/{modules,plugins,web-extensions}
227 </seg>
228 <seg>
229 /usr/include/evolution,
230 /usr/lib/evolution,
231 /usr/libexec/evolution,
232 /usr/share/evolution,
233 /usr/share/installed-tests/evolution,
234 /usr/share/help/*/evolution, and optionally
235 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
236 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell}, and
237 /usr/share/gtk-doc/html/evolution-util
238 </seg>
239 </seglistitem>
240 </segmentedlist>
241
242 <variablelist>
243 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
244 <?dbfo list-presentation="list"?>
245 <?dbhtml list-presentation="table"?>
246
247 <varlistentry id="evolution-prog">
248 <term><command>evolution</command></term>
249 <listitem>
250 <para>
251 is an email, calendar and address book suite for
252 the <application>GNOME</application> Desktop
253 </para>
254 <indexterm zone="evolution evolution-prog">
255 <primary sortas="b-evolution">evolution</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.