source: kde/add/kdepim.xml@ 65ce93a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 65ce93a was 65ce93a, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Updated to kde-3.5.10/kevelop-3.5.5.

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

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