source: gnome/applications/evolution.xml@ f4f11ec4

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 f4f11ec4 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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-44;/evolution-&evolution-version;.tar.xz">
10 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/&gnome-minor-44;/evolution-&evolution-version;.tar.xz">
11 <!ENTITY evolution-md5sum "754e8b888024291a6836bdec5bbfc7b1">
12 <!ENTITY evolution-size "13 MB">
13 <!ENTITY evolution-buildsize "363 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="gnome-autoar"/>,
89 <xref linkend="itstool"/>,
90 <xref linkend="shared-mime-info"/>, and
91 <xref linkend="webkitgtk"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="bogofilter"/>,
97 <xref linkend="enchant"/>,
98 <xref linkend="gnome-desktop"/>,
99 <xref linkend="gspell"/>,
100 <xref linkend="highlight"/>,
101 <xref linkend="libcanberra"/>,
102 <xref linkend="libgweather"/>,
103 <xref linkend="libnotify"/>,
104 <xref linkend="openldap"/>, and
105 <xref linkend="seahorse"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para role="optional">
110 <xref linkend="clutter-gtk"/>,
111 <xref linkend="geoclue2"/>,
112 <xref linkend="geocode-glib"/>, and
113 <xref linkend="libchamplain"/> (Contact Maps plugin),
114 <xref linkend="gtk-doc"/>,
115 <ulink url="https://github.com/commonmark/cmark">cmark</ulink>,
116 <ulink url="https://glade.gnome.org/">Glade</ulink>,
117 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
118 <ulink url="https://launchpad.net/libunity/">libunity</ulink>,
119 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>
120 </para>
121
122 <para condition="html" role="usernotes">User Notes:
123 <ulink url="&blfs-wiki;/evolution"/>
124 </para>
125 </sect2>
126
127 <sect2 role="installation">
128 <title>Installation of Evolution</title>
129
130 <para>
131 Install <application>Evolution</application> by running the following
132 commands:
133 </para>
134
135<screen><userinput>mkdir build &amp;&amp;
136cd build &amp;&amp;
137
138cmake -DCMAKE_INSTALL_PREFIX=/usr \
139 -DSYSCONF_INSTALL_DIR=/etc \
140 -DENABLE_INSTALLED_TESTS=ON \
141 -DENABLE_PST_IMPORT=OFF \
142 -DENABLE_YTNEF=OFF \
143 -DENABLE_CONTACT_MAPS=OFF \
144 -DENABLE_MARKDOWN=OFF \
145 -DWITH_GWEATHER4=ON \
146 -G Ninja .. &amp;&amp;
147ninja</userinput></screen>
148
149 <para>
150 This package does not come with a test suite.
151 </para>
152
153 <para>
154 Now, as the <systemitem class="username">root</systemitem> user:
155 </para>
156
157<screen role="root"><userinput>ninja install</userinput></screen>
158
159 </sect2>
160
161 <sect2 role="commands">
162 <title>Command Explanations</title>
163
164 <para>
165 <parameter>-DENABLE_YTNEF=OFF</parameter>: This switch is used to
166 disable the yTNEF library usage because
167 <application>libytnef</application> is not part of BLFS.
168 </para>
169
170 <para>
171 <parameter>-DENABLE_PST_IMPORT=OFF</parameter>: This switch is
172 used to disable the pst-import plugin because
173 <application>libpst</application> is not part of BLFS.
174 </para>
175
176 <para>
177 <parameter>-DENABLE_CONTACT_MAPS=OFF</parameter>: This switch disables
178 building the Contact Maps plugin. Remove this switch if you have installed
179 the necessary dependencies and wish to build the Contact Maps plugin.
180 </para>
181
182 <para>
183 <parameter>-DENABLE_MARKDOWN=OFF</parameter>: This switch allows
184 building without
185 <ulink url="https://github.com/commonmark/cmark">cmark</ulink>.
186 Remove this switch if you need markdown support and you have
187 installed the necessary dependency.
188 </para>
189
190 <para>
191 <parameter>-DWITH_GWEATHER4=ON</parameter>: This switch allows
192 building against <xref linkend="libgweather"/>.
193 </para>
194
195 <para>
196 <option>-DWITH_OPENLDAP=OFF</option>: Use this switch if you
197 have not installed <xref linkend='openldap'/>.
198 </para>
199
200 </sect2>
201
202 <sect2 role="content">
203 <title>Contents</title>
204
205 <segmentedlist>
206 <segtitle>Installed Programs</segtitle>
207 <segtitle>Installed Libraries</segtitle>
208 <segtitle>Installed Directories</segtitle>
209
210 <seglistitem>
211 <seg>
212 evolution
213 </seg>
214 <seg>
215 None
216 </seg>
217 <seg>
218 /usr/include/evolution,
219 /usr/lib/evolution,
220 /usr/libexec/evolution,
221 /usr/share/evolution,
222 /usr/share/installed-tests/evolution,
223 /usr/share/help/*/evolution, and optionally
224 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
225 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell}, and
226 /usr/share/gtk-doc/html/evolution-util
227 </seg>
228 </seglistitem>
229 </segmentedlist>
230
231 <variablelist>
232 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
233 <?dbfo list-presentation="list"?>
234 <?dbhtml list-presentation="table"?>
235
236 <varlistentry id="evolution-prog">
237 <term><command>evolution</command></term>
238 <listitem>
239 <para>
240 is an email, calendar and address book suite for
241 the <application>GNOME</application> Desktop
242 </para>
243 <indexterm zone="evolution evolution-prog">
244 <primary sortas="b-evolution">evolution</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 </variablelist>
250
251 </sect2>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.