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.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdeplasma-addons-4.8.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.8.3/src/kdeplasma-addons-4.8.3.tar.xz
Download MD5 sum: 6da9a63dd71c39d7650ae3c07b06d969
Download size: 1.6 MB
Estimated disk space required: 386 MB
Estimated build time: 5.1 SBU
kde-workspace-4.8.3 and kdepimlibs-4.8.3
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
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
Last updated on 2012-05-10 17:39:01 +0000