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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 c5428f72 was c5428f72, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged evolution-data-server.xml

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

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