source: kde/add/kdepim.xml@ 898b7bb

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

KDE index tagging

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

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