source: gnome/applications/evolution.xml@ b423560

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/llvm18 xry111/xf86-video-removal
Last change on this file since b423560 was fcc5d99, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Update to evolution-3.46.3

  • Property mode set to 100644
File size: 7.7 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/&gnome-minor-46;/evolution-&evolution-version;.tar.xz">
10 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/&gnome-minor-46;/evolution-&evolution-version;.tar.xz">
11 <!ENTITY evolution-md5sum "c6c6d66ac00363172f6870c7cab46593">
12 <!ENTITY evolution-size "13 MB">
13 <!ENTITY evolution-buildsize "370 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
21 <title>Evolution-&evolution-version;</title>
22
23 <indexterm zone="evolution">
24 <primary sortas="a-Evolution">Evolution</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Evolution</title>
29
30 <para>
31 The <application>Evolution</application> package contains an
32 integrated mail, calendar and address book suite designed for the
33 <application>GNOME</application> environment.
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&evolution-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&evolution-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &evolution-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &evolution-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &evolution-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &evolution-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71 <!--
72 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
73 <itemizedlist spacing="compact">
74 <listitem>
75 <para>
76 Required patch:
77 <ulink url="&patch-root;/evolution-&evolution-version;-security_fix-1.patch"/>
78 </para>
79 </listitem>
80 </itemizedlist>
81 -->
82 <bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="adwaita-icon-theme"/>,
87 <xref linkend="evolution-data-server"/>,
88 <xref linkend="gcr4"/>,
89 <xref linkend="gnome-autoar"/>,
90 <xref linkend="itstool"/>,
91 <xref linkend="shared-mime-info"/>, and
92 <xref linkend="webkitgtk"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="bogofilter"/>,
98 <xref linkend="enchant"/>,
99 <xref linkend="gnome-desktop"/>,
100 <xref linkend="gspell"/>,
101 <xref linkend="highlight"/>,
102 <xref linkend="libcanberra"/>,
103 <xref linkend="libgweather"/>,
104 <xref linkend="libnotify"/>,
105 <xref linkend="openldap"/>, and
106 <xref linkend="seahorse"/>
107 </para>
108
109 <bridgehead renderas="sect4">Optional</bridgehead>
110 <para role="optional">
111 <xref linkend="clutter-gtk"/>,
112 <xref linkend="geoclue2"/>,
113 <xref linkend="geocode-glib"/>, and
114 <xref linkend="libchamplain"/> (Contact Maps plugin),
115 <xref linkend="gtk-doc"/>,
116 <ulink url="https://github.com/commonmark/cmark">cmark</ulink>,
117 <ulink url="https://glade.gnome.org/">Glade</ulink>,
118 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
119 <ulink url="https://launchpad.net/libunity/">libunity</ulink>,
120 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>
121 </para>
122
123 <para condition="html" role="usernotes">User Notes:
124 <ulink url="&blfs-wiki;/evolution"/>
125 </para>
126 </sect2>
127
128 <sect2 role="installation">
129 <title>Installation of Evolution</title>
130
131 <para>
132 Install <application>Evolution</application> by running the following
133 commands:
134 </para>
135
136<screen><userinput>mkdir build &amp;&amp;
137cd build &amp;&amp;
138
139cmake -DCMAKE_INSTALL_PREFIX=/usr \
140 -DSYSCONF_INSTALL_DIR=/etc \
141 -DENABLE_INSTALLED_TESTS=ON \
142 -DENABLE_PST_IMPORT=OFF \
143 -DENABLE_YTNEF=OFF \
144 -DENABLE_CONTACT_MAPS=OFF \
145 -DENABLE_MARKDOWN=OFF \
146 -DENABLE_WEATHER=ON \
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 <parameter>-DENABLE_CONTACT_MAPS=OFF</parameter>: This switch disables
179 building the Contact Maps plugin. Remove this switch if you have installed
180 the necessary dependencies and wish to build the Contact Maps plugin.
181 </para>
182
183 <para>
184 <parameter>-DENABLE_MARKDOWN=OFF</parameter>: This switch allows
185 building without
186 <ulink url="https://github.com/commonmark/cmark">cmark</ulink>.
187 Remove this switch if you need markdown support and you have
188 installed the necessary dependency.
189 </para>
190
191 <para>
192 <parameter>-DENABLE_WEATHER=ON</parameter>: This switch allows
193 building against <xref linkend="libgweather"/>.
194 </para>
195
196 <para>
197 <option>-DWITH_OPENLDAP=OFF</option>: Use this switch if you
198 have not installed <xref linkend='openldap'/>.
199 </para>
200
201 </sect2>
202
203 <sect2 role="content">
204 <title>Contents</title>
205
206 <segmentedlist>
207 <segtitle>Installed Programs</segtitle>
208 <segtitle>Installed Libraries</segtitle>
209 <segtitle>Installed Directories</segtitle>
210
211 <seglistitem>
212 <seg>
213 evolution
214 </seg>
215 <seg>
216 None
217 </seg>
218 <seg>
219 /usr/include/evolution,
220 /usr/lib/evolution,
221 /usr/libexec/evolution,
222 /usr/share/evolution,
223 /usr/share/installed-tests/evolution,
224 /usr/share/help/*/evolution, and optionally
225 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
226 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell}, and
227 /usr/share/gtk-doc/html/evolution-util
228 </seg>
229 </seglistitem>
230 </segmentedlist>
231
232 <variablelist>
233 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
234 <?dbfo list-presentation="list"?>
235 <?dbhtml list-presentation="table"?>
236
237 <varlistentry id="evolution-prog">
238 <term><command>evolution</command></term>
239 <listitem>
240 <para>
241 is an email, calendar and address book suite for
242 the <application>GNOME</application> Desktop
243 </para>
244 <indexterm zone="evolution evolution-prog">
245 <primary sortas="b-evolution">evolution</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 </variablelist>
251
252 </sect2>
253
254</sect1>
Note: See TracBrowser for help on using the repository browser.