Kdeplasma-addons-4.8.3

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.1 platform.

Package Information

Kdeplasma-addons Dependencies

Required

kde-workspace-4.8.3 and kdepimlibs-4.8.3

Optional

libkexiv2-4.8.3, Marble (for the desktop globe wallpaper) and Eigen (for the Mandelbrot wallpaper plugin)

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

Installation of Kdeplasma-addons

Install Kdeplasma-addons 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

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 $KDE4_PREFIX/lib/kde4
Installed Directories: ...

Last updated on 2012-05-10 17:39:01 +0000