source: gnome-systemd/applications/evolution.xml@ 4945458

krejzi/svn
Last change on this file since 4945458 was 4945458, checked in by Krejzi <krejzi@…>, 9 years ago

Import GNOME 3.12 from systemd revision 14085.

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