mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
a027d7d3a9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9936 af4574ff-66df-0310-9fd7-8a98e5e911e0
203 lines
7.4 KiB
XML
203 lines
7.4 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.4/evolution-data-server-&evolution-data-server-version;.tar.xz">
|
|
<!ENTITY evolution-data-server-download-ftp
|
|
"&gnome-download-ftp;/evolution-data-server/3.4/evolution-data-server-&evolution-data-server-version;.tar.xz">
|
|
<!ENTITY evolution-data-server-md5sum "c1362b0176e9eb8ec810813692dcf3fc">
|
|
<!ENTITY evolution-data-server-size "3.7 MB">
|
|
<!ENTITY evolution-data-server-buildsize "160 MB">
|
|
<!ENTITY evolution-data-server-time "2.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="evolution-data-server"
|
|
xreflabel="evolution-data-server-&evolution-data-server-version;">
|
|
<?dbhtml filename="evolution-data-server.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<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>The <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>
|
|
|
|
&lfs70_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="GConf"/>,
|
|
<xref linkend="gnome-online-accounts"/>,
|
|
<xref linkend="gperf"/>,
|
|
<xref linkend="libgdata"/>,
|
|
<xref linkend="libical"/> and
|
|
<xref linkend="nss"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libgweather"/> and
|
|
<xref linkend="gobject-introspection"/>
|
|
</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),
|
|
<xref linkend="openldap"/> and
|
|
<xref linkend="vala"/>
|
|
</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 &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>. Two
|
|
tests are known to fail, the rest should pass if run from a
|
|
<application>GNOME</application> desktop - if you are in the middle of building
|
|
the desktop, but wish to run these tests, you can leave the build directory in
|
|
place and run the tests later, when <application>D-Bus</application> and all
|
|
the <application>GNOME</application> daemons are running. Like many of the
|
|
<application>GNOME</application> packages, the testsuite is expected to be run
|
|
when you are already using a (previous) <application>GNOME</application> system.
|
|
</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>
|
|
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/> -->
|
|
|
|
<para><parameter>--libexecdir=/usr/lib/evolution-data-server</parameter>:
|
|
This parameter causes the libexec files to be installed in the preferred
|
|
location of <filename
|
|
class="directory">/usr/lib/evolution-data-server</filename>
|
|
instead of <filename
|
|
class="directory">/usr/libexec</filename>.</para>
|
|
|
|
<para><option>--without-weather</option>: Use this option to disable the
|
|
weather calendar backend and is required if
|
|
<application>libgweather</application> is not installed.</para>
|
|
|
|
<para><parameter>--with-krb5=/usr</parameter>: Enables Kerberos5 support.
|
|
</para>
|
|
|
|
<para><option>--with-openldap</option>: Enables LDAP support.</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 Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<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.4,
|
|
/usr/lib/evolution-data-server,
|
|
/usr/share/evolution-data-server-3.4,
|
|
/usr/share/gtk-doc/html/{camel,libebackend,libebook},
|
|
/usr/share/gtk-doc/html/{libecal,libedata-book,libedata-cal},
|
|
/usr/share/gtk-doc/html/{libedataserver,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="libe.so">
|
|
<term><filename class='libraryfile'>libe*.so</filename></term>
|
|
<listitem>
|
|
<para>libraries are client, backend and utility libraries for the
|
|
<application>Evolution</application> address books, calendar and data
|
|
servers.</para>
|
|
<indexterm zone="evolution-data-server libe.so">
|
|
<primary sortas="c-libe.so">libe*.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|