Kde-runtime contains runtime applications and libraries essential for KDE.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://download.kde.org/stable/4.14.1/src/kde-runtime-4.14.1.tar.xz
Download MD5 sum: 8748f518157cc9f9b086347730763d4d
Download size: 7.5 MB
Estimated disk space required: 145 MB
Estimated build time: 4.2 SBU
kactivities-4.13.3, kdepimlibs-4.14.1, alsa-lib-1.0.28, libjpeg-turbo-1.3.1, and Exiv2-0.24
PulseAudio-5.0, xine-lib-1.2.6, libcanberra-0.30, Samba-4.1.11, NetworkManager-0.9.10.0, nepomuk-core, OpenSLP, QNtrack, LibSSH, and OpenEXR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
-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.
Last updated on 2014-09-17 21:56:07 -0700