Kde-base-artwork-15.08.2

Introduction to Kde-base-artwork

This package provides the default splash screen for KDE.

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

Package Information

Kde-base-artwork Dependencies

Required

kdelibs-4.14.16

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde-base-artwork

Installation of Kde-base-artwork

Install Kde-base-artwork by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX   \
      -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
      -Wno-dev ..

Now, as the root user:

make install

Contents

Installed Programs: none
Installed Libraries: none
Installed Directory: $KDE_PREFIX/share/apps/ksplash/Themes/Default

Last updated on 2016-03-02 13:42:47 -0800