Kdepim-runtime-4.14.1

Introduction to Kdepim-runtime

This package provides additional resources for Akonadi.

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

Package Information

Kdepim-runtime Dependencies

Required

kdepimlibs-4.14.1

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         \
      -Wno-dev .. &&
make

Now, as the root user:

make install

Contents

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

Last updated on 2014-09-17 21:56:07 -0700