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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 bca6dfb6 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 6.4 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.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY evolution-data-server-download-http "&gnome-download-http;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
8 <!ENTITY evolution-data-server-download-ftp "&gnome-download-ftp;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
9 <!ENTITY evolution-data-server-md5sum "1590ec25527b1bcc5046e84ec2d1227f">
10 <!ENTITY evolution-data-server-size "14.1 MB">
11 <!ENTITY evolution-data-server-buildsize "171 MB">
12 <!ENTITY evolution-data-server-time "3.5 SBU (additional 0.6 SBU to run the test suite)">
13]>
14
15<sect1 id="evolution-data-server"
16xreflabel="Evolution Data Server-&evolution-data-server-version;">
17 <?dbhtml filename="evolution-data-server.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 <keywordset>
23 <keyword role="package">evolution-data-server-&evolution-data-server-version;.tar</keyword>
24 <keyword role="ftpdir">evolution-data-server</keyword>
25 </keywordset>
26 </sect1info>
27
28 <title>Evolution Data Server-&evolution-data-server-version;</title>
29
30 <indexterm zone="evolution-data-server">
31 <primary sortas="a-Evolution-Data-Server">Evolution Data Server</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Evolution Data Server</title>
36
37 <para>The <application>Evolution Data Server</application> package provides
38 a unified backend for programs that work with contacts, tasks, and calendar
39 information. It was originally developed for
40 <application>Evolution</application> (hence the name), but is now used by
41 other packages as well.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&evolution-data-server-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&evolution-data-server-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &evolution-data-server-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &evolution-data-server-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &evolution-data-server-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &evolution-data-server-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Evolution Data Server Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="libgnomeui"/> and
69 <xref linkend="libsoup"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="openldap"/>,
73 <xref linkend="nss"/>,
74 <xref linkend="sendmail"/>
75 (or any other <ulink url="../server/mail.html">MTA</ulink>
76 that provides a <command>sendmail</command> command),
77 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
78 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
79 <xref linkend="gtk-doc"/>, and
80 <xref linkend="docbook-utils"/></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/evolution-data-server"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Evolution Data Server</title>
89
90 <para>Install <application>Evolution Data Server</application> by running
91 the following commands:</para>
92
93<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
94 --libexecdir=`pkg-config --variable=prefix \
95 ORBit-2.0`/lib/evolution-data-server-1.2 &amp;&amp;
96make</userinput></screen>
97
98 <para>To test the results, issue: <command>make -k check</command>.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--libexecdir=`pkg-config --variable=prefix
110 ORBit-2.0`/lib/evolution-data-server-1.2</parameter>: This switch puts
111 libexec files in <filename
112 class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
113 instead of <filename
114 class="directory">$GNOME_PREFIX/libexec</filename>.</para>
115
116 <note>
117 <para>To enable many of the optional dependencies, review the information
118 from <command>./configure --help</command> for the necessary parameters
119 you must pass to the <command>configure</command> script.</para>
120 </note>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>None</seg>
134 <seg>libcamel-1.2.so, libcamel-provider-1.2.so, libebook-1.2.so,
135 libecal-1.2.so, libedata-book-1.2.so, libedata-cal-1.2.so,
136 libedataserver-1.2.so, libedataserverui-1.2.so, libegroupwise-1.2.so,
137 libexchange-storage-1.2.so and numerous provider and extension
138 modules.</seg>
139 <seg>The following subdirectories of $GNOME_PREFIX/:
140 include/evolution-data-server-1.4,
141 lib/evolution-data-server-1.2,
142 share/{evolution-data-server-1.4,
143 gtk-doc/html/libe{book,cal,data{,server}},
144 idl/evolution-data-server-1.2,
145 pixmaps/evolution-data-server-1.4}</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="libe.so">
155 <term><filename class='libraryfile'>libe*.so</filename></term>
156 <listitem>
157 <para>libraries are client, backend and utility libraries for the
158 <application>Evolution</application> address books, calendar and data
159 servers.</para>
160 <indexterm zone="evolution-data-server libe.so">
161 <primary sortas="c-libe.so">libe*.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.