This package provides several KDE programs for managing personal information. Programs include a contact manager, calendar, mail utilities, newsreader, X.509 certificate manager and sticky notes.
This package is known to build and work properly using an LFS-7.1 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdepim-4.8.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.8.3/src/kdepim-4.8.3.tar.xz
Download MD5 sum: 31446093aa268efc0e71f0b9b8753fac
Download size: 13.8 MB
Estimated disk space required: 1.3 GB
Estimated build time: 19.2 SBU
boost-1.49.0 and Libassuan-2.0.3
Cyrus SASL-2.1.25, Prison, Grantlee and dblatex
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdepim
Install Kdepim by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &&
make
Now, as the root user:
make install
Last updated on 2012-05-10 17:39:01 +0000