mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
6732c09460
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
321 lines
11 KiB
XML
321 lines
11 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
<!ENTITY kdepim-download-http "&kde-download-http;/kdepim-&kde-version;.tar.bz2">
|
|
<!ENTITY kdepim-download-ftp "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2">
|
|
<!ENTITY kdepim-md5sum "e37e6173fe9fd7f242c9502a4ae1d7de">
|
|
<!ENTITY kdepim-size "13.0 MB">
|
|
<!ENTITY kdepim-buildsize "290 MB (additional 382 MB for API docs)">
|
|
<!ENTITY kdepim-time "20.8 SBU (additional 1.6 SBU for API docs)">
|
|
|
|
<!ENTITY gnu-org "http://www.gnupg.org/download/index.html">
|
|
]>
|
|
|
|
<sect1 id="kdepim" xreflabel="kdepim-&kde-version;">
|
|
<?dbhtml filename="kdepim.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdepim-&kde-version;</title>
|
|
|
|
<indexterm zone="kdepim">
|
|
<primary sortas="a-kdepim">Kdepim</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdepim</title>
|
|
|
|
<para><application>Kdepim</application> provides several
|
|
<application>KDE</application> programs for managing personal information.
|
|
Programs include a contact manager, calendar, mail utilities, newsreader,
|
|
X.509 certificat manager, and sticky notes.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kdepim-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kdepim-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kdepim-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kdepim-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kdepim-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kdepim-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Kdepim Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="kdebase"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended"><xref linkend="libjpeg"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="gnupg"/> and
|
|
<xref linkend="openssl"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="pilot-link"/>,
|
|
<ulink url="&gnu-org;#gpgme">GPGME</ulink>
|
|
(requires <ulink url="&gnu-org;#libgpg-error">Libgpg-error</ulink>
|
|
then <ulink url="&gnu-org;#libgcrypt">Libgcrypt</ulink>
|
|
then <ulink url="&gnu-org;#libassuan">Libassuan</ulink>
|
|
then <ulink url="&gnu-org;#libksba">Libksba</ulink>,
|
|
<ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>,
|
|
<ulink url="http://www.gnu.org/software/pth/">Pth</ulink>,
|
|
<ulink url="http://www.opensc.org/">OpenSC</ulink> and then
|
|
<ulink url="&gnu-org;#gnupg2">GnuPG-1.9.x</ulink>),
|
|
<ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
|
|
<ulink url="http://www.gnokii.org/">gnokii</ulink>,
|
|
Bluetooth hardware and driver libraries,
|
|
<xref linkend="graphviz"/>, and
|
|
<xref linkend="doxygen"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kdepim"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdepim</title>
|
|
|
|
<para>Install <application>kdepim</application> with:</para>
|
|
|
|
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
make</userinput></screen>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
href="../../xincludes/kde-apidocs.xml"/>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>akregator, kaddressbook, kalarm, kandy, karm,
|
|
kitchensync, kleopatra, kmail, knode, knotes, konsolekalendar,
|
|
kontact, korganizer, korn, kpilot,
|
|
ktnef, kwatchgnupg, and supporting programs</seg>
|
|
<seg>Numerous kdepim specific libraries</seg>
|
|
<seg>Numerous subdirectories in $KDE_PREFIX/{include,share}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="akregator">
|
|
<term><command>akregator</command></term>
|
|
<listitem>
|
|
<para>is a program to read <acronym>RSS</acronym> and
|
|
other online news feeds.</para>
|
|
<indexterm zone="kdepim akregator">
|
|
<primary sortas="b-akregator">akregator</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kaddressbook">
|
|
<term><command>kaddressbook</command></term>
|
|
<listitem>
|
|
<para>is the <application>KDE</application> address book.</para>
|
|
<indexterm zone="kdepim kaddressbook">
|
|
<primary sortas="b-kaddressbook">kaddressbook</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kalarm">
|
|
<term><command>kalarm</command></term>
|
|
<listitem>
|
|
<para>is a system to provide reminder messages.</para>
|
|
<indexterm zone="kdepim kalarm">
|
|
<primary sortas="b-kalarm">kalarm</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kandy">
|
|
<term><command>kandy</command></term>
|
|
<listitem>
|
|
<para>is a program to synchronize mobile phone numbers.</para>
|
|
<indexterm zone="kdepim kandy">
|
|
<primary sortas="b-kandy">kandy</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="karm">
|
|
<term><command>karm</command></term>
|
|
<listitem>
|
|
<para> is a personal time tracker.</para>
|
|
<indexterm zone="kdepim karm">
|
|
<primary sortas="b-karm">karm</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kitchensync">
|
|
<term><command>kitchensync</command></term>
|
|
<listitem>
|
|
<para>is the universal syncing tool and framework for kde.</para>
|
|
<indexterm zone="kdepim kitchensync">
|
|
<primary sortas="b-kitchensync">kitchensync</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kleopatra">
|
|
<term><command>kleopatra</command></term>
|
|
<listitem>
|
|
<para>is a tool for managing X.509 certificates in
|
|
a <application>GpgSM</application> keybox and for retrieving
|
|
certificates from <acronym>LDAP</acronym> servers.</para>
|
|
<indexterm zone="kdepim kleopatra">
|
|
<primary sortas="b-kleopatra">kleopatra</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kmail">
|
|
<term><command>kmail</command></term>
|
|
<listitem>
|
|
<para>is <application>KDE</application>'s email client.</para>
|
|
<indexterm zone="kdepim kmail">
|
|
<primary sortas="b-kmail">kmail</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="knode">
|
|
<term><command>knode</command></term>
|
|
<listitem>
|
|
<para> is the <application>KDE</application> newsreader.</para>
|
|
<indexterm zone="kdepim knode">
|
|
<primary sortas="b-knode">knode</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="knotes">
|
|
<term><command>knotes</command></term>
|
|
<listitem>
|
|
<para> is a popup notes utility.</para>
|
|
<indexterm zone="kdepim knotes">
|
|
<primary sortas="b-knotes">knotes</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="konsolekalendar">
|
|
<term><command>konsolekalendar</command></term>
|
|
<listitem>
|
|
<para>is a command line interface to <application>KDE</application>
|
|
calendars.</para>
|
|
<indexterm zone="kdepim konsolekalendar">
|
|
<primary sortas="b-konsolekalendar">konsolekalendar</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kontact">
|
|
<term><command>kontact</command></term>
|
|
<listitem>
|
|
<para>is the integrated solution to personal information management
|
|
(PIM) needs.</para>
|
|
<indexterm zone="kdepim kontact">
|
|
<primary sortas="b-kontact">kontact</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="korganizer">
|
|
<term><command>korganizer</command></term>
|
|
<listitem>
|
|
<para>is a personal calendar/todo system.</para>
|
|
<indexterm zone="kdepim korganizer">
|
|
<primary sortas="b-korganizer">korganizer</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="korn">
|
|
<term><command>korn</command></term>
|
|
<listitem>
|
|
<para>is a <application>KDE</application> mail checker that has the capabilities to
|
|
dock itself to <command>kicker</command>.</para>
|
|
<indexterm zone="kdepim korn">
|
|
<primary sortas="b-korn">korn</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kpilot">
|
|
<term><command>kpilot</command></term>
|
|
<listitem>
|
|
<para>is a program to synchronize a Palm-Pilot.</para>
|
|
<indexterm zone="kdepim kpilot">
|
|
<primary sortas="b-kpilot">kpilot</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ktnef">
|
|
<term><command>ktnef</command></term>
|
|
<listitem>
|
|
<para>allows handling mail attachments using the TNEF format.
|
|
Those attachments are usually found in mails coming
|
|
from <trademark class="registered">Microsoft</trademark>
|
|
mail servers and embed the mail properties as well as the
|
|
actual attachments.</para>
|
|
<indexterm zone="kdepim ktnef">
|
|
<primary sortas="b-ktnef">ktnef</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="kwatchgnupg">
|
|
<term><command>kwatchgnupg</command></term>
|
|
<listitem>
|
|
<para>is simple<application>GnuPG</application> log viewer.</para>
|
|
<indexterm zone="kdepim kwatchgnupg">
|
|
<primary sortas="b-kwatchgnupg">kwatchgnupg</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|