source: kde/add/kdepim.xml@ 442196f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 442196f was 442196f, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged kdepim.xml

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

  • Property mode set to 100644
File size: 9.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 kdepim-download-http "&kde-download-http;/kdepim-&kde-version;.tar.bz2">
8 <!ENTITY kdepim-download-ftp "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2">
9 <!ENTITY kdepim-md5sum "7f8cc9a40c0190c5a6723f6325bcba06">
10 <!ENTITY kdepim-size "10.9 MB">
11 <!ENTITY kdepim-buildsize "254 MB (additional 181 MB for API docs)">
12 <!ENTITY kdepim-time "22 SBU (additional 2.3 SBU for API docs)">
13
14 <!ENTITY gnu-org "http://www.gnupg.org/download/index.html">
15]>
16
17<sect1 id="kdepim" xreflabel="kdepim-&kde-version;">
18 <?dbhtml filename="kdepim.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Kdepim-&kde-version;</title>
26
27 <indexterm zone="kdepim">
28 <primary sortas="a-kdepim">Kdepim</primary>
29 </indexterm>
30
31 <sect2>
32 <title>Introduction to Kdepim</title>
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing='compact'>
36 <listitem>
37 <para>Download (HTTP): <ulink url="&kdepim-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&kdepim-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &kdepim-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &kdepim-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &kdepim-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &kdepim-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>Required patch: <ulink
60 url="&kde-download-http;/kdepim-fix-imap-resource-type.diff"/></para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">Kdepim Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para><xref linkend="kdebase"/></para>
68
69 <bridgehead renderas="sect4">Recommended</bridgehead>
70 <para><xref linkend="libjpeg"/>,
71 <xref linkend="libxml2"/>,
72 <xref linkend="gnupg"/> and
73 <xref linkend="openssl"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para><xref linkend="pilot-link"/>,
77 <ulink url="&gnu-org;#gpgme">GPGME-0.9.x</ulink>
78 (requires <ulink url="&gnu-org;#libgpg-error">Libgpg-error</ulink>
79 then <ulink url="&gnu-org;#libgcrypt">Libgcrypt</ulink>
80 then <ulink url="&gnu-org;#libassuan">Libassuan</ulink>
81 then <ulink url="&gnu-org;#libksba">Libksba</ulink>,
82 <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>,
83 <ulink url="http://www.gnu-org/software/pth/">Pth</ulink>,
84 <ulink url="http://www.opensc.org/">OpenSC</ulink> and then
85 <ulink url="&gnu-org;#gnupg2">GnuPG-1.9.x</ulink>),
86 <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
87 <ulink url="http://www.gnokii.org/">gnokii</ulink>,
88 Bluetooth hardware and driver libraries,
89 <ulink url="http://www.graphviz.org/">GraphViz</ulink>,
90 and <xref linkend="doxygen"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Kdepim</title>
96
97 <para>Install <application>kdepim</application> with:</para>
98
99<screen><userinput>pushd kresources/kolab &amp;&amp;
100patch -Np0 -i ../../../kdepim-fix-imap-resource-type.diff &amp;&amp;
101popd &amp;&amp;
102./configure --prefix=&kde-dir; --disable-debug \
103 --disable-dependency-tracking &amp;&amp;
104make</userinput></screen>
105
106 <note>
107 <para>If you wish to create the API documentation and
108 you have <application>Doxygen</application> and
109 <application>GraphViz</application> installed,
110 <command>make apidox</command> must be done before
111 <command>make install</command>.</para>
112 </note>
113
114 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>kaddressbook, kalarm, kandy, karm, kgpgcertmanager, kmail, knode,
130 knotes, konsolekalendar, kontact, korganizer, korn, and kpilot</seg>
131 <seg>None</seg>
132 <seg>None</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="kaddressbook">
142 <term><command>kaddressbook</command></term>
143 <listitem>
144 <para>is the <application>KDE</application> address book.</para>
145 <indexterm zone="kdepim kaddressbook">
146 <primary sortas="b-kaddressbook">kaddressbook</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="kalarm">
152 <term><command>kalarm</command></term>
153 <listitem>
154 <para>is a system to provide reminder messages.</para>
155 <indexterm zone="kdepim kalarm">
156 <primary sortas="b-kalarm">kalarm</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="kandy">
162 <term><command>kandy</command></term>
163 <listitem>
164 <para>is a program to synchronize mobile phone numbers.</para>
165 <indexterm zone="kdepim kandy">
166 <primary sortas="b-kandy">kandy</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="karm">
172 <term><command>karm</command></term>
173 <listitem>
174 <para> is a personal time tracker.</para>
175 <indexterm zone="kdepim karm">
176 <primary sortas="b-karm">karm</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="kgpgcertmanager">
182 <term><command>kgpgcertmanager</command></term>
183 <listitem>
184 <para>is a tool for managing X509 certificates.</para>
185 <indexterm zone="kdepim kgpgcertmanager">
186 <primary sortas="b-kgpgcertmanager">kgpgcertmanager</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="kmail">
192 <term><command>kmail</command></term>
193 <listitem>
194 <para>is <application>KDE</application>'s email client.</para>
195 <indexterm zone="kdepim kmail">
196 <primary sortas="b-kmail">kmail</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="knode">
202 <term><command>knode</command></term>
203 <listitem>
204 <para> is the <application>KDE</application> newsreader.</para>
205 <indexterm zone="kdepim knode">
206 <primary sortas="b-knode">knode</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="knotes">
212 <term><command>knotes</command></term>
213 <listitem>
214 <para> is a popup notes utility.</para>
215 <indexterm zone="kdepim knotes">
216 <primary sortas="b-knotes">knotes</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="konsolehelper">
222 <term><command>konsolehelper</command></term>
223 <listitem>
224 <para>is a command line interface to <application>KDE</application>
225 calendars.</para>
226 <indexterm zone="kdepim konsolehelper">
227 <primary sortas="b-konsolehelper">konsolehelper</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="kontact">
233 <term><command>kontact</command></term>
234 <listitem>
235 <para>is the integrated solution to personal information management
236 (PIM) needs.</para>
237 <indexterm zone="kdepim kontact">
238 <primary sortas="b-kontact">kontact</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="korganizer">
244 <term><command>korganizer</command></term>
245 <listitem>
246 <para>is a personal calendar/todo system.</para>
247 <indexterm zone="kdepim korganizer">
248 <primary sortas="b-korganizer">korganizer</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="korn">
254 <term><command>korn</command></term>
255 <listitem>
256 <para>is a <application>KDE</application> mail checker that has the capabilities to
257 dock itself to <command>kicker</command>.</para>
258 <indexterm zone="kdepim korn">
259 <primary sortas="b-korn">korn</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="kpilot">
265 <term><command>kpilot</command></term>
266 <listitem>
267 <para>is a program to synchronize a Palm-Pilot.</para>
268 <indexterm zone="kdepim kpilot">
269 <primary sortas="b-kpilot">kpilot</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 </variablelist>
275
276 </sect2>
277
278</sect1>
Note: See TracBrowser for help on using the repository browser.