Kde-runtime contains runtime applications and libraries essential for KDE.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://download.kde.org/stable/4.12.2/src/kde-runtime-4.12.2.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.12.2/src/kde-runtime-4.12.2.tar.xz
Download MD5 sum: 5b832b6d886818c62a6ff7c0488cd689
Download size: 7.5 MB
Estimated disk space required: 111 MB
Estimated build time: 4.7 SBU
kdelibs-4.12.2 and libtirpc-0.2.4
kactivities-4.12.2, kdepimlibs-4.12.2, alsa-lib-1.0.27.2, libjpeg-turbo-1.3.0 and Exiv2-0.24
GDB-7.7, PulseAudio-4.0, xine-lib-1.2.4, libcanberra-0.30, Samba-4.1.4, NetworkManager-0.9.8.8, OpenSLP, QNtrack, LibSSH and OpenEXR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde-runtime
Install kde-runtime by running the following commands:
patch -Np1 -i ../kde-runtime-4.12.2-rpc_fix-1.patch && 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-02-27 20:59:01 -0800