%general-entities; ]> $LastChangedBy$ $Date$ KService-&kf5-version; KService Introduction to KService The KService package contains a library that provides a plugin framework for handling desktop services. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &kservice-md5sum; Download size: &kservice-size; Estimated disk space required: &kservice-buildsize; Estimated build time: &kservice-time; KService Dependencies Required , , , , and User Notes: Installation of KService Install KService by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \ -DLIB_INSTALL_DIR=lib \ -DBUILD_TESTING=OFF \ -DECM_MKSPECS_INSTALL_DIR=&qt5-mkspecs-dir; \ .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR: This switch is used to set correct XDG configuration directory. Contents Installed Programs Installed Libraries Installed Directories desktoptojson and kbuildsycoca5 libKF5Service.so $KF5_PREFIX/include/KF5/KService, $KF5_PREFIX/lib/cmake/KF5Service and $KF5_PREFIX/share/kservicetypes5