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