The libkscreen package contains the KDE Screen Management library.
This package is known to build and work properly using an LFS 12.2 platform.
![[Important]](../images/important.png) 
          This package is extracted from the plasma set of packages. If Plasma-6.1.4 is built, do NOT also build this package as presented here.
Download (HTTP): http://download.kde.org/stable/plasma/6.1.4/libkscreen-6.1.4.tar.xz
Download MD5 sum: dfd2bd982b5ab4daa5a3545e54cf9cb3
Download size: 120 KB
Estimated disk space required: 17 MB
Estimated build time: 0.3 SBU (using parallelism=4)
Install libkscreen by running the following commands:
mkdir build &&
cd    build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr        \
      -D CMAKE_BUILD_TYPE=Release         \
      -D CMAKE_INSTALL_LIBEXECDIR=libexec \
      -D KDE_INSTALL_USE_QT_SYS_PATHS=ON  \
      -D BUILD_TESTING=OFF                \
      -W no-dev ..                        &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          Next, remove a systemd unit which serves no purpose on a SysV
          system as the root user:
        
rm -v /usr/lib/systemd/user/plasma-kscreen.service