source: xsoft/office/evolution.xml@ 38e4f06

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 38e4f06 was 38e4f06, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #11

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

  • Property mode set to 100644
File size: 6.9 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 "&gnome-download-http;/evolution/2.4/evolution-&evolution-version;.tar.bz2">
8 <!ENTITY evolution-download-ftp "&gnome-download-ftp;/evolution/2.4/evolution-&evolution-version;.tar.bz2">
9 <!ENTITY evolution-md5sum "cee3e0ac6ca43e5060468c3b938bea72">
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 <keywordset>
22 <keyword role="package">evolution-&evolution-version;.tar</keyword>
23 <keyword role="ftpdir">evolution</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Evolution-&evolution-version;</title>
28
29 <indexterm zone="evolution">
30 <primary sortas="a-Evolution">Evolution</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Evolution</title>
35
36 <para>The <application>Evolution</application> package contains an
37 integrated mail, calendar and address book suite designed for the
38 <application>GNOME-2</application> environment.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&evolution-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&evolution-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &evolution-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &evolution-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &evolution-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &evolution-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Evolution Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gtkhtml"/> and
66 <xref linkend="evolution-data-server"/></para>
67
68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended"><xref linkend="nss"/> (required for SSL and
70 S/MIME support)</para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="gstreamer"/>,
74 <xref linkend="openldap"/>,
75 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
76 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
77 <ulink url="&gnome-download-http;/gnome-pilot-conduits/2.0/">
78 GNOME Pilot conduits</ulink> (requires <xref linkend="pilot-link"/> then
79 <ulink url="&gnome-download-http;/gnome-pilot/2.0/">
80 GNOME Pilot</ulink>),
81 <ulink url="&gnome-download-http;/gnome-spell/1.0/">
82 GNOME Spell</ulink>,
83 <xref linkend="dbus"/>,
84 <xref linkend="kdebase"/>,
85 <xref linkend="gtk-doc"/>, and
86 <xref linkend="docbook-utils"/></para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/evolution"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Evolution</title>
95
96 <para>Install <application>Evolution</application> by running the following
97 commands:</para>
98
99<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
100 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib \
101 --localstatedir=/var/lib \
102 --sysconfdir=&gnome-etc-dir; &amp;&amp;
103make</userinput></screen>
104
105 <para>This package does not come with a test suite.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install &amp;&amp;
110ln -v -s evolution-2.4 \
111 `pkg-config --variable=prefix ORBit-2.0`/bin/evolution</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <!-- There doesn't appear to be any need for this
119 <para><parameter>-\-disable-gtk-doc</parameter>: This parameter disables
120 building the API documentation if you have
121 <application>GTK-Doc</application> installed. Remove this parameter if
122 you wish to build and install the documentation.</para>
123 -->
124
125 <para><option>--with-openldap</option>: This parameter will compile
126 LDAP support into <application>Evolution</application>.</para>
127
128 <para><option>--with-krb5</option>: This parameter will compile
129 <application>Kerberos5</application> support into
130 <application>Evolution</application>.</para>
131
132 <para><option>--with-pilot-conduits</option>: This parameter will build
133 the <application>GNOME Pilot</application> conduits allowing you to
134 synchronize <application>Evolution</application> data on a Palm
135 device.</para>
136
137 <para><command>ln -v -s evolution-2.4 `pkg-config
138 --variable=prefix ORBit-2.0`/bin/evolution</command>: This optional command
139 creates a convenience symlink to the <command>evolution-2.4</command>
140 binary.</para>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>evolution and evolution-2.4</seg>
154 <seg>lib/evolution/2.4/* (contains support libraries, conduits,
155 and other components)</seg>
156 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/evolution
157 and the following subdirectories of $GNOME_PREFIX/:
158 include/evolution-2.4,
159 lib/evolution,
160 share/{{,omf/}evolution, {gnome/help,idl}/evolution-2.4}</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.