source: gnome/applications/evolution.xml@ 1cbc454

10.1 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 1cbc454 was 75cf6e3, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to php-8.0.1 (Security Update)
Update to py3c-1.3.1 (Python Module)
Update to gnome-control-center-3.38.3
Update to cups-filters-1.28.7
Update to logrotate-3.18.0
Update to gnome-desktop-3.38.3
Update to gvfs-1.46.2
Update to evolution-data-server-3.38.3
Update to evolution-3.38.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24097 af4574ff-66df-0310-9fd7-8a98e5e911e0

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