Polkit-Qt provides an API to PolicyKit in the Qt environment.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.114.0.tar.xz
Download MD5 sum: 2d20b02bd7ad1cd3f6ce235fc6d7de60
Download size: 60 KB
Estimated disk space required: 3.5 MB
Estimated build time: 0.1 SBU
CMake-3.25.2, Polkit-122, and Qt-5.15.8
User Notes: https://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.