Polkit-Qt provides an API to PolicyKit in the Qt environment.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.200.0.tar.xz
Download MD5 sum: 6f23bc987ea9c49b4ef21983b9d1dc15
Download size: 60 KB
Estimated disk space required: 3.8 MB
Estimated build time: 0.1 SBU
CMake-3.30.2, Polkit-125, and Qt-6.7.2
Install Polkit-Qt by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ -D QT_MAJOR_VERSION=6 \ -W no-dev .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
-D
CMAKE_BUILD_TYPE=Release
: This switch is used to apply
higher level of the compiler optimizations.