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

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

begin updating gnome apps.

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

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