source: gnome/applications/evolution.xml@ 95677e0

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 95677e0 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

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