source: gnome/add/evolution.xml@ c099902d

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 c099902d was 82027623, checked in by Krejzi <krejzi@…>, 12 years ago

anjuta 3.4.0, cheese 3.4.1, devhelp 3.4.1, evolution 3.4.1, file-roller 3.4.1, gedit 3.4.1, glade 3.12.0, gnome-applets 3.4.1, gnome-devel-docs 3.4.1, gnome-games 3.4.1, nautilus-sendto 3.0.2

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

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