Kde-runtime-4.10.3

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.3 platform.

Package Information

Additional Downloads

Kde-runtime Dependencies

Required

kdelibs-4.10.3 and libtirpc-0.2.3

Recommended

Optional

GDB-7.6, PulseAudio-3.0, xine-lib-1.2.2, libcanberra-0.30, Samba-3.6.12, NetworkManager-0.9.8.0, OpenSLP, QNtrack, LibSSH and OpenEXR

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

Installation of Kde-runtime

Install kde-runtime by running the following commands:

patch -Np1 -i ../kde-runtime-4.10.3-rpc_fix-1.patch &&
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DSYSCONF_INSTALL_DIR=/etc \
      -DCMAKE_BUILD_TYPE=Release \
      .. &&
make

To test the results, issue make test.

Now, as the root user:

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

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 2013-05-08 17:45:30 +0000