source: gnome/applications/evolution.xml@ 4f621817

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 4f621817 was 92245989, checked in by DJ Lucas <dj@…>, 7 years ago

Merge nosym branch

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

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