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.
Download (HTTP): http://anduin.linuxfromscratch.org/sources/trinity/kdeartwork-3.5.13.tar.gz
Download (FTP): ftp://anduin.linuxfromscratch.org/trinity/kdeartwork-3.5.13.tar.gz
Download MD5 sum: 24f85eb3e5a9106de48a3e81d2575ffe
Download size: 26.6 MB
Estimated disk space required: 132 MB
Estimated build time: 0.5 SBU
libjpeg-8c, libxml2-2.7.8, and libart_lgpl-2.3.21
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
Last updated on 2012-01-15 17:15:25 +0000