Polkit-Qt provides an API to PolicyKit in the Qt environment.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-0.200.0.tar.xz
Download SHA256 Sum: 5d3b611c062d2b76a93750bb10c907bfd21d1ff08d0a15dc2cf63e278e1677fb
Download MD5 sum: 6f23bc987ea9c49b4ef21983b9d1dc15
Download size: 274.6 KB
Estimated disk space required: 2,694.7 KB
Estimated build time: less than 0.1 SBU
CMake-4.1.3, Polkit-126, and Qt-6.10.1
Install Polkit-Qt by running the following commands:
cmake -B build -W no-dev \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D QT_MAJOR_VERSION=6To Build the package, issue:
cmake --build build
This package does not come with a test suite.
Now Install the package, as the root user:
cmake --install build
-D CMAKE_BUILD_TYPE=Release: This switch is used
to apply higher level of the compiler optimizations.