source: gnome/add/evolution.xml@ b2e0b8a8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b2e0b8a8 was de938a4e, checked in by Krejzi <krejzi@…>, 12 years ago

Cantarell Fonts 0.0.9, Clutter 1.10.8, Evolution 3.4.3, Evolution Data Server 3.4.3, GNOME Bluetooth 3.4.1, GNOME Boxes 3.4.3, libvirt 0.9.12, Mobile Broadband Provider Info 20120614 and Rygel 0.14.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10351 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.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.4/evolution-&evolution-version;.tar.xz">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/3.4/evolution-&evolution-version;.tar.xz">
9 <!ENTITY evolution-md5sum "11ee7f83fb88610a1e016937733c43bf">
10 <!ENTITY evolution-size "13 MB">
11 <!ENTITY evolution-buildsize "420 MB">
12 <!ENTITY evolution-time "14 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 &lfs70_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-desktop"/>,
80 <xref linkend="gtkhtml"/>,
81 <xref linkend="libcanberra"/> and
82 <xref linkend="shared-mime-info"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="libgweather"/> and
88 <xref linkend="NetworkManager"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="clutter-gtk"/>,
94 <xref linkend="docbook-utils"/>,
95 <xref linkend="gtk-doc"/>,
96 <xref linkend="mitkrb"/>,
97 <xref linkend="mx"/>,
98 <xref linkend="libchamplain"/>,
99 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
100 <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>,
101 <xref linkend="openldap"/> and
102 <ulink url="http://sourceforge.net/projects/ytnef/">libytnef</ulink>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/evolution"/>
107 </para>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Evolution</title>
112
113 <para>
114 Install <application>Evolution</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr \
119 --sysconfdir=/etc \
120 --libexecdir=/usr/lib \
121 --disable-contact-maps \
122 --disable-image-inline \
123 --disable-pst-import &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 This package does not come with a test suite.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para>
142 <parameter>--libexecdir=/usr/lib</parameter>: This parameter
143 causes the libexec files to be installed in the preferred location of
144 <filename class="directory">/usr/lib/evolution</filename> instead of
145 <filename class="directory">/usr/libexec/evolution</filename>.
146 </para>
147
148 <para>
149 <option>--disable-contact-maps</option>: This parameter is used
150 to disable the contact-maps plugin. Remove if you have
151 <xref linkend="clutter-gtk"/>, <xref linkend="libchamplain"/> and
152 <xref linkend="mx"/> installed.
153 </para>
154
155 <para>
156 <option>--disable-image-inline</option>: This parameter is used
157 to disable the image-inline plugin.
158 </para>
159
160 <para>
161 <option>--disable-pst-import</option>: This parameter is used to
162 disable the pst-import plugin.
163 </para>
164
165 <para>
166 <option>--with-clutter</option>: Use this parameter to
167 build <application>Evolution</application> with
168 <application>Clutter</application> support.
169 </para>
170
171 <para>
172 <option>--with-openldap</option>: This parameter will compile
173 <application>OpenLDAP</application> support into
174 <application>Evolution</application>.
175 </para>
176
177 <para>
178 <parameter>--with-krb5=/usr</parameter>: This parameter will compile
179 <application>Kerberos 5</application> support into
180 <application>Evolution</application>.
181 </para>
182
183 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
184 href="../../xincludes/gtk-doc-rebuild.xml"/>
185
186 </sect2>
187
188 <sect2 role="content">
189 <title>Contents</title>
190
191 <segmentedlist>
192 <segtitle>Installed Programs</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>
197 evolution and evolution-settings
198 </seg>
199 <seg>
200 /usr/include/evolution-3.4,
201 /usr/lib/evolution,
202 /usr/share/evolution,
203 /usr/share/gnome/help/evolution and
204 /usr/share/gtk-doc/html/eshell
205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="evolution-prog">
215 <term><command>evolution</command></term>
216 <listitem>
217 <para>
218 is an email, calendar and address book suite for
219 the <application>GNOME</application> Desktop.
220 </para>
221 <indexterm zone="evolution evolution-prog">
222 <primary sortas="g-evolution">evolution</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.