Polkit-Qt provides an API to PolicyKit in the Qt environment.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
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.27.8, Polkit-123, and Qt-5.15.11
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.