source: gnome/applications/evolution.xml@ e4758caa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 e4758caa was e4758caa, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to evolution-3.22.3

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

  • Property mode set to 100644
File size: 8.2 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-22;/evolution-&evolution-version;.tar.xz">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/&gnome-minor-22;/evolution-&evolution-version;.tar.xz">
9 <!ENTITY evolution-md5sum "6ce0f58a55e73c221861f9304e16edef">
10 <!ENTITY evolution-size "12 MB">
11 <!ENTITY evolution-buildsize "571 MB">
12 <!ENTITY evolution-time "13 SBU">
13]>
14
15<sect1 id="evolution" xreflabel="Evolution-&evolution-version;" revision="systemd">
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 &lfs7a_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">Evolution Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="adwaita-icon-theme"/>,
79 <xref linkend="evolution-data-server"/>,
80 <xref linkend="gnome-autoar"/>,
81 <xref linkend="gtkhtml"/>,
82 <xref linkend="itstool"/>,
83 <xref linkend="libgdata"/>,
84 <xref linkend="shared-mime-info"/>, and
85 <xref linkend="webkitgtk"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="bogofilter"/>,
91 <xref linkend="enchant"/>,
92 <xref linkend="gnome-desktop"/>,
93 <xref linkend="highlight"/>,
94 <xref linkend="libcanberra"/>,
95 <xref linkend="libgweather"/>,
96 <xref linkend="libnotify"/>, and
97 <xref linkend="seahorse"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="clutter-gtk"/>,
103 <xref linkend="geoclue2"/>,
104 <xref linkend="geocode-glib"/>, and
105 <xref linkend="libchamplain"/> (Contact Maps plugin),
106 <xref linkend="gtk-doc"/>,
107 <xref linkend="openldap"/>,
108 <ulink url="https://wiki.gnome.org/Projects/GTK%2B/GtkImageView/">GtkImageView</ulink>,
109 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell3</ulink>,
110 <ulink url="&gnome-download-http;/libcryptui/">libcryptui</ulink>,
111 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
112 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>,
113<!-- <ulink url="https://spamassassin.apache.org/">SpamAssassin</ulink> -->
114 </para>
115
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/evolution"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of Evolution</title>
123
124 <para>
125 Install <application>Evolution</application> by running the following
126 commands:
127 </para>
128
129<screen><userinput>./configure --prefix=/usr \
130 --sysconfdir=/etc \
131 --disable-gtkspell \
132 --disable-pst-import \
133 --disable-libcryptui &amp;&amp;
134make</userinput></screen>
135
136 <para>
137 This package does not come with a test suite.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151<!--
152 <para>
153 <parameter>- -disable-autoar</parameter>: This switch disables
154 automatic archiving support. Omit if you have
155 <application>gnome-autoar</application> installed and wish to use it.
156 </para>
157-->
158
159 <para>
160 <parameter>--disable-libcryptui</parameter>: This switch disables
161 the usage of libcryptui because it is not part of BLFS. Omit
162 this switch if you have it installed and wish to use it.
163 </para>
164
165 <para>
166 <parameter>--disable-gtkspell</parameter>: This switch is used to
167 disable the gtkspell plugin because
168 <application>GtkSpell</application> is not part of BLFS.
169 </para>
170
171 <para>
172 <parameter>--disable-pst-import</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<!--
178 <para>
179 <parameter>- -disable-spamassassin</parameter>: This switch is
180 used to disable the spamassassin plugin because
181 <application>SpamAssassin</application> is not part of BLFS.
182 </para>
183-->
184
185 <para>
186 <option>--with-openldap</option>: This switch will enable
187 <application>OpenLDAP</application> support in
188 <application>Evolution</application>.
189 </para>
190
191 <para>
192 <option>--enable-contact-maps</option>: Use this switch if you
193 have installed the necessary dependencies and wish to build the
194 Contact Maps plugin.
195 </para>
196
197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
198 href="../../xincludes/gtk-doc-rebuild.xml"/>
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 libeabutil.so,
216 libecontacteditor.so,
217 libecontactlisteditor.so,
218 libemail-engine.so,
219 libessmime.so,
220 libevolution-addressbook-importers.so,
221 libevolution-calendar-importers.so,
222 libevolution-calendar.so,
223 libevolution-mail-composer.so,
224 libevolution-mail-formatter.so,
225 libevolution-mail-importers.so,
226 libevolution-mail.so,
227 libevolution-shell.so,
228 libevolution-smime.so,
229 libevolution-util.so,
230 libgnomecanvas.so,
231 and several modules and plugins in
232 /usr/lib/evolution/{modules,plugins}
233 </seg>
234 <seg>
235 /usr/include/evolution,
236 /usr/lib/evolution,
237 /usr/libexec/evolution,
238 /usr/share/evolution,
239 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
240 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell},
241 /usr/share/gtk-doc/html/evolution-util, and
242 /usr/share/help/*/evolution
243 </seg>
244 </seglistitem>
245 </segmentedlist>
246
247 <variablelist>
248 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
249 <?dbfo list-presentation="list"?>
250 <?dbhtml list-presentation="table"?>
251
252 <varlistentry id="evolution-prog">
253 <term><command>evolution</command></term>
254 <listitem>
255 <para>
256 is an email, calendar and address book suite for
257 the <application>GNOME</application> Desktop.
258 </para>
259 <indexterm zone="evolution evolution-prog">
260 <primary sortas="b-evolution">evolution</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 </variablelist>
266
267 </sect2>
268
269</sect1>
Note: See TracBrowser for help on using the repository browser.