source: gnome/applications/evolution.xml@ 74309b58

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 nosym 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 74309b58 was ac61d9b, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to evolution-3.22.0
Update to baobab-3.22.0
Update to evince-3.22.0
Update to epiphany-3.22.0
Update to gnome-tweak-tool-3.22.0
Update to gnome-user-docs-3.22.0
Update to highlight-3.32
Update to yelp-3.22.0

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

  • Property mode set to 100644
File size: 8.5 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 "16e508bb90ab7ca9861e26195a866b73">
10 <!ENTITY evolution-size "12 MB">
11 <!ENTITY evolution-buildsize "570 MB">
12 <!ENTITY evolution-time "14 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="geoclue"/>,
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="https://github.com/GNOME/gnome-autoar/">gnome-autoar</ulink>, -->
111 <ulink url="&gnome-download-http;/libcryptui/">libcryptui</ulink>,
112 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
113 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>,
114<!-- <ulink url="https://spamassassin.apache.org/">SpamAssassin</ulink> -->
115 </para>
116
117 <para condition="html" role="usernotes">User Notes:
118 <ulink url="&blfs-wiki;/evolution"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of Evolution</title>
124
125 <para>
126 Install <application>Evolution</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
131./configure --prefix=/usr \
132 --sysconfdir=/etc \
133 --disable-gtkspell \
134 --disable-pst-import \
135 --disable-libcryptui &amp;&amp;
136make</userinput></screen>
137
138 <para>
139 This package does not come with a test suite.
140 </para>
141
142 <para>
143 Now, as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>make install</userinput></screen>
147
148 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <para>
154 <command>sed -i ... ltmain.sh</command>: This command prevents the build
155 procedure from outputting a lot of invalid warnings.
156 </para>
157
158<!--
159 <para>
160 <parameter>- -disable-autoar</parameter>: This switch disables
161 automatic archiving support. Omit if you have
162 <application>gnome-autoar</application> installed and wish to use it.
163 </para>
164-->
165
166 <para>
167 <parameter>--disable-libcryptui</parameter>: This switch disables
168 the usage of libcryptui because it is not part of BLFS. Omit
169 this switch if you have it installed and wish to use it.
170 </para>
171
172 <para>
173 <parameter>--disable-gtkspell</parameter>: This switch is used to
174 disable the gtkspell plugin because
175 <application>GtkSpell</application> is not part of BLFS.
176 </para>
177
178 <para>
179 <parameter>--disable-pst-import</parameter>: This switch is
180 used to disable the pst-import plugin because
181 <application>libpst</application> is not part of BLFS.
182 </para>
183
184<!--
185 <para>
186 <parameter>- -disable-spamassassin</parameter>: This switch is
187 used to disable the spamassassin plugin because
188 <application>SpamAssassin</application> is not part of BLFS.
189 </para>
190-->
191
192 <para>
193 <option>--with-openldap</option>: This switch will enable
194 <application>OpenLDAP</application> support in
195 <application>Evolution</application>.
196 </para>
197
198 <para>
199 <option>--enable-contact-maps</option>: Use this switch if you
200 have installed the necessary dependencies and wish to build the
201 Contact Maps plugin.
202 </para>
203
204 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
205 href="../../xincludes/gtk-doc-rebuild.xml"/>
206
207 </sect2>
208
209 <sect2 role="content">
210 <title>Contents</title>
211
212 <segmentedlist>
213 <segtitle>Installed Programs</segtitle>
214 <segtitle>Installed Libraries</segtitle>
215 <segtitle>Installed Directories</segtitle>
216
217 <seglistitem>
218 <seg>
219 evolution
220 </seg>
221 <seg>
222 libeabutil.so,
223 libecontacteditor.so,
224 libecontactlisteditor.so,
225 libemail-engine.so,
226 libessmime.so,
227 libevolution-addressbook-importers.so,
228 libevolution-calendar-importers.so,
229 libevolution-calendar.so,
230 libevolution-mail-composer.so,
231 libevolution-mail-formatter.so,
232 libevolution-mail-importers.so,
233 libevolution-mail.so,
234 libevolution-shell.so,
235 libevolution-smime.so,
236 libevolution-util.so,
237 libgnomecanvas.so,
238 and several modules and plugins in
239 /usr/lib/evolution/{modules,plugins}
240 </seg>
241 <seg>
242 /usr/include/evolution,
243 /usr/lib/evolution,
244 /usr/libexec/evolution,
245 /usr/share/evolution,
246 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
247 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell},
248 /usr/share/gtk-doc/html/evolution-util, and
249 /usr/share/help/*/evolution
250 </seg>
251 </seglistitem>
252 </segmentedlist>
253
254 <variablelist>
255 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
256 <?dbfo list-presentation="list"?>
257 <?dbhtml list-presentation="table"?>
258
259 <varlistentry id="evolution-prog">
260 <term><command>evolution</command></term>
261 <listitem>
262 <para>
263 is an email, calendar and address book suite for
264 the <application>GNOME</application> Desktop.
265 </para>
266 <indexterm zone="evolution evolution-prog">
267 <primary sortas="b-evolution">evolution</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 </variablelist>
273
274 </sect2>
275
276</sect1>
Note: See TracBrowser for help on using the repository browser.