source: gnome-systemd/applications/evolution.xml@ 50c2b36

systemd-11177
Last change on this file since 50c2b36 was 50c2b36, checked in by Krejzi <krejzi@…>, 10 years ago

Switch to gnome-minor entity.

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