source: archive/kde/add/kdepim.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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