source: gnome/applications/evolution.xml@ 4237db8

systemd-13485
Last change on this file since 4237db8 was 4237db8, checked in by Christopher Gregory <cjg@…>, 9 years ago

Removed gnome-icon-theme from evolution page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15101 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.9 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;/evolution-&evolution-version;.tar.xz">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/&gnome-minor;/evolution-&evolution-version;.tar.xz">
9 <!ENTITY evolution-md5sum "2861ecacd698c9dc8ba2bee491fa9569">
10 <!ENTITY evolution-size "10.8 MB">
11 <!ENTITY evolution-buildsize "384.6 MB">
12 <!ENTITY evolution-time "13.5 SBU">
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 &lfs76_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="evolution-data-server"/>,
79 <xref linkend="gtkhtml"/>,
80 <xref linkend="libgdata"/>,
81 <xref linkend="shared-mime-info"/>,
82 <xref linkend="webkitgtk2"/>, and
83 <xref linkend="yelp-xsl"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="bogofilter"/>,
89 <xref linkend="gnome-desktop"/>,
90 <xref linkend="highlight"/>,
91 <xref linkend="libcanberra"/>,
92 <xref linkend="libgweather"/>, and
93 <xref linkend="libnotify"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="clutter-gtk"/>,
99 <xref linkend="geoclue"/>,
100 <xref linkend="geocode-glib"/>, and
101 <xref linkend="libchamplain"/> (Contact Maps plugin),
102 <xref linkend="gtk-doc"/>,
103 <ulink url="http://trac.bjourne.webfactional.com/">GtkImageView</ulink>,
104 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell3</ulink>,
105 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
106 <ulink url="http://sourceforge.net/projects/ytnef/">libytnef</ulink>,
107 <xref linkend="openldap"/>, and
108 <ulink url="https://spamassassin.apache.org/">SpamAssassin</ulink>
109 </para>
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url="&blfs-wiki;/evolution"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Evolution</title>
118
119 <para>
120 Install <application>Evolution</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>./configure --prefix=/usr \
125 --sysconfdir=/etc \
126 --disable-gtkspell \
127 --disable-pst-import \
128 --disable-spamassassin &amp;&amp;
129make</userinput></screen>
130
131 <para>
132 This package does not come with a test suite.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para>
147 <parameter>--disable-gtkspell</parameter>: This switch is used to
148 disable the gtkspell plugin because
149 <application>GtkSpell</application> is not part of BLFS.
150 </para>
151
152 <para>
153 <parameter>--disable-pst-import</parameter>: This switch is
154 used to disable the pst-import plugin because
155 <application>libpst</application> is not part of BLFS.
156 </para>
157
158 <para>
159 <parameter>--disable-spamassassin</parameter>: This switch is
160 used to disable the spamassassin plugin because
161 <application>SpamAssassin</application> is not part of BLFS.
162 </para>
163
164 <para>
165 <option>--with-openldap</option>: This switch will enable
166 <application>OpenLDAP</application> support in
167 <application>Evolution</application>.
168 </para>
169
170 <para>
171 <option>--enable-contact-maps</option>: Use this switch if you
172 have installed the necessary dependencies and wish to build the
173 Contact Maps plugin.
174 </para>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="../../xincludes/gtk-doc-rebuild.xml"/>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Libraries</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
190 <seg>
191 evolution
192 </seg>
193 <seg>
194 None
195 </seg>
196 <seg>
197 /usr/include/evolution-&gnome-minor;,
198 /usr/lib/evolution,
199 /usr/libexec/evolution,
200 /usr/share/evolution,
201 /usr/share/gtk-doc/html/{evolution-mail-composer,evolution-mail-engine},
202 /usr/share/gtk-doc/html/{evolution-mail-formatter,evolution-shell},
203 /usr/share/gtk-doc/html/evolution-util, and
204 /usr/share/help/*/evolution
205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="evolution-prog">
215 <term><command>evolution</command></term>
216 <listitem>
217 <para>
218 is an email, calendar and address book suite for
219 the <application>GNOME</application> Desktop.
220 </para>
221 <indexterm zone="evolution evolution-prog">
222 <primary sortas="b-evolution">evolution</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.