%general-entities; ]> $LastChangedBy$ $Date$ Polkit-Qt-&polkit-qt5-version; Polkit-Qt Introduction to Polkit-Qt The Polkit-Qt package contains a library that lets developers use the PolicyKit API through a nice Qt5-styled API. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &polkit-qt5-md5sum; Download size: &polkit-qt5-size; Estimated disk space required: &polkit-qt5-buildsize; Estimated build time: &polkit-qt5-time; Polkit-Qt Dependencies Required and User Notes: Installation of Polkit-Qt Install Polkit-Qt by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ .. && make This package does not come with a test suite. Now, as the root user: make install Command Explanations -DCMAKE_INSTALL_LIBDIR=lib: This switch is used to get libraries to install to $KF5_PREFIX/lib instead of $KF5_PREFIX/lib64 on a 64 bit system. Contents Installed Programs Installed Libraries Installed Directories None libpolkit-qt5-agent-1.so, libpolkit-qt5-core-1.so and libpolkit-qt5-gui-1.so $KF5_PREFIX/include/polkit-qt5-1 and $KF5_PREFIX/lib/cmake/PolkitQt5-1