%general-entities; ]> $LastChangedBy$ $Date$ KAuth-&kf5-version; KAuth Introduction to KAuth The KAuth package contains a library that provides a convenient, system-integrated way to offload actions that need to be performed as a privileged user to small helper utilities. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &kauth-md5sum; Download size: &kauth-size; Estimated disk space required: &kauth-buildsize; Estimated build time: &kauth-time; KAuth Dependencies Required Recommended User Notes: Installation of KAuth Install KAuth 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 \ -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \ -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 installation directory for D-Bus policy files. Contents Installed Programs Installed Libraries Installed Directories None libKF5Auth.so $KF5_PREFIX/include/KF5/KAuth, $KF5_PREFIX/lib/cmake/KF5Auth, $KF5_PREFIX/lib/libexec/kauth, $KF5_PREFIX/share/kf5/kauth and $KF5_PREFIX/&qt5-plugins-dir;/kauth