source: archive/gnome/evolution.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.8 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/3.6/evolution-&evolution-version;.tar.xz">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/3.6/evolution-&evolution-version;.tar.xz">
9 <!ENTITY evolution-md5sum "699c29a0179df3866ecc2f972bc626a4">
10 <!ENTITY evolution-size "12 MB">
11 <!ENTITY evolution-buildsize "505 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
19 <title>Evolution-&evolution-version;</title>
20
21 <indexterm zone="evolution">
22 <primary sortas="a-Evolution">Evolution</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Evolution</title>
27
28 <para>
29 The <application>Evolution</application> package contains an
30 integrated mail, calendar and address book suite designed for the
31 <application>GNOME</application> environment.
32 </para>
33
34 &lfs72_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&evolution-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&evolution-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &evolution-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &evolution-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &evolution-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &evolution-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="evolution-data-server"/>,
75 <xref linkend="gnome-desktop"/>,
76 <xref linkend="gnome-icon-theme"/>,
77 <xref linkend="gtkhtml"/> and
78 <xref linkend="shared-mime-info"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gstreamer10"/>,
84 <xref linkend="libcanberra"/> and
85 <xref linkend="libgweather"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="clutter-gtk"/>,
91 <xref linkend="docbook-utils"/>,
92 <xref linkend="geoclue"/>,
93 <xref linkend="gtk-doc"/>,
94 <ulink url="http://trac.bjourne.webfactional.com/">
95 gtkimageview</ulink>,
96 <xref linkend="mitkrb"/>,
97 <ulink url="http://projects.gnome.org/libchamplain/">
98 libchamplain</ulink>,
99 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
100 <xref linkend="openldap"/> and
101 <ulink url="http://sourceforge.net/projects/ytnef/">libytnef</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/evolution"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of Evolution</title>
111
112 <para>
113 Install <application>Evolution</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr \
118 --sysconfdir=/etc \
119 --libexecdir=/usr/lib \
120 --disable-pst-import &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138 <para>
139 <option>--disable-pst-import</option>: This switch is used to
140 disable the pst-import plugin.
141 </para>
142
143 <para>
144 <option>--with-openldap</option>: This switch will enable
145 <application>OpenLDAP</application> support in
146 <application>Evolution</application>.
147 </para>
148
149 <para>
150 <parameter>--with-krb5=/usr</parameter>: This switch will enable
151 <application>Kerberos 5</application> support in
152 <application>Evolution</application>.
153 </para>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/gtk-doc-rebuild.xml"/>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Program</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 evolution
171 </seg>
172 <seg>
173 None
174 </seg>
175 <seg>
176 /usr/include/evolution-3.6,
177 /usr/lib/evolution,
178 /usr/share/evolution,
179 /usr/share/gtk-doc/html/eshell
180 /usr/share/help/*/evolution
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="evolution-prog">
191 <term><command>evolution</command></term>
192 <listitem>
193 <para>
194 is an email, calendar and address book suite for
195 the <application>GNOME</application> Desktop.
196 </para>
197 <indexterm zone="evolution evolution-prog">
198 <primary sortas="b-evolution">evolution</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.