source: xsoft/office/evolution.xml@ 5600683

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

Updated various package instructions to use the GNOME download location entities

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5663 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.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 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Evolution</title>
92
93 <para>Install <application>Evolution</application> by running the following
94 commands:</para>
95
96<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
97 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib \
98 --localstatedir=/var/lib \
99 --sysconfdir=&gnome-etc-dir; &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>&gnome-etc-dir;/gconf/gconf.xml.defaults/[,schemas/]apps/evolution
154 and the following subdirectories of $GNOME_PREFIX/:
155 include/evolution-2.4,
156 lib/evolution,
157 share/[[,omf/]evolution, [gnome/help,idl]/evolution-2.4]</seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="evolution-prog">
167 <term><command>evolution</command></term>
168 <listitem>
169 <para>is a symlink to the <command>evolution-2.4</command>
170 program.</para>
171 <indexterm zone="evolution evolution-prog">
172 <primary sortas="g-evolution">evolution</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="evolution-2.4">
178 <term><command>evolution-2.4</command></term>
179 <listitem>
180 <para>is an email, calendar and address book suite.</para>
181 <indexterm zone="evolution evolution-2.4">
182 <primary sortas="b-evolution-2.4">evolution-2.4</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.