Kdeplasma-Addons-4.14.1

Introduction to Kdeplasma-Addons

This package provides extra Plasma applets and engines like lancelot, calculator, wallpapers etc.

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

Package Information

Kdeplasma-Addons Dependencies

Required

KDE-Workspace-4.11.12 and Kdepimlibs-4.14.1

Optional

IBus-1.5.8, libkexiv2-4.14.1, QJson-0.8.1, Eigen (for the Mandelbrot wallpaper plugin), Nepomuk-Core, Marble (for the desktop globe wallpaper), and QOAuth (needed for the Plasma microblog dataengine)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdeplasma-addons

Installation of Kdeplasma-Addons

Install Kdeplasma-Addons 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: lancelot
Installed Libraries: liblancelot-datamodels.so, liblancelot.so, libplasma_groupingcontainment.so, libplasmacomicprovidercore.so, libplasmapotdprovidercore.so, libplasmaweather.so, librtm.so and several in $KDE_PREFIX/lib/kde4
Installed Directories: several in $KDE_PREFIX/include and $KDE_PREFIX/share

Last updated on 2014-09-19 08:10:38 -0700