source: gnome/applications/evolution.xml@ 59e5252c

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 59e5252c was 59e5252c, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

evolution-3.44.2.

  • 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 "c1a2a97d5db789718d7054fbde0ec912">
12 <!ENTITY evolution-size "13 MB">
13 <!ENTITY evolution-buildsize "272 MB">
14 <!ENTITY evolution-time "0.9 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 &lfs111_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://github.com/commonmark/cmark">cmark</ulink>,
120 <ulink url="https://glade.gnome.org/">Glade</ulink>,
121 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
122 <ulink url="https://launchpad.net/libunity/">libunity</ulink>,
123 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>
124 </para>
125
126 <para condition="html" role="usernotes">User Notes:
127 <ulink url="&blfs-wiki;/evolution"/>
128 </para>
129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of Evolution</title>
133
134 <para>
135 Install <application>Evolution</application> by running the following
136 commands:
137 </para>
138
139<screen><userinput>mkdir build &amp;&amp;
140cd build &amp;&amp;
141
142cmake -DCMAKE_INSTALL_PREFIX=/usr \
143 -DSYSCONF_INSTALL_DIR=/etc \
144 -DENABLE_INSTALLED_TESTS=ON \
145 -DENABLE_PST_IMPORT=OFF \
146 -DENABLE_YTNEF=OFF \
147 -DENABLE_CONTACT_MAPS=OFF \
148 -DENABLE_MARKDOWN=OFF \
149 -DWITH_GWEATHER4=ON \
150 -G Ninja .. &amp;&amp;
151ninja</userinput></screen>
152
153 <para>
154 This package does not come with a test suite.
155 </para>
156
157 <para>
158 Now, as the <systemitem class="username">root</systemitem> user:
159 </para>
160
161<screen role="root"><userinput>ninja install</userinput></screen>
162
163 </sect2>
164
165 <sect2 role="commands">
166 <title>Command Explanations</title>
167
168 <para>
169 <parameter>-DENABLE_YTNEF=OFF</parameter>: This switch is used to
170 disable the yTNEF library usage because
171 <application>libytnef</application> is not part of BLFS.
172 </para>
173
174 <para>
175 <parameter>-DENABLE_PST_IMPORT=OFF</parameter>: This switch is
176 used to disable the pst-import plugin because
177 <application>libpst</application> is not part of BLFS.
178 </para>
179
180 <para>
181 <parameter>-DENABLE_CONTACT_MAPS=OFF</parameter>: This switch disables
182 building the Contact Maps plugin. Remove it if you have installed the
183 necessary dependencies and wish to build the Contact Maps plugin.
184 </para>
185
186 <para>
187 <parameter>-DENABLE_MARKDOWN=OFF</parameter>: This switch allows
188 building without
189 <ulink url="https://github.com/commonmark/cmark">cmark</ulink>.
190 Remove if you need markdown support and you have installed the
191 dependency.
192 </para>
193
194 <para>
195 <parameter>-DWITH_GWEATHER4=ON</parameter>: This switch allows
196 building against <xref linkend="libgweather"/>.
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.