source: gnome/add/evolution-data-server.xml@ 5254d12

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 5254d12 was e7307aa1, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Gnome.

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

  • Property mode set to 100644
File size: 7.5 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-data-server-download-http "http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
8 <!ENTITY evolution-data-server-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
9 <!ENTITY evolution-data-server-md5sum "1590ec25527b1bcc5046e84ec2d1227f">
10 <!ENTITY evolution-data-server-size "14.1 MB">
11 <!ENTITY evolution-data-server-buildsize "171 MB">
12 <!ENTITY evolution-data-server-time "3.5 SBU (additional 0.4 SBU to run the test suite)">
13]>
14
15<sect1 id="evolution-data-server"
16xreflabel="Evolution Data Server-&evolution-data-server-version;">
17 <?dbhtml filename="evolution-data-server.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 <keywordset>
23 <keyword role="package">evolution-data-server-&evolution-data-server-version;.tar</keyword>
24 <keyword role="ftpdir">evolution-data-server</keyword>
25 </keywordset>
26 </sect1info>
27
28 <title>Evolution Data Server-&evolution-data-server-version;</title>
29
30 <indexterm zone="evolution-data-server">
31 <primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Evolution Data Server</title>
36
37 <para>The <application>Evolution Data Server</application> package provides
38 a unified backend for programs that work with contacts, tasks, and calendar
39 information. It was originally developed for
40 <application>Evolution</application> (hence the name), but is now used by
41 other packages as well.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &evolution-data-server-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &evolution-data-server-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="libgnomeui"/> and
69 <xref linkend="libsoup"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="openldap"/>,
73 <xref linkend="mozilla"/> or
74 <xref linkend="firefox"/> or
75 <xref linkend="thunderbird"/> (NSS/NSPR libs for SSL and S/MIME support),
76 <xref linkend="sendmail"/>,
77 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
78 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
79 <xref linkend="gtk-doc"/> and
80 <xref linkend="docbook-utils"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Evolution Data Server</title>
86
87 <para>Install <application>Evolution Data Server</application> by running
88 the following commands:</para>
89
90<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
91 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
92 --sysconfdir=/etc/gnome &amp;&amp;
93make</userinput></screen>
94
95 <para>To test the results, issue: <command>make check</command>. If you
96 used <application>Firefox</application> or
97 <application>Thunderbird</application> NSS and NSPR libraries for SSL and
98 S/MIME support, you may need to add the appropriate library directory
99 (e.g.,
100 <filename class='directory'>/usr/lib/firefox-&firefox-version;</filename>)
101 to <filename>/etc/ld.so.conf</filename> and run <command>ldconfig</command>
102 as the <systemitem class="username">root</systemitem> user before running
103 the test suite.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para><parameter>--libexecdir=`pkg-config --variable=prefix
115 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
116 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
117 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
118
119 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
120 puts configuration files in <filename class="directory">/etc/gnome</filename>
121 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
122
123 <note>
124 <para>To enable many of the optional dependencies, review the information
125 from <command>./configure --help</command> for the necessary parameters
126 you must pass to the <command>configure</command> script.</para>
127 </note>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>camel-index-control-1.2, camel-lock-helper-1.2, and
141 evolution-data-server-1.4</seg>
142 <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libebook-1.2.so,
143 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
144 libedataserver-1.2.so, libedataserverui-1.2.so, libegroupwise-1.2.so,
145 libexchange-storage-1.2.so and numerous provider and extension
146 modules.</seg>
147 <seg>$GNOME_PREFIX/include/evolution-data-server-1.4,
148 $GNOME_PREFIX/lib/evolution-data-server-1.2,
149 $GNOME_PREFIX/share/evolution-data-server-1.4,
150 $GNOME_PREFIX/share/idl/evolution-data-server-1.2,
151 $GNOME_PREFIX/share/gtk-doc/html/libe* and
152 $GNOME_PREFIX/share/pixmaps/evolution-data-server-1.4</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="evolution-data-server-1.4">
162 <term><command>evolution-data-server-1.4</command></term>
163 <listitem>
164 <para>is the <application>Evolution</application> database backend
165 server.</para>
166 <indexterm zone="evolution-data-server evolution-data-server-1.4">
167 <primary sortas="b-evolution-data-server-1.4">evolution-data-server-1.4</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="libe.so">
173 <term><filename class='libraryfile'>libe*.so</filename></term>
174 <listitem>
175 <para>libraries are client, backend and utility libraries for the
176 <application>Evolution</application> address books, calendar and data
177 servers.</para>
178 <indexterm zone="evolution-data-server libe.so">
179 <primary sortas="c-libe.so">libe*.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.