Polkit-Qt provides an API to polkit in the Qt environment.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.103.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-qt-1-0.103.0.tar.bz2
Download MD5 sum: a105e233e6733fb072c9080cd7ae1af2
Download size: 67 KB
Estimated disk space required: 2.5 MB
Estimated build time: 0.1 SBU
automoc4-0.9.88 and Polkit-0.112
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/polkit-qt
Install Polkit-Qt by running the following commands:
mkdir build && cd build && CMAKE_PREFIX_PATH=$QTDIR \ cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX -Wno-dev .. && make
This package does not come with a test suite.
Now, as the root
user:
make install
CMAKE_PREFIX_PATH=$QTDIR
: This option
is set to find automoc4.
Last updated on 2014-02-27 20:59:01 -0800