source: xsoft/office/evolution.xml@ f73ca8c1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 f73ca8c1 was f73ca8c1, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Evolution-2.4.1

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

  • Property mode set to 100644
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY evolution-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution/2.4/evolution-&evolution-version;.tar.bz2">
8 <!ENTITY evolution-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution/2.4/evolution-&evolution-version;.tar.bz2">
9 <!ENTITY evolution-md5sum "13235405e08d14a54129e3a65548f58e">
10 <!ENTITY evolution-size "11.5 MB">
11 <!ENTITY evolution-buildsize "248 MB">
12 <!ENTITY evolution-time "7.4 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-2</application> environment.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&evolution-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&evolution-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &evolution-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &evolution-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &evolution-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &evolution-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="gtkhtml"/> and
62 <xref linkend="evolution-data-server"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para><xref linkend="mozilla"/> or
66 <xref linkend="firefox"/> or
67 <xref linkend="thunderbird"/> (for the NSS and NSPR libraries
68 required for SSL and S/MIME support)</para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para><xref linkend="gstreamer"/>,
72 <xref linkend="openldap"/>,
73 <xref linkend="sendmail"/> (or other
74 <ulink url="../server/mail.html">MTA</ulink> that links to
75 <command>/usr/sbin/sendmail</command>),
76 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
77 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
78 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot-conduits/2.0/">
79 GNOME Pilot conduits</ulink> (requires <xref linkend="pilot-link"/> then
80 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/">
81 GNOME Pilot</ulink>),
82 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-spell/1.0/">
83 GNOME Spell</ulink>,
84 <xref linkend="dbus"/>,
85 <xref linkend="kdebase"/>,
86 <xref linkend="gtk-doc"/> and
87 <xref linkend="docbook-utils"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Evolution</title>
93
94 <para>Install <application>Evolution</application> by running the following
95 commands:</para>
96
97<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
98 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib \
99 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
100make</userinput></screen>
101
102 <para>This package does not come with a test suite.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install &amp;&amp;
107ln -v -s evolution-2.4 \
108 `pkg-config --variable=prefix ORBit-2.0`/bin/evolution</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <!-- There doesn't appear to be any need for this
116 <para><parameter>-\-disable-gtk-doc</parameter>: This parameter disables
117 building the API documentation if you have
118 <application>GTK-Doc</application> installed. Remove this parameter if
119 you wish to build and install the documentation.</para>
120 -->
121
122 <para><option>--with-openldap</option>: This parameter will compile
123 LDAP support into <application>Evolution</application>.</para>
124
125 <para><option>--with-krb5</option>: This parameter will compile
126 <application>Kerberos5</application> support into
127 <application>Evolution</application>.</para>
128
129 <para><option>--with-pilot-conduits</option>: This parameter will build
130 the <application>GNOME Pilot</application> conduits allowing you to
131 synchronize <application>Evolution</application> data on a Palm
132 device.</para>
133
134 <para><command>ln -v -s evolution-2.4 `pkg-config
135 --variable=prefix ORBit-2.0`/bin/evolution</command>: This optional command
136 creates a convenience symlink to the <command>evolution-2.4</command>
137 binary.</para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>evolution and evolution-2.4</seg>
151 <seg>lib/evolution/2.4/* (contains support libraries, conduits,
152 and other components)</seg>
153 <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/evolution,
154 /etc/gnome/gconf/gconf.xml.defaults/apps/evolution,
155 $GNOME_PREFIX/include/evolution-2.4,
156 $GNOME_PREFIX/lib/evolution,
157 $GNOME_PREFIX/share/idl/evolution-2.4,
158 $GNOME_PREFIX/share/gnome/help/evolution-2.4,
159 $GNOME_PREFIX/share/omf/evolution, and
160 $GNOME_PREFIX/share/evolution</seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="evolution-prog">
170 <term><command>evolution</command></term>
171 <listitem>
172 <para>is a symlink to the <command>evolution-2.4</command>
173 program.</para>
174 <indexterm zone="evolution evolution-prog">
175 <primary sortas="g-evolution">evolution</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="evolution-2.4">
181 <term><command>evolution-2.4</command></term>
182 <listitem>
183 <para>is an email, calendar and address book suite.</para>
184 <indexterm zone="evolution evolution-2.4">
185 <primary sortas="b-evolution-2.4">evolution-2.4</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.