source: kde/add/kdepim.xml@ f4f1156a

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 f4f1156a was f4f1156a, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated kdepim-3.3.2 build entities and dependencies

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

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[60384c68]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">
[4124cba]8<!ENTITY kdepim-download-ftp "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2">
[f4f1156a]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)">
[60384c68]13]>
14
[ee2025f]15<sect1 id="kdepim">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[ee2025f]20<?dbhtml filename="kdepim.html"?>
21<title>kdepim-&kde-version;</title>
22
[60384c68]23<sect2>
24<title>Introduction to <application>kdepim</application></title>
25
26<sect3><title>Package information</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Download (HTTP): <ulink
29url="&kdepim-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink
31url="&kdepim-download-ftp;"/></para></listitem>
[f4f1156a]32<listitem><para>Download MD5 sum: &kdepim-md5sum;</para></listitem>
[60384c68]33<listitem><para>Download size: &kdepim-size;</para></listitem>
[f4f1156a]34<listitem><para>Estimated disk space required:
[60384c68]35&kdepim-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&kdepim-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title><application>kdepim</application> dependencies</title>
41<sect4><title>Required</title>
[4124cba]42<para><xref linkend="kdebase"/></para>
43</sect4>
44
45<sect4><title>Recommended</title>
46<para><xref linkend="libjpeg"/>,
47<xref linkend="libxml2"/>,
48<xref linkend="gnupg"/> and
49<xref linkend="openssl"/></para>
50</sect4>
51
[60384c68]52<sect4><title>Optional</title>
[36bcf509]53<para><xref linkend="pilot-link"/>,
54<ulink
[4124cba]55url="http://www.gnupg.org/download/index.html#gpgme">GPGME-0.9.x</ulink>
[f4f1156a]56(requires <ulink
57url="http://www.gnupg.org/download/index.html#libgpg-error">Libgpg-error</ulink>
58then <ulink
59url="http://www.gnupg.org/download/index.html#libgcrypt">Libgcrypt</ulink>
60then <ulink
61url="http://www.gnupg.org/download/index.html#libassuan">Libassuan</ulink>
62then <ulink
63url="http://www.gnupg.org/download/index.html#libksba">Libksba</ulink>,
[4124cba]64<ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>,
65<ulink url="http://www.gnu.org/software/pth/">Pth</ulink>,
66<ulink url="http://www.opensc.org/">OpenSC</ulink> and then
[f4f1156a]67<ulink
68url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink>),
69<ulink
70url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
[4124cba]71<ulink url="http://www.gnokii.org/">gnokii</ulink>,
[f4f1156a]72Bluetooth hardware and driver libraries,
[faa80ab]73<ulink url="http://www.graphviz.org/">GraphViz</ulink>
74and <xref linkend="doxygen"/></para>
[4124cba]75</sect4>
[60384c68]76</sect3>
77
78</sect2>
79
80<sect2>
81<title>Installation of <application>kdepim</application></title>
82
83<para>Install <application>kdepim</application> with:</para>
[f4f1156a]84
[60384c68]85<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
86 --disable-dependency-tracking &amp;&amp;
87make &amp;&amp;
88make install</command></userinput></screen>
89
[f4f1156a]90<note><para>If you wish to create the <acronym>API</acronym> documentation and
91you have <application>Doxygen</application> and
92<application>GraphViz</application> installed, <command>make apidox</command>
[87efe37]93must be done before <command>make install</command>.</para></note>
94
[60384c68]95</sect2>
96
97<sect2>
98<title>Contents</title>
99
100<para>Major programs in <application>kdepim</application> include
101<command>kaddressbook</command>,
102<command>kalarm</command>,
103<command>kandy</command>,
104<command>karm</command>,
105<command>kgpgcertmanager</command>,
106<command>kmail</command>,
107<command>knode</command>,
108<command>knotes</command>,
109<command>konsolekalendar</command>,
110<command>kontact</command>
111<command>korganizer</command>,
112<command>korn</command> and
113<command>kpilot</command>.
114</para>
115
116</sect2>
117
118<sect2><title>Description</title>
119
120<sect3><title>kaddressbook</title>
121<para><command>kaddressbook</command> is the <acronym>KDE</acronym>
[87efe37]122address book.</para></sect3>
[60384c68]123
124<sect3><title>kalarm</title>
125<para><command>kalarm</command> is a system to provide reminder
126messages.</para></sect3>
127
128<sect3><title>kandy</title>
129<para><command>kandy</command> is a program to synchronize mobile phone
130numbers.</para></sect3>
131
132<sect3><title>karm</title>
133<para><command>karm</command> is a personal time tracker.</para></sect3>
134
135<sect3><title>kgpgcertmanager</title>
136<para><command>kgpgcertmanager</command> is a tool for managing X509
137certificates.</para></sect3>
138
139<sect3><title>kmail</title>
140<para><command>kmail</command> is <acronym>KDE</acronym>'s email
141client.</para></sect3>
142
143<sect3><title>knode</title>
144<para><command>knode</command> is the <acronym>KDE</acronym>
145newsreader.</para></sect3>
146
147<sect3><title>knotes</title>
148<para><command>knotes</command> is a popup notes utility.</para></sect3>
149
150<sect3><title>konsolekalendar</title>
151<para><command>konsolekalendar</command> is a command line interface
152to <acronym>KDE</acronym> calendars.</para></sect3>
153
154<sect3><title>kontact</title>
155<para><command>kontact</command> is the integrated solution to
[87efe37]156personal information management (<acronym>PIM</acronym>) needs.</para></sect3>
[60384c68]157
158<sect3><title>korganizer</title>
159<para><command>korganizer</command> is a personal calendar/todo
160system.</para></sect3>
161
162<sect3><title>korn</title>
163<para><command>korn</command> is a <acronym>KDE</acronym> mail checker
[87efe37]164that has the capabilities to dock itself to
165<command>kicker</command>.</para></sect3>
[60384c68]166
167<sect3><title>kpilot</title>
168<para><command>kpilot</command> is a program to synchronize a
169Palm-Pilot.</para></sect3>
170
171</sect2>
[ee2025f]172
173</sect1>
Note: See TracBrowser for help on using the repository browser.