Kdeartwork-3.5.13

Introduction to Kdeartwork

Kdeartwork provides additional KDE themes, screensavers, sounds, wallpapers, widget styles, and window styles.

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

Package Information

Kdeartwork Dependencies

Required

kdebase-3.5.13

Recommended

Optional

XScreenSaver-5.15

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

Installation of Kdeartwork

Install kdeartwork with:

MAKEDIR=/tmp/buildkdeart &&
KDEART=`pwd`             &&
rm -rf   $MAKEDIR        &&
mkdir -p $MAKEDIR        &&
cd       $MAKEDIR        &&

cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
      -DCMAKE_VERBOSE_MAKEFILE=ON            \
      -DWITH_XSCREENSAVER=ON                 \
      -DWITH_LIBART=ON                       \
      -DWITH_OPENGL=ON                       \
      -DWITH_ARTS=ON                         \
      -DBUILD_ALL=ON                         \
      $KDEART            &&

unset KDEART MAKEDIR     &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Objects: additional themes, screensavers, sounds, backgrounds, and widget styles for KDE
Installed Programs: None
Installed Libraries: None
Installed Directories: None

Last updated on 2012-01-15 17:15:25 +0000