Kdepim-4.14.10

Introduction to Kdepim

This package provides several KDE programs for managing personal information. Programs include a contact manager, calendar, mail client, newsreader, X.509 certificate manager and sticky notes.

This package is known to build and work properly using an LFS-7.8 platform.

Package Information

Kdepim Dependencies

Required

Boost-1.59.0, grantlee-0.5.1, and kdepim-runtime-4.14.10

Recommended

Optional

nepomuk-widgets, Prison, dblatex, and LinkGrammar

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdepim

Installation of Kdepim

Install Kdepim by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DSYSCONF_INSTALL_DIR=/etc         \
      -DCMAKE_BUILD_TYPE=Release         \
      -Wno-dev .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: akonadi_archivemail_agent, akonadi_followupreminder_agent, akonadi_mailfilter_agent, akonadi_notes_agent, akonadi_sendlater_agent, akonadiconsole, akregator, akregatorstorageexporter, calendarjanitor, contactthemeeditor, headerthemeeditor, ical2vcal, importwizard, kabc2mutt, kabcclient, kaddressbook, kaddressbook-mobile, kalarm, kalarmautostart, karm, kgpgconf, kincidenceeditor, kjotes, kleopatra, kmail, kmail-mobile, kmail_antivir.sh, kmail_clamav.sh, kmail_fprot.sh, kmail_sav.sh, kmailcvt, knode, knotes, konsolekalendar, kontact, korgac, korganizer, korganizer-mobile, ksendemail, ktimetracker, ktnef, kwatchgnupg, mboximporter, notes-mobile, pimsettingexporter, sieveeditor, storageservicemanger, and tasks-mobile
Installed Libraries: several in $KDE_PREFIX/lib
Installed Directories: several in $KDE_PREFIX/share

Last updated on 2015-09-24 01:48:57 -0700