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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 7fada94 was 7fada94, checked in by Randy McMurchy <randy@…>, 19 years ago

Added new package Evolution Data Server-1.0.2

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//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
24<sect2>
25<title>Introduction to <application>Evolution Data Server</application></title>
26
27<para>The <application>Evolution Data Server</application> package provides a
28unified backend for programs that work with contacts, tasks, and calendar
29information. It was originally developed for
30<application>Evolution</application> (hence the name), but is now used by
31other packages as well.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing="compact">
35<listitem><para>Download (HTTP):
36<ulink url="&evolution-data-server-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&evolution-data-server-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum:
40&evolution-data-server-md5sum;</para></listitem>
41<listitem><para>Download size:
42&evolution-data-server-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&evolution-data-server-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&evolution-data-server-time;</para></listitem></itemizedlist>
47</sect3>
48
49<sect3><title><application>Evolution Data Server</application>
50dependencies</title>
51<sect4><title>Required</title>
52<para><xref linkend="libgnomeui"/> and <xref linkend="libsoup"/></para>
53</sect4>
54
55<sect4><title>Optional</title>
56<para><xref linkend="openldap"/>,
57<xref linkend="gtk-doc"/> and
58<xref linkend="docbook-utils"/></para>
59</sect4>
60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of <application>Evolution Data Server</application></title>
66
67<para>Install <application>Evolution Data Server</application> by running the
68following commands:</para>
69
70<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
71 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
72 --sysconfdir=/etc/gnome &amp;&amp;
73make &amp;&amp;
74make install</command></userinput></screen>
75
76</sect2>
77
78<sect2>
79<title>Command explanations</title>
80
81<para><parameter>--libexecdir=`pkg-config --variable=prefix
82ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
83<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
84<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
85
86<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
87puts configuration files in <filename class="directory">/etc/gnome</filename>
88instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
89
90</sect2>
91
92<sect2>
93<title>Contents</title>
94
95<para>The <application>Evolution Data Server</application> package contains
96<command>evolution-data-server-1.0</command> and
97<filename class='libraryfile'>libebook</filename>,
98<filename class='libraryfile'>libecal</filename>,
99<filename class='libraryfile'>libedata-book</filename>,
100<filename class='libraryfile'>libedata-cal</filename>,
101<filename class='libraryfile'>libedataserver</filename> and
102<filename class='libraryfile'>libegroupwise</filename> libraries.</para>
103
104</sect2>
105
106<sect2><title>Description</title>
107
108<sect3><title>evolution-data-server-1.0</title>
109<para><command>evolution-data-server-1.0</command> is the
110<application>Evolution</application> database backend server.</para>
111</sect3>
112
113<sect3><title><application>Evolution Data Server</application> libraries</title>
114<para><filename class='libraryfile'>libe*</filename> libraries are client,
115backend and utility libraries for the <application>Evolution</application>
116address books, calendar and data servers.</para>
117</sect3>
118
119</sect2>
120
121</sect1>
122
Note: See TracBrowser for help on using the repository browser.