source: gnome/applications/evolution.xml@ 49c4a0c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 49c4a0c was 1c1e2b86, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to epiphany-3.30.3
Update to evolution-data-server-3.30.5
Update to evolution-3.30.5
Update to gtk+-3.24.5

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

  • Property mode set to 100644
File size: 7.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-30;/evolution-&evolution-version;.tar.xz">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/&gnome-minor-30;/evolution-&evolution-version;.tar.xz">
9 <!ENTITY evolution-md5sum "7a24256b447d23f5b8cf0df6d0f6e40b">
10 <!ENTITY evolution-size "11 MB">
11 <!ENTITY evolution-buildsize "331 MB">
12 <!ENTITY evolution-time "3.5 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 &lfs83_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="itstool"/>,
82 <xref linkend="libgdata"/>,
83 <xref linkend="shared-mime-info"/>, and
84 <xref linkend="webkitgtk"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="bogofilter"/>,
90 <xref linkend="enchant"/>,
91 <xref linkend="gnome-desktop"/>,
92 <xref linkend="highlight"/>,
93 <xref linkend="libcanberra"/>,
94 <xref linkend="libgweather"/>,
95 <xref linkend="libnotify"/>,
96 <xref linkend="openldap"/>, 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 <ulink url="https://glade.gnome.org/">Glade</ulink>,
108 <ulink url="https://github.com/GNOME/gtkimageview/">GtkImageView</ulink>,
109 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell3</ulink>,
110 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
111 <ulink url="https://launchpad.net/libunity/">libunity</ulink>,
112 <ulink url="https://github.com/Yeraze/ytnef">libytnef</ulink>
113 </para>
114
115 <para condition="html" role="usernotes">User Notes:
116 <ulink url="&blfs-wiki;/evolution"/>
117 </para>
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Installation of Evolution</title>
122
123 <para>
124 Install <application>Evolution</application> by running the following
125 commands:
126 </para>
127
128<screen><userinput>mkdir build &amp;&amp;
129cd build &amp;&amp;
130
131cmake -DCMAKE_INSTALL_PREFIX=/usr \
132 -DSYSCONF_INSTALL_DIR=/etc \
133 -DENABLE_INSTALLED_TESTS=ON \
134 -DENABLE_PST_IMPORT=OFF \
135 -DENABLE_GTKSPELL=OFF \
136 -DENABLE_YTNEF=OFF \
137 -DENABLE_CONTACT_MAPS=OFF \
138 -G Ninja .. &amp;&amp;
139ninja</userinput></screen>
140
141 <para>
142 This package does not come with a test suite.
143 </para>
144
145 <para>
146 Now, as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>ninja install</userinput></screen>
150
151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <para>
157 <parameter>-DENABLE_GTKSPELL=OFF</parameter>: This switch is used to
158 disable the gtkspell plugin because
159 <application>GtkSpell</application> is not part of BLFS.
160 </para>
161
162 <para>
163 <parameter>-DENABLE_PST_IMPORT=OFF</parameter>: This switch is
164 used to disable the pst-import plugin because
165 <application>libpst</application> is not part of BLFS.
166 </para>
167
168 <para>
169 <option>-DENABLE_CONTACT_MAPS=ON</option>: Use this switch if you
170 have installed the necessary dependencies and wish to build the
171 Contact Maps plugin.
172 </para>
173
174 </sect2>
175
176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Programs</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
183
184 <seglistitem>
185 <seg>
186 evolution
187 </seg>
188 <seg>
189 libeabutil.so,
190 libeabwidgets.so,
191 libecontacteditor.so,
192 libecontactlisteditor.so,
193 libecontactprint.so,
194 libedomutils.so,
195 libemail-engine.so,
196 libessmime.so,
197 libevolution-addressbook-importers.so,
198 libevolution-calendar-importers.so,
199 libevolution-calendar.so,
200 libevolution-mail-composer.so,
201 libevolution-mail-formatter.so,
202 libevolution-mail-importers.so,
203 libevolution-mail.so,
204 libevolution-shell.so,
205 libevolution-smime.so,
206 libevolution-util.so,
207 libgnomecanvas.so,
208 and several modules and plugins in
209 /usr/lib/evolution/{modules,plugins}
210 </seg>
211 <seg>
212 /usr/include/evolution,
213 /usr/lib/evolution,
214 /usr/libexec/evolution,
215 /usr/share/evolution,
216 /usr/share/installed-tests/evolution,
217 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
218 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell},
219 /usr/share/gtk-doc/html/evolution-util, and
220 /usr/share/help/*/evolution
221 </seg>
222 </seglistitem>
223 </segmentedlist>
224
225 <variablelist>
226 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
227 <?dbfo list-presentation="list"?>
228 <?dbhtml list-presentation="table"?>
229
230 <varlistentry id="evolution-prog">
231 <term><command>evolution</command></term>
232 <listitem>
233 <para>
234 is an email, calendar and address book suite for
235 the <application>GNOME</application> Desktop.
236 </para>
237 <indexterm zone="evolution evolution-prog">
238 <primary sortas="b-evolution">evolution</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.