source: gnome/add/evolution.xml@ 89bae45

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 89bae45 was 89bae45, checked in by Andrew Benton <andy@…>, 12 years ago

make some geoclue ulinks xrefs

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

  • Property mode set to 100644
File size: 11.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/&gnome-version;/evolution-&evolution-version;.tar.xz">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/&gnome-version;/evolution-&evolution-version;.tar.xz">
9 <!ENTITY evolution-md5sum "1c661fb7a982ba6b3624becaa3079eb8">
10 <!ENTITY evolution-size "11 MB">
11 <!ENTITY evolution-buildsize "420 MB">
12 <!ENTITY evolution-time "18.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>The <application>Evolution</application> package contains an
33 integrated mail, calendar and address book suite designed for the
34 <application>GNOME</application> environment.</para>
35
36 &lfs70_built;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&evolution-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&evolution-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &evolution-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &evolution-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &evolution-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &evolution-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="evolution-data-server"/>,
64 <xref linkend="gnome-desktop"/>,
65 <xref linkend="gtkhtml"/>,
66 <xref linkend="libcanberra"/>,
67 <xref linkend="libunique"/>, and
68 <xref linkend="shared-mime-info"/></para>
69
70 <bridgehead renderas="sect4">Recommended
71 (For SSL and S/MIME support)</bridgehead>
72 <para role="recommended"><xref linkend="nss"/></para>
73
74 <para>The <application>NSS</application> package is not required if you
75 have <xref linkend="firefox"/>, <xref linkend="thunderbird"/>,
76 <xref linkend="seamonkey"/> or
77 <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>
78 installed. These packages contain internal copies of
79 <application>NSS</application> (or they used a system-installed copy).
80 If any of the four packages are installed, one way or another you will
81 already have NSS/NSPR libraries on your system.</para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional"><xref linkend="clutter-gtk"/>,
85 <xref linkend="dbus-glib"/>,
86 <xref linkend="docbook-utils"/>,
87 <xref linkend="geoclue"/>,
88 <xref linkend="gstreamer"/>,
89 <xref linkend="gtk-doc"/>,
90 <xref linkend="mitkrb"/>,
91 <ulink url="http://projects.gnome.org/libchamplain/">libchamplain</ulink>,
92 <xref linkend="libgweather"/>,
93 <xref linkend="libnotify"/>,
94 <ulink url="http://www.five-ten-sg.com/libpst/">libpst</ulink>,
95 <ulink url="http://www.mono-project.com/Main_Page">Mono</ulink>,
96 <xref linkend="NetworkManager"/> and
97 <xref linkend="openldap"/>.</para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/evolution"/></para>
101
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Evolution</title>
106
107 <para>Install <application>Evolution</application> by running the following
108 commands:</para>
109
110 <note>
111 <para>The instructions below assume you have the NSS/NSPR libraries
112 installed on your system. If you elected not to install
113 <application>NSS</application> (or one of the other packages mentioned
114 above), you'll need to remove the following two parameter settings from
115 the <command>configure</command> command below:</para>
116
117 <literallayout><parameter> --enable-nss
118 --enable-smime</parameter></literallayout>
119
120 <para>The <application>Evolution</application>
121 <command>configure</command> script only looks for the stand-alone
122 <application>NSS</application> package and the
123 <application>Mozilla</application> and
124 <application>Firefox</application> browsers for the NSS/NSPR libraries.
125 If you are using <application>Thunderbird</application> as your source
126 for the NSS/NSPR libraries, you will have to add the following two
127 parameter settings to the <command>configure</command> command
128 below:</para>
129
130 <literallayout><parameter> --with-nspr-includes=/usr/include/nspr
131 --with-nss-includes=/usr/include/nss</parameter></literallayout>
132 </note>
133
134<screen><userinput>./configure --prefix=$GNOME_PREFIX \
135 --sysconfdir=$GNOME_SYSCONFDIR \
136 --libexecdir=$GNOME_PREFIX/lib \
137 --enable-nss \
138 --enable-smime \
139 --disable-image-inline \
140 --disable-pst-import &amp;&amp;
141make</userinput></screen>
142
143 <para>This package does not come with a test suite.</para>
144
145 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
146
147<screen role="root"><userinput>make install</userinput></screen>
148
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <!-- There doesn't appear to be any need for this
155 <para><parameter>-\-disable-gtk-doc</parameter>: This parameter disables
156 building the API documentation if you have
157 <application>GTK-Doc</application> installed. Remove this parameter if
158 you wish to build and install the documentation.</para>
159 -->
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="../../xincludes/gnome-prefix.xml"/>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../../xincludes/gnome-sysconfdir.xml"/>
166
167 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
168 href="../../xincludes/scrollkeeper-dir.xml"/>
169
170 <para><parameter>--libexecdir=$GNOME_PREFIX/lib</parameter>: This parameter
171 causes the libexec files to be installed in the preferred location of
172 <filename class="directory">$GNOME_PREFIX/lib/evolution</filename> instead
173 of <filename
174 class="directory">$GNOME_PREFIX/libexec/evolution</filename>.</para>
175
176 <para><parameter>--enable-nss</parameter>: This parameter is used to pull
177 in the Mozilla Network Security Services libraries for SSL support.</para>
178
179 <para><parameter>--enable-smime</parameter>: This parameter is used to pull
180 in the Mozilla Network Security Services libraries for S/MIME
181 support.</para>
182
183 <para><parameter>--disable-image-inline</parameter>: This parameter is used
184 to disable the image-inline plugin.</para>
185
186 <para><parameter>--disable-pst-import</parameter>: This parameter is used to
187 disable the pst-import plugin.</para>
188
189 <!-- changed to optional since gnome-3.2 requires NM in my experience : ken -->
190 <para><option>--disable-nm</option>: This parameter is used to disable
191 <application>NetworkManager</application> support. Use it if you have not
192 installed <application>NetworkManager</application>.</para>
193
194 <!--
195 <para><parameter>-with-{nspr,nss}-includes</parameter>: This parameter is
196 used to identify where the Mozilla Network Security Services interface
197 headers are located. By default, <application>Evolution</application> uses
198 <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
199 and chances are you will not have <application>Mozilla</application>
200 installed.</para>
201 -->
202
203 <para><option>--with-openldap</option>: This parameter will compile
204 LDAP support into <application>Evolution</application>.</para>
205
206 <para><option>--with-krb5=/usr</option>: This parameter will compile
207 <application>Kerberos5</application> support into
208 <application>Evolution</application>.</para>
209
210 </sect2>
211
212 <sect2 role="content">
213 <title>Contents</title>
214
215 <segmentedlist>
216 <segtitle>Installed Program</segtitle>
217 <segtitle>Installed Libraries</segtitle>
218 <segtitle>Installed Directories</segtitle>
219
220 <seglistitem>
221 <seg>evolution, evolution-settings, evolution-addressbook-export,
222 evolution-alarm-notify, evolution-backup, and killev</seg>
223 <seg>libcomposer.so, libeabutil.so, libeconduit.so,
224 libecontacteditor.so, libecontactlisteditor.so, libemformat.so,
225 libemiscwidgets.so, libeshell.so, libessmime.so, libetable.so,
226 libetext.so, libetimezonedialog.so, libeutil.so, libevolution-a11y.so,
227 libevolution-addressbook-importers.so,
228 libevolution-calendar-importers.so, libevolution-calendar.so,
229 libevolution-mail-importers.so, libevolution-mail-settings.so,
230 libevolution-mail.so, libevolution-smime.so, libfilter.so, libmenus.so,
231 libevolution-module-addressbook.so, libevolution-module-calendar.so,
232 libevolution-module-mail.so, libevolution-module-plugin-lib.so,
233 liborg-gnome-addressbook-file.so, liborg-gnome-audio-inline.so,
234 liborg-gnome-backup-restore.so, liborg-gnome-bogo-junk-plugin.so,
235 liborg-gnome-calendar-file.so, liborg-gnome-calendar-http.so,
236 liborg-gnome-calendar-weather.so, liborg-gnome-default-mailer.so,
237 liborg-gnome-default-source.so, liborg-gnome-email-custom-header.so,
238 liborg-gnome-evolution-attachment-reminder.so,
239 liborg-gnome-evolution-bbdb.so, liborg-gnome-evolution-caldav.so,
240 liborg-gnome-evolution-google.so,
241 liborg-gnome-evolution-startup-wizard.so,
242 liborg-gnome-evolution-webdav.so, liborg-gnome-groupwise-features.so,
243 liborg-gnome-imap-features.so, liborg-gnome-itip-formatter.so,
244 liborg-gnome-mail-notification.so, liborg-gnome-mail-to-task.so,
245 liborg-gnome-mailing-list-actions.so, liborg-gnome-mark-all-read.so,
246 liborg-gnome-plugin-manager.so, liborg-gnome-prefer-plain.so,
247 liborg-gnome-publish-calendar.so, liborg-gnome-sa-junk-plugin.so,
248 liborg-gnome-save-calendar.so, liborg-gnome-subject-thread.so,
249 liborg-gnome-templates.so, and liborg-gnome-vcard-inline.so</seg>
250 <seg><envar>$GNOME_PREFIX</envar>/{include/evolution-&gnome-version;/{addressbook/gui/widgets,
251 calendar/{common,gui/dialogs},composer,e-conduit,e-util,em-format,
252 filter,mail,menus,misc,shell,table,text},
253 lib/evolution/&gnome-version;/{modules,plugins},
254 share/{evolution/&gnome-version;/{default/*,ecps,errors,etspec,
255 help/quickref/*,icons/hicolor/{16x16/{actions,apps,places,status},
256 22x22/{actions,apps,places},24x24/{actions,apps,places,status},
257 32x32/{actions,apps,status},48x48/{actions,apps,categories,status},
258 scalable/actions},images,sounds,ui,views/{addressbook,calendar,mail,
259 memos,tasks}},gnome/help/evolution/*,gtk-doc/html/eshell,
260 omf/evolution}}</seg>
261 </seglistitem>
262 </segmentedlist>
263
264 <variablelist>
265 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
266 <?dbfo list-presentation="list"?>
267 <?dbhtml list-presentation="table"?>
268
269 <varlistentry id="evolution-prog">
270 <term><command>evolution</command></term>
271 <listitem>
272 <para>is an email, calendar and address book suite..</para>
273 <indexterm zone="evolution evolution-prog">
274 <primary sortas="g-evolution">evolution</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
279 </variablelist>
280
281 </sect2>
282
283</sect1>
Note: See TracBrowser for help on using the repository browser.