Kdepim-runtime-4.14.10

Introduction to Kdepim-runtime

This package provides additional resources for Akonadi.

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

Package Information

Kdepim-runtime Dependencies

Required

kdepimlibs-4.14.10

Optional

KolabLibraries (for Kolab Groupware Resource), libKGAPI (to access Google services), and libKFbAPI (to access Facebook services)

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

Installation of Kdepim-runtime

Install Kdepim-runtime by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX   \
      -DCMAKE_BUILD_TYPE=Release           \
      -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
      -Wno-dev .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: accountwizard, akonadi_nepomuk_feeder, akonadi_*_agent, akonadi_*_resource, akonaditray, gidmigrator, kaddressbookmigrator, kjotsmigrator, kmail-migrator, knotes-migrator, and kres-migrator
Installed Libraries: libakonadi-xml.so, libkdepim-copy.so, libkmindexreader.so, libmaildir.so, and several in $KDE_PREFIX/lib/kde4
Installed Directories: several in $KDE_PREFIX/share

Short Descriptions

accountwizard

is a tool to create an email account.

akonaditray

launch the account wizard to configure PIM accounts.

kaddressbookmigrator

is a migration tool for the KDE address book.

kjotsmigrator

is a migration tool for KJots, the KDE note taker.

kmail-migrator

is a migration tool for kmail.

knotes-migrator

is a migration tool for knotes.

Last updated on 2016-03-02 13:42:47 -0800