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

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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 5.2 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.3/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.0/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.0/evolution-data-server-&evolution-data-server-version;.tar.bz2">
9 <!ENTITY evolution-data-server-md5sum "ca13b5dd751cd30c55e889d9a07e70fb">
10 <!ENTITY evolution-data-server-size "4.9 MB">
11 <!ENTITY evolution-data-server-buildsize "89.2 MB">
12 <!ENTITY evolution-data-server-time "1.96 SBU">
13]>
14
15<sect1 id="evolution-data-server"
16xreflabel="Evolution Data Server-&evolution-data-server-version;">
17<sect1info>
18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
20</sect1info>
21<?dbhtml filename="evolution-data-server.html"?>
22<title>Evolution Data Server-&evolution-data-server-version;</title>
23<indexterm zone="evolution-data-server">
24<primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
25</indexterm>
26
27<sect2>
28<title>Introduction to <application>Evolution Data Server</application></title>
29
30<para>The <application>Evolution Data Server</application> package provides a
31unified backend for programs that work with contacts, tasks, and calendar
32information. It was originally developed for
33<application>Evolution</application> (hence the name), but is now used by
34other packages as well.</para>
35
36<sect3><title>Package information</title>
37<itemizedlist spacing="compact">
38<listitem><para>Download (HTTP):
39<ulink url="&evolution-data-server-download-http;"/></para></listitem>
40<listitem><para>Download (FTP):
41<ulink url="&evolution-data-server-download-ftp;"/></para></listitem>
42<listitem><para>Download MD5 sum:
43&evolution-data-server-md5sum;</para></listitem>
44<listitem><para>Download size:
45&evolution-data-server-size;</para></listitem>
46<listitem><para>Estimated disk space required:
47&evolution-data-server-buildsize;</para></listitem>
48<listitem><para>Estimated build time:
49&evolution-data-server-time;</para></listitem></itemizedlist>
50</sect3>
51
52<sect3><title><application>Evolution Data Server</application>
53dependencies</title>
54<sect4><title>Required</title>
55<para><xref linkend="libgnomeui"/> and <xref linkend="libsoup"/></para>
56</sect4>
57
58<sect4><title>Optional</title>
59<para><xref linkend="openldap"/>,
60<xref linkend="gtk-doc"/> and
61<xref linkend="docbook-utils"/></para>
62</sect4>
63</sect3>
64
65</sect2>
66
67<sect2>
68<title>Installation of <application>Evolution Data Server</application></title>
69
70<para>Install <application>Evolution Data Server</application> by running the
71following commands:</para>
72
73<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
74 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
75 --sysconfdir=/etc/gnome &amp;&amp;
76make</command></userinput></screen>
77
78<para>Now, as the root user:</para>
79
80<screen><userinput role='root'><command>make install</command></userinput></screen>
81
82</sect2>
83
84<sect2>
85<title>Command explanations</title>
86
87<para><parameter>--libexecdir=`pkg-config --variable=prefix
88ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
89<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
90<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
91
92<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
93puts configuration files in <filename class="directory">/etc/gnome</filename>
94instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
95
96</sect2>
97
98<sect2>
99<title>Contents</title>
100
101<segmentedlist>
102<segtitle>Installed Program</segtitle>
103<segtitle>Installed Libraries</segtitle>
104<segtitle>Installed Directories</segtitle>
105
106<seglistitem>
107<seg>evolution-data-server-1.0</seg>
108<seg>libebook.so, libecal.so, libedata-book.so, libedata-cal.so,
109libedataserver.so and libegroupwise.so</seg>
110<seg>$GNOME_PREFIX/include/evolution-data-server-1.0,
111$GNOME_PREFIX/share/evolution-data-server-1.0,
112$GNOME_PREFIX/share/idl/evolution-data-server-1.0 and
113$GNOME_PREFIX/share/gtk-doc/html/libe*</seg>
114</seglistitem>
115</segmentedlist>
116
117<variablelist>
118<bridgehead renderas="sect3">Short Descriptions</bridgehead>
119<?dbfo list-presentation="list"?>
120
121<varlistentry id="evolution-data-server-1.0">
122<term><command>evolution-data-server-1.0</command></term>
123<listitem><para>is the <application>Evolution</application> database backend
124server.</para>
125<indexterm zone="evolution-data-server evolution-data-server-1.0">
126<primary sortas="b-evolution-data-server-1.0">evolution-data-server-1.0</primary>
127</indexterm></listitem>
128</varlistentry>
129
130<varlistentry id="libe.so">
131<term><filename class='libraryfile'>libe*.so</filename></term>
132<listitem><para>libraries are client, backend and utility libraries for the
133<application>Evolution</application> address books, calendar and data
134servers.</para>
135<indexterm zone="evolution-data-server libe.so">
136<primary sortas="c-libe.so">libe*.so</primary>
137</indexterm></listitem>
138</varlistentry>
139</variablelist>
140
141</sect2>
142
143</sect1>
144
Note: See TracBrowser for help on using the repository browser.