Polkit-Qt provides an API to PolicyKit in the Qt environment.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.113.0.tar.xz
Download MD5 sum: eae8dfbe16015acf0edfe365bb676e51
Download size: 64 KB
Estimated disk space required: 3.0 MB
Estimated build time: 0.2 SBU
CMake-3.20.1, Polkit-0.118, and Qt-5.15.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/polkit-qt
Install Polkit-Qt by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -Wno-dev .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
:
This switch is used to apply higher level of the compiler
optimizations.
Last updated on 2021-02-24 11:27:02 -0600