Polkit-Qt provides an API to PolicyKit in the Qt environment.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.112.0.tar.bz2
Download MD5 sum: bee71b71c12797e6fc498540a06c829b
Download size: 68 KB
Estimated disk space required: 4.2 MB
Estimated build time: 0.1 SBU
CMake-3.16.4, Polkit-0.116, and Qt-5.14.1
User Notes: http://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.
        
Last updated on 2020-02-19 16:31:22 -0800