Polkit-Qt provides an API to PolicyKit in the Qt environment.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.201.1.tar.xz
Download MD5 sum: 0b255fb033de543c3010ebec33f4d233
Download size: 58 KB
Estimated disk space required: 5.2 MB
Estimated build time: 0.1 SBU
CMake-4.4.2, Polkit-127, and Qt-6.11.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-author .. &&
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.