source: gnome/applications/evolution.xml@ 7585458

gnome
Last change on this file since 7585458 was 0d21fc34, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages bogofilter evolution gthkhtml highlight and new perlmodule spamassassin

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

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