source: kde/add/kdepim.xml@ 8250d8e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 8250d8e was 8250d8e, checked in by Randy McMurchy <randy@…>, 17 years ago

Added new package Libgcrypt-1.2.4

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

  • Property mode set to 100644
File size: 11.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6 <!ENTITY kdepim-download-http "&kde-download-http;/kdepim-&kde-version;.tar.bz2">
7 <!ENTITY kdepim-download-ftp "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2">
8 <!ENTITY kdepim-md5sum "e37e6173fe9fd7f242c9502a4ae1d7de">
9 <!ENTITY kdepim-size "13.0 MB">
10 <!ENTITY kdepim-buildsize "290 MB (additional 382 MB for API docs)">
11 <!ENTITY kdepim-time "20.8 SBU (additional 1.6 SBU for API docs)">
12
13 <!ENTITY gnu-org "http://www.gnupg.org/download/index.html">
14]>
15
16<sect1 id="kdepim" xreflabel="kdepim-&kde-version;">
17 <?dbhtml filename="kdepim.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Kdepim-&kde-version;</title>
25
26 <indexterm zone="kdepim">
27 <primary sortas="a-kdepim">Kdepim</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Kdepim</title>
32
33 <para><application>Kdepim</application> provides several
34 <application>KDE</application> programs for managing personal information.
35 Programs include a contact manager, calendar, mail utilities, newsreader,
36 X.509 certificat manager, and sticky notes.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing='compact'>
40 <listitem>
41 <para>Download (HTTP): <ulink url="&kdepim-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&kdepim-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &kdepim-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &kdepim-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &kdepim-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &kdepim-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Kdepim Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="kdebase"/></para>
64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
66 <para role="recommended"><xref linkend="libjpeg"/>,
67 <xref linkend="libxml2"/>,
68 <xref linkend="gnupg"/>, and
69 <xref linkend="openssl"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="pilot-link"/>,
73 <ulink url="&gnu-org;#gpgme">GPGME</ulink> (requires
74 <xref linkend="libgcrypt"/> then
75 <xref linkend="pth"/> then
76 <xref linkend="libassuan"/> then
77 <ulink url="&gnu-org;#libksba">Libksba</ulink>,
78 <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>,
79 <ulink url="http://www.opensc.org/">OpenSC</ulink> and then
80 <ulink url="&gnu-org;#gnupg2">GnuPG-1.9.x</ulink>),
81 <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
82 <ulink url="http://www.gnokii.org/">gnokii</ulink>,
83 Bluetooth hardware and driver libraries,
84 <xref linkend="graphviz"/>, and
85 <xref linkend="doxygen"/></para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/kdepim"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Kdepim</title>
94
95 <para>Install <application>kdepim</application> with:</para>
96
97<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
98 --disable-dependency-tracking &amp;&amp;
99make</userinput></screen>
100
101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
102 href="../../xincludes/kde-apidocs.xml"/>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>akregator, kaddressbook, kalarm, kandy, karm,
122 kitchensync, kleopatra, kmail, knode, knotes, konsolekalendar,
123 kontact, korganizer, korn, kpilot,
124 ktnef, kwatchgnupg, and supporting programs</seg>
125 <seg>Numerous kdepim specific libraries</seg>
126 <seg>Numerous subdirectories in $KDE_PREFIX/{include,share}</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="akregator">
136 <term><command>akregator</command></term>
137 <listitem>
138 <para>is a program to read <acronym>RSS</acronym> and
139 other online news feeds.</para>
140 <indexterm zone="kdepim akregator">
141 <primary sortas="b-akregator">akregator</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="kaddressbook">
147 <term><command>kaddressbook</command></term>
148 <listitem>
149 <para>is the <application>KDE</application> address book.</para>
150 <indexterm zone="kdepim kaddressbook">
151 <primary sortas="b-kaddressbook">kaddressbook</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="kalarm">
157 <term><command>kalarm</command></term>
158 <listitem>
159 <para>is a system to provide reminder messages.</para>
160 <indexterm zone="kdepim kalarm">
161 <primary sortas="b-kalarm">kalarm</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="kandy">
167 <term><command>kandy</command></term>
168 <listitem>
169 <para>is a program to synchronize mobile phone numbers.</para>
170 <indexterm zone="kdepim kandy">
171 <primary sortas="b-kandy">kandy</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="karm">
177 <term><command>karm</command></term>
178 <listitem>
179 <para> is a personal time tracker.</para>
180 <indexterm zone="kdepim karm">
181 <primary sortas="b-karm">karm</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="kitchensync">
187 <term><command>kitchensync</command></term>
188 <listitem>
189 <para>is the universal syncing tool and framework for kde.</para>
190 <indexterm zone="kdepim kitchensync">
191 <primary sortas="b-kitchensync">kitchensync</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="kleopatra">
197 <term><command>kleopatra</command></term>
198 <listitem>
199 <para>is a tool for managing X.509 certificates in
200 a <application>GpgSM</application> keybox and for retrieving
201 certificates from <acronym>LDAP</acronym> servers.</para>
202 <indexterm zone="kdepim kleopatra">
203 <primary sortas="b-kleopatra">kleopatra</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="kmail">
209 <term><command>kmail</command></term>
210 <listitem>
211 <para>is <application>KDE</application>'s email client.</para>
212 <indexterm zone="kdepim kmail">
213 <primary sortas="b-kmail">kmail</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="knode">
219 <term><command>knode</command></term>
220 <listitem>
221 <para> is the <application>KDE</application> newsreader.</para>
222 <indexterm zone="kdepim knode">
223 <primary sortas="b-knode">knode</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="knotes">
229 <term><command>knotes</command></term>
230 <listitem>
231 <para> is a popup notes utility.</para>
232 <indexterm zone="kdepim knotes">
233 <primary sortas="b-knotes">knotes</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="konsolekalendar">
239 <term><command>konsolekalendar</command></term>
240 <listitem>
241 <para>is a command line interface to <application>KDE</application>
242 calendars.</para>
243 <indexterm zone="kdepim konsolekalendar">
244 <primary sortas="b-konsolekalendar">konsolekalendar</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="kontact">
250 <term><command>kontact</command></term>
251 <listitem>
252 <para>is the integrated solution to personal information management
253 (PIM) needs.</para>
254 <indexterm zone="kdepim kontact">
255 <primary sortas="b-kontact">kontact</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="korganizer">
261 <term><command>korganizer</command></term>
262 <listitem>
263 <para>is a personal calendar/todo system.</para>
264 <indexterm zone="kdepim korganizer">
265 <primary sortas="b-korganizer">korganizer</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="korn">
271 <term><command>korn</command></term>
272 <listitem>
273 <para>is a <application>KDE</application> mail checker that has the capabilities to
274 dock itself to <command>kicker</command>.</para>
275 <indexterm zone="kdepim korn">
276 <primary sortas="b-korn">korn</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="kpilot">
282 <term><command>kpilot</command></term>
283 <listitem>
284 <para>is a program to synchronize a Palm-Pilot.</para>
285 <indexterm zone="kdepim kpilot">
286 <primary sortas="b-kpilot">kpilot</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="ktnef">
292 <term><command>ktnef</command></term>
293 <listitem>
294 <para>allows handling mail attachments using the TNEF format.
295 Those attachments are usually found in mails coming
296 from <trademark class="registered">Microsoft</trademark>
297 mail servers and embed the mail properties as well as the
298 actual attachments.</para>
299 <indexterm zone="kdepim ktnef">
300 <primary sortas="b-ktnef">ktnef</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="kwatchgnupg">
306 <term><command>kwatchgnupg</command></term>
307 <listitem>
308 <para>is simple<application>GnuPG</application> log viewer.</para>
309 <indexterm zone="kdepim kwatchgnupg">
310 <primary sortas="b-kwatchgnupg">kwatchgnupg</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 </variablelist>
316
317 </sect2>
318
319</sect1>
Note: See TracBrowser for help on using the repository browser.