mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
318 lines
10 KiB
XML
318 lines
10 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY evolution-data-server-download-http
|
|
"&gnome-download-http;/evolution-data-server/3.6/evolution-data-server-&evolution-data-server-version;.tar.xz">
|
|
<!ENTITY evolution-data-server-download-ftp
|
|
"&gnome-download-ftp;/evolution-data-server/3.6/evolution-data-server-&evolution-data-server-version;.tar.xz">
|
|
<!ENTITY evolution-data-server-md5sum "9a66998e1986a003c42222f41ea15d2e">
|
|
<!ENTITY evolution-data-server-size "3.9 MB">
|
|
<!ENTITY evolution-data-server-buildsize "225 MB">
|
|
<!ENTITY evolution-data-server-time "2.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="evolution-data-server"
|
|
xreflabel="evolution-data-server-&evolution-data-server-version;">
|
|
<?dbhtml filename="evolution-data-server.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>evolution-data-server-&evolution-data-server-version;</title>
|
|
|
|
<indexterm zone="evolution-data-server">
|
|
<primary sortas="a-evolution-data-server">evolution-data-server</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Evolution Data Server</title>
|
|
|
|
<para>
|
|
<application>Evolution Data Server</application> package provides
|
|
a unified backend for programs that work with contacts, tasks, and calendar
|
|
information. It was originally developed for
|
|
<application>Evolution</application> (hence the name), but is now used by
|
|
other packages as well.
|
|
</para>
|
|
|
|
&lfs72_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&evolution-data-server-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &evolution-data-server-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &evolution-data-server-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &evolution-data-server-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &evolution-data-server-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="db"/>,
|
|
<xref linkend="gnome-online-accounts"/>,
|
|
<xref linkend="gperf"/>,
|
|
<xref linkend="libgdata"/>,
|
|
<xref linkend="libical"/> and
|
|
<xref linkend="nss"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libgweather"/>,
|
|
<xref linkend="gobject-introspection"/> and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="mitkrb"/>,
|
|
a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command) and
|
|
<xref linkend="openldap"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/evolution-data-server"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Evolution Data Server</title>
|
|
|
|
<para>
|
|
Install <application>Evolution Data Server</application> by running
|
|
the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--libexecdir=/usr/lib/evolution-data-server \
|
|
--enable-vala-bindings &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
<!-- To test the results, issue: <command>make check</command>. -->
|
|
This package does not have a working testsuite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>--enable-vala-bindings</option>: This switch enables
|
|
building of the Vala bindings. Remove if you don't have
|
|
<xref linkend="vala"/> installed.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--with-openldap</option>: Use this switch to enable
|
|
<application>OpenLDAP</application> support in
|
|
<application>Evolution Data Server</application>.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--with-krb5=/usr</parameter>: Use this switch to
|
|
enable <application>Kerberos 5</application> support in
|
|
<application>Evolution Data Server</application>.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
<note>
|
|
<para>
|
|
To enable many of the optional dependencies, review the information
|
|
from <command>./configure --help</command> for the necessary parameters
|
|
you must pass to the <command>configure</command> script.
|
|
</para>
|
|
</note>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libcamel-1.2.so, libebackend-1.2.so, libebook-1.2.so,
|
|
libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
|
|
libedataserver-1.2.so and libedataserverui-3.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/evolution-data-server-3.6,
|
|
/usr/lib/evolution-data-server,
|
|
/usr/share/evolution-data-server-3.6,
|
|
/usr/share/gtk-doc/html/camel,
|
|
/usr/share/gtk-doc/html/libebackend,
|
|
/usr/share/gtk-doc/html/libebook,
|
|
/usr/share/gtk-doc/html/libecal
|
|
/usr/share/gtk-doc/html/libedata-book,
|
|
/usr/share/gtk-doc/html/libedata-cal,
|
|
/usr/share/gtk-doc/html/libedataserver,
|
|
/usr/share/gtk-doc/html/libedataserverui and
|
|
/usr/share/pixmaps/evolution-data-server
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libcamel-1">
|
|
<term><filename class="libraryfile">libcamel-1.2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>Evolution</application> MIME message
|
|
handling library.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libcamel-1">
|
|
<primary sortas="c-libcamel-1">libcamel-1.2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libebackend-1">
|
|
<term><filename class="libraryfile">libebackend-1.2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the utility library for
|
|
<application>Evolution Data Server</application> Backends.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libebackend-1">
|
|
<primary sortas="c-libebackend-1">libebackend-1.2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libebook-1">
|
|
<term><filename class="libraryfile">libebook-1.2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the client library for <application>Evolution</application>
|
|
address books.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libebook-1">
|
|
<primary sortas="c-libebook-1">libebook-1.2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libecal-1">
|
|
<term><filename class="libraryfile">libecal-1.2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the client library for <application>Evolution</application>
|
|
calendars.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libecal-1">
|
|
<primary sortas="c-libecal-1">libecal-1.2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libedata-book-1">
|
|
<term><filename class="libraryfile">libedata-book-1.2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the backend library for <application>Evolution</application>
|
|
address books.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libedata-book-1">
|
|
<primary sortas="c-libedata-book-1">libedata-book-1.2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libedata-cal-1">
|
|
<term><filename class="libraryfile">libedata-cal-1.2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the backend library for <application>Evolution</application>
|
|
calendars.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libedata-cal-1">
|
|
<primary sortas="c-libedata-cal-1">libedata-cal-1.2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libedataserver-1">
|
|
<term><filename class="libraryfile">libedataserver-1.2.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the utility library for
|
|
<application>Evolution Data Server</application>.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libedataserver-1">
|
|
<primary sortas="c-libedataserver-1">libedataserver-1.2.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libedataserverui-3">
|
|
<term><filename class="libraryfile">libedataserverui-3.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the GUI utility library for
|
|
<application>Evolution Data Server</application>.
|
|
</para>
|
|
<indexterm zone="evolution-data-server libedataserverui-3">
|
|
<primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|