source: kde/add/kdepim.xml@ bccbdaea

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 bccbdaea was 758a5686, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed bad URL for the GNU Pth link in the kdepim instructions

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

  • Property mode set to 100644
File size: 9.0 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 "e7bd012faa559bcf2a949b6a8ed5ff7f">
10 <!ENTITY kdepim-size "10.9 MB">
11 <!ENTITY kdepim-buildsize "239 MB (additional 11 MB for API docs)">
12 <!ENTITY kdepim-time "23.9 SBU (additional 0.8 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 role="package">
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">Kdepim Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para><xref linkend="kdebase"/></para>
60
61 <bridgehead renderas="sect4">Recommended</bridgehead>
62 <para><xref linkend="libjpeg"/>,
63 <xref linkend="libxml2"/>,
64 <xref linkend="gnupg"/> and
65 <xref linkend="openssl"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para><xref linkend="pilot-link"/>,
69 <ulink url="&gnu-org;#gpgme">GPGME-0.9.x</ulink>
70 (requires <ulink url="&gnu-org;#libgpg-error">Libgpg-error</ulink>
71 then <ulink url="&gnu-org;#libgcrypt">Libgcrypt</ulink>
72 then <ulink url="&gnu-org;#libassuan">Libassuan</ulink>
73 then <ulink url="&gnu-org;#libksba">Libksba</ulink>,
74 <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>,
75 <ulink url="http://www.gnu.org/software/pth/">Pth</ulink>,
76 <ulink url="http://www.opensc.org/">OpenSC</ulink> and then
77 <ulink url="&gnu-org;#gnupg2">GnuPG-1.9.x</ulink>),
78 <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
79 <ulink url="http://www.gnokii.org/">gnokii</ulink>,
80 Bluetooth hardware and driver libraries,
81 <ulink url="http://www.graphviz.org/">GraphViz</ulink>,
82 and <xref linkend="doxygen"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Kdepim</title>
88
89 <para>Install <application>kdepim</application> with:</para>
90
91<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
92 --disable-dependency-tracking &amp;&amp;
93make</userinput></screen>
94
95 <note>
96 <para>If you wish to create the API documentation and
97 you have <application>Doxygen</application> and
98 <application>GraphViz</application> installed,
99 <command>make apidox</command> must be done before
100 <command>make install</command>.</para>
101 </note>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>kaddressbook, kalarm, kandy, karm, kgpgcertmanager, kmail, knode,
119 knotes, konsolekalendar, kontact, korganizer, korn, and kpilot</seg>
120 <seg>Numerous kdepim specific libraries</seg>
121 <seg>Numerous subdirectories in $KDE_PREFIX/{include,share}</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="kaddressbook">
131 <term><command>kaddressbook</command></term>
132 <listitem>
133 <para>is the <application>KDE</application> address book.</para>
134 <indexterm zone="kdepim kaddressbook">
135 <primary sortas="b-kaddressbook">kaddressbook</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="kalarm">
141 <term><command>kalarm</command></term>
142 <listitem>
143 <para>is a system to provide reminder messages.</para>
144 <indexterm zone="kdepim kalarm">
145 <primary sortas="b-kalarm">kalarm</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="kandy">
151 <term><command>kandy</command></term>
152 <listitem>
153 <para>is a program to synchronize mobile phone numbers.</para>
154 <indexterm zone="kdepim kandy">
155 <primary sortas="b-kandy">kandy</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="karm">
161 <term><command>karm</command></term>
162 <listitem>
163 <para> is a personal time tracker.</para>
164 <indexterm zone="kdepim karm">
165 <primary sortas="b-karm">karm</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="kgpgcertmanager">
171 <term><command>kgpgcertmanager</command></term>
172 <listitem>
173 <para>is a tool for managing X509 certificates.</para>
174 <indexterm zone="kdepim kgpgcertmanager">
175 <primary sortas="b-kgpgcertmanager">kgpgcertmanager</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="kmail">
181 <term><command>kmail</command></term>
182 <listitem>
183 <para>is <application>KDE</application>'s email client.</para>
184 <indexterm zone="kdepim kmail">
185 <primary sortas="b-kmail">kmail</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="knode">
191 <term><command>knode</command></term>
192 <listitem>
193 <para> is the <application>KDE</application> newsreader.</para>
194 <indexterm zone="kdepim knode">
195 <primary sortas="b-knode">knode</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="knotes">
201 <term><command>knotes</command></term>
202 <listitem>
203 <para> is a popup notes utility.</para>
204 <indexterm zone="kdepim knotes">
205 <primary sortas="b-knotes">knotes</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="konsolehelper">
211 <term><command>konsolehelper</command></term>
212 <listitem>
213 <para>is a command line interface to <application>KDE</application>
214 calendars.</para>
215 <indexterm zone="kdepim konsolehelper">
216 <primary sortas="b-konsolehelper">konsolehelper</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="kontact">
222 <term><command>kontact</command></term>
223 <listitem>
224 <para>is the integrated solution to personal information management
225 (PIM) needs.</para>
226 <indexterm zone="kdepim kontact">
227 <primary sortas="b-kontact">kontact</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="korganizer">
233 <term><command>korganizer</command></term>
234 <listitem>
235 <para>is a personal calendar/todo system.</para>
236 <indexterm zone="kdepim korganizer">
237 <primary sortas="b-korganizer">korganizer</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="korn">
243 <term><command>korn</command></term>
244 <listitem>
245 <para>is a <application>KDE</application> mail checker that has the capabilities to
246 dock itself to <command>kicker</command>.</para>
247 <indexterm zone="kdepim korn">
248 <primary sortas="b-korn">korn</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="kpilot">
254 <term><command>kpilot</command></term>
255 <listitem>
256 <para>is a program to synchronize a Palm-Pilot.</para>
257 <indexterm zone="kdepim kpilot">
258 <primary sortas="b-kpilot">kpilot</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 </variablelist>
264
265 </sect2>
266
267</sect1>
Note: See TracBrowser for help on using the repository browser.