KDE-Runtime-4.14.1

Introduction to KDE-Runtime

KDE-Runtime contains runtime applications and libraries essential for KDE.

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

Package Information

KDE-Runtime Dependencies

Required

KDELibs-4.14.1

Recommended

Optional

libcanberra-0.30, NetworkManager-0.9.10.0, PulseAudio-5.0, Samba-4.1.11, xine-lib-1.2.6, LibSSH, Nepomuk-Core, OpenEXR, OpenSLP, and QNtrack

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

Installation of KDE-Runtime

Install KDE-Runtime by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX         \
      -DSYSCONF_INSTALL_DIR=/etc                 \
      -DCMAKE_BUILD_TYPE=Release                 \
      -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
      -Wno-dev .. &&
make

To test the results, issue make test.

Now as the root user:

make install &&
ln -sfv ../lib/kde4/libexec/kdesu $KDE_PREFIX/bin/kdesu

Command Explanations

-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0: This switch is used so that CMake can properly find Samba headers which got moved in version 4.

Contents

Installed Programs: kcmshell4, kde-cp, kde-mv, kde-open, kde4, kde4-menu, kdebugdialog, keditfiletype, kfile4, kglobalaccel, khelpcenter, khotnewstuff-upload, khotnewstuff4, kiconfinder, kioclient, kmimetypefinder, knotify4, kquitapp, kreadconfig, kstart, ksvgtopng, ktraderclient, ktrash, kuiserver, kwalletd, kwriteconfig, nepomukcontroller, plasma-remote-helper, plasmapkg and solid-hardware.
Installed Libraries: several in $KDE_PREFIX/lib
Installed Directories: several in $KDE_PREFIX/lib and $KDE_PREFIX/share

Last updated on 2014-09-19 08:10:38 -0700