2024-01-20 05:35:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-07-08 07:52:18 +08:00
|
|
|
<!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
|
2023-09-22 01:14:24 +08:00
|
|
|
"&gnome-download-http;/evolution-data-server/&gnome-minor-50;/evolution-data-server-&evolution-data-server-version;.tar.xz">
|
2023-10-16 05:14:18 +08:00
|
|
|
<!ENTITY evolution-data-server-download-ftp " ">
|
2024-02-14 10:03:07 +08:00
|
|
|
<!ENTITY evolution-data-server-md5sum "3aca3ad79c9ee833f25d68e6097b46ee">
|
2022-12-28 11:46:10 +08:00
|
|
|
<!ENTITY evolution-data-server-size "4.7 MB">
|
2023-09-22 01:14:24 +08:00
|
|
|
<!ENTITY evolution-data-server-buildsize "177 MB (with tests)">
|
|
|
|
<!ENTITY evolution-data-server-time "0.7 SBU (using parallelism=4, add 0.2 SBU for tests)">
|
2016-07-08 07:52:18 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="evolution-data-server"
|
2019-06-28 04:55:17 +08:00
|
|
|
xreflabel="evolution-data-server-&evolution-data-server-version;">
|
2016-07-08 07:52:18 +08:00
|
|
|
<?dbhtml filename="evolution-data-server.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
2019-02-06 04:29:40 +08:00
|
|
|
The <application>Evolution Data Server</application> package provides
|
2016-07-08 07:52:18 +08:00
|
|
|
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>
|
|
|
|
|
2024-02-21 09:19:39 +08:00
|
|
|
&lfs121_checked;
|
2016-07-08 07:52:18 +08:00
|
|
|
|
|
|
|
<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>
|
2022-12-28 11:46:10 +08:00
|
|
|
|
2016-07-08 07:52:18 +08:00
|
|
|
<bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="libical"/>,
|
|
|
|
<xref linkend="libsecret"/>,
|
2019-03-28 00:40:05 +08:00
|
|
|
<xref linkend="nss"/>, and
|
2022-08-26 05:50:31 +08:00
|
|
|
<xref linkend="sqlite"/>
|
2016-07-08 07:52:18 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="gnome-online-accounts"/>,
|
|
|
|
<xref linkend="gobject-introspection"/>,
|
|
|
|
<xref linkend="gtk3"/>,
|
|
|
|
<xref linkend="icu"/>,
|
2019-01-02 16:30:56 +08:00
|
|
|
<xref linkend="libcanberra"/>,
|
2022-12-28 11:46:10 +08:00
|
|
|
<xref linkend="libgweather"/>,
|
|
|
|
<xref linkend="vala"/>, and
|
|
|
|
<xref linkend="webkitgtk"/>
|
2016-07-08 07:52:18 +08:00
|
|
|
</para>
|
|
|
|
|
2019-12-09 17:32:49 +08:00
|
|
|
<bridgehead renderas="sect4"
|
|
|
|
revision="sysv">Recommended (Runtime)</bridgehead>
|
|
|
|
<para role="recommended" revision="sysv">
|
|
|
|
<xref linkend="blocaled" role="runtime"/>
|
|
|
|
</para>
|
|
|
|
|
2016-07-08 07:52:18 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="gtk-doc"/>,
|
|
|
|
<xref linkend="mitkrb"/>,
|
2020-05-17 04:19:50 +08:00
|
|
|
a <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
|
2023-11-23 05:35:10 +08:00
|
|
|
<xref linkend="openldap"/>,
|
|
|
|
&berkeley-db;, and
|
2019-10-16 01:32:59 +08:00
|
|
|
<ulink url="https://github.com/googlei18n/libphonenumber/">libphonenumber</ulink>
|
2016-07-08 07:52:18 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Evolution Data Server</title>
|
|
|
|
|
2023-12-05 05:14:39 +08:00
|
|
|
<!-- Fixed in 3.50.2
|
2023-11-27 08:22:45 +08:00
|
|
|
<para>
|
|
|
|
First, fix a build failure when using libxml2-2.12.x:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput remap="pre">sed -i '/xpathInternals.h/a #include <libxml/globals.h>' src/libedataserver/e-xml-utils.c</userinput></screen>
|
2023-12-05 05:14:39 +08:00
|
|
|
-->
|
2023-11-27 08:22:45 +08:00
|
|
|
|
2016-07-08 07:52:18 +08:00
|
|
|
<para>
|
|
|
|
Install <application>Evolution Data Server</application> by running
|
|
|
|
the following commands:
|
|
|
|
</para>
|
|
|
|
|
2019-06-27 11:12:23 +08:00
|
|
|
<screen revision="sysv"><userinput>mkdir build &&
|
|
|
|
cd build &&
|
|
|
|
|
2022-12-28 11:46:10 +08:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
-DSYSCONF_INSTALL_DIR=/etc \
|
|
|
|
-DENABLE_VALA_BINDINGS=ON \
|
|
|
|
-DENABLE_INSTALLED_TESTS=ON \
|
|
|
|
-DWITH_OPENLDAP=OFF \
|
|
|
|
-DWITH_KRB5=OFF \
|
|
|
|
-DENABLE_INTROSPECTION=ON \
|
|
|
|
-DENABLE_GTK_DOC=OFF \
|
|
|
|
-DWITH_LIBDB=OFF \
|
|
|
|
-DWITH_SYSTEMDUSERUNITDIR=no \
|
2023-06-03 03:17:39 +08:00
|
|
|
-Wno-dev -G Ninja .. &&
|
2023-06-02 16:07:11 +08:00
|
|
|
ninja</userinput></screen>
|
2019-06-27 11:12:23 +08:00
|
|
|
|
|
|
|
<screen revision="systemd"><userinput>mkdir build &&
|
2017-12-29 05:42:14 +08:00
|
|
|
cd build &&
|
2017-05-03 02:06:06 +08:00
|
|
|
|
2022-12-28 11:46:10 +08:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
-DSYSCONF_INSTALL_DIR=/etc \
|
|
|
|
-DENABLE_VALA_BINDINGS=ON \
|
|
|
|
-DENABLE_INSTALLED_TESTS=ON \
|
|
|
|
-DWITH_OPENLDAP=OFF \
|
|
|
|
-DWITH_KRB5=OFF \
|
|
|
|
-DENABLE_INTROSPECTION=ON \
|
|
|
|
-DENABLE_GTK_DOC=OFF \
|
|
|
|
-DWITH_LIBDB=OFF \
|
2023-06-03 03:17:39 +08:00
|
|
|
-Wno-dev -G Ninja .. &&
|
2023-06-02 03:14:28 +08:00
|
|
|
ninja</userinput></screen>
|
2016-07-08 07:52:18 +08:00
|
|
|
|
|
|
|
<para>
|
2022-12-28 11:46:10 +08:00
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
2016-07-08 07:52:18 +08:00
|
|
|
</para>
|
|
|
|
|
2023-06-02 03:14:28 +08:00
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
2022-12-28 11:46:10 +08:00
|
|
|
|
2016-07-08 07:52:18 +08:00
|
|
|
<para>
|
2023-06-02 03:14:28 +08:00
|
|
|
To test the results, issue: <command>ninja test</command>.
|
2016-07-08 07:52:18 +08:00
|
|
|
</para>
|
|
|
|
|
2022-12-28 11:46:10 +08:00
|
|
|
<!-- The tests need to be run after the package is installed due to
|
|
|
|
compatibility issues that show up when upgrading from previous versions
|
|
|
|
of e-d-s. This is due to soup2/soup3 mixing. -->
|
2016-07-08 07:52:18 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
2017-05-03 02:06:06 +08:00
|
|
|
<parameter>-DENABLE_VALA_BINDINGS=ON</parameter>: This switch
|
2023-09-22 01:14:24 +08:00
|
|
|
enables building the Vala bindings. Remove it if you don't
|
2016-07-08 07:52:18 +08:00
|
|
|
have <xref linkend="vala"/> installed.
|
|
|
|
</para>
|
|
|
|
|
2017-09-02 02:13:24 +08:00
|
|
|
<para>
|
|
|
|
<parameter>-DENABLE_GTK_DOC=OFF</parameter>: This switch
|
|
|
|
disables building the API documentation. It is broken for
|
|
|
|
this package due to the use of a long deprecated gtk-doc program
|
|
|
|
that is no longer available.
|
|
|
|
</para>
|
|
|
|
|
2021-12-06 20:39:07 +08:00
|
|
|
<para>
|
|
|
|
<parameter>-DWITH_LIBDB=OFF</parameter>: This switch allows building
|
2023-11-23 05:35:10 +08:00
|
|
|
this package without &berkeley-db;. <!--This package only uses
|
|
|
|
&berkeley-db; to import data from very outdated releases.-->
|
2021-12-06 23:50:44 +08:00
|
|
|
<xref linkend="sqlite"/> is used for normal operation.
|
2021-12-06 20:39:07 +08:00
|
|
|
</para>
|
|
|
|
|
2022-12-28 11:46:10 +08:00
|
|
|
<para>
|
2023-06-02 03:14:28 +08:00
|
|
|
<option>-DENABLE_OAUTH2_WEBKITGTK4=OFF</option>: Use this switch if
|
|
|
|
you did not build <xref linkend="webkitgtk" role="nodep"/> with GTK-4.
|
2022-12-28 11:46:10 +08:00
|
|
|
</para>
|
2022-04-10 02:39:59 +08:00
|
|
|
|
2019-08-27 16:16:44 +08:00
|
|
|
<para revision="sysv">
|
2019-12-08 01:38:33 +08:00
|
|
|
<parameter>-DWITH_SYSTEMDUSERUNITDIR=no</parameter>: This switch
|
2019-08-27 16:16:44 +08:00
|
|
|
disables installing the systemd units, which are not used for a Sysv
|
|
|
|
build.
|
|
|
|
</para>
|
|
|
|
|
2016-07-08 07:52:18 +08:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
To enable many of the optional dependencies, review the information
|
2017-05-03 02:06:06 +08:00
|
|
|
from <command>cmake -L CMakeLists.txt</command> for the necessary
|
|
|
|
parameters you must pass to the <command>cmake</command> command.
|
2016-07-08 07:52:18 +08:00
|
|
|
</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>
|
2023-06-02 03:14:28 +08:00
|
|
|
libcamel-1.2.so,
|
|
|
|
libebackend-1.2.so,
|
|
|
|
libebook-1.2.so,
|
|
|
|
libebook-contacts-1.2.so,
|
|
|
|
libecal-2.0.so,
|
|
|
|
libedata-book-1.2.so,
|
|
|
|
libedata-cal-2.0.so,
|
|
|
|
libedataserver-1.2.so,
|
|
|
|
libedataserverui-1.2.so,
|
|
|
|
libedataserverui4-1.0.so,
|
2022-12-28 11:46:10 +08:00
|
|
|
and libetestserverutils.so
|
2016-07-08 07:52:18 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/include/evolution-data-server,
|
2020-02-27 10:21:07 +08:00
|
|
|
/usr/lib{,exec}/evolution-data-server,
|
2022-04-10 02:39:59 +08:00
|
|
|
/usr/share/evolution-data-server,
|
2020-05-30 14:05:46 +08:00
|
|
|
/usr/share/installed-tests/evolution-data-server, and
|
2019-12-06 11:09:32 +08:00
|
|
|
<!-- We explicitly disable gtk-doc generation, so comment these out
|
2016-07-08 07:52:18 +08:00
|
|
|
/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
|
2019-12-06 11:09:32 +08:00
|
|
|
-->
|
2016-07-08 07:52:18 +08:00
|
|
|
/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
|
2021-02-19 23:20:16 +08:00
|
|
|
handling library
|
2016-07-08 07:52:18 +08:00
|
|
|
</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
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>Evolution Data Server</application> Backends
|
2016-07-08 07:52:18 +08:00
|
|
|
</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>
|
2021-02-19 23:20:16 +08:00
|
|
|
address books
|
2016-07-08 07:52:18 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="evolution-data-server libebook-1">
|
|
|
|
<primary sortas="c-libebook-1">libebook-1.2.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2017-10-26 16:52:47 +08:00
|
|
|
<varlistentry id="libebook-contacts-1">
|
|
|
|
<term><filename class="libraryfile">libebook-contacts-1.2.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the client library for <application>Evolution</application>
|
2021-02-19 23:20:16 +08:00
|
|
|
contacts
|
2017-10-26 16:52:47 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="evolution-data-server libebook-contacts-1">
|
|
|
|
<primary sortas="c-libebook-contacts-1">libebook-contacts-1.2.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2016-07-08 07:52:18 +08:00
|
|
|
<varlistentry id="libecal-1">
|
|
|
|
<term><filename class="libraryfile">libecal-1.2.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the client library for <application>Evolution</application>
|
2021-02-19 23:20:16 +08:00
|
|
|
calendars
|
2016-07-08 07:52:18 +08:00
|
|
|
</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>
|
2021-02-19 23:20:16 +08:00
|
|
|
address books
|
2016-07-08 07:52:18 +08:00
|
|
|
</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>
|
2021-02-19 23:20:16 +08:00
|
|
|
calendars
|
2016-07-08 07:52:18 +08:00
|
|
|
</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
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>Evolution Data Server</application>
|
2016-07-08 07:52:18 +08:00
|
|
|
</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
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>Evolution Data Server</application>
|
2016-07-08 07:52:18 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="evolution-data-server libedataserverui-3">
|
|
|
|
<primary sortas="c-libedataserverui-3">libedataserverui-3.0.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2022-12-28 11:46:10 +08:00
|
|
|
<varlistentry id="libedataserverui4-1">
|
|
|
|
<term><filename class="libraryfile">libedataserverui4-1.0.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the GTK-4 based GUI utility library for
|
|
|
|
<application>Evolution Data Server</application>
|
|
|
|
</para>
|
|
|
|
<indexterm zone="evolution-data-server libedataserverui4-1">
|
|
|
|
<primary sortas="c-libedataserverui4-1">libedataserverui4-1.0.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2017-10-26 16:52:47 +08:00
|
|
|
<varlistentry id="libetestserverutils-1">
|
|
|
|
<term><filename class="libraryfile">libetestserverutils.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the server test utility library for
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>Evolution Data Server</application>
|
2017-10-26 16:52:47 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="evolution-data-server libetestserverutils-1">
|
|
|
|
<primary sortas="c-libetestserverutils-1">libetestserverutils.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
|
2016-07-08 07:52:18 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|