Polkit-Qt provides API to polkit in the Qt environment.
This package is known to build and work properly using an LFS-6.7 platform.
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-qt-1-0.99.0.tar.bz2
Download MD5 sum: 1c5b4113a2a167624b5f716b4f03a219
Download size: 67 KB
Estimated disk space required: X MB
Estimated build time: X SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/polkit-qt
Install polkit-qt by running the following commands:
mkdir build && cd build
Prepare the package for compilation:
CMAKE_PREFIX_PATH=$QT4DIR \ cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX .. && make
Now, as the root
user:
make install
CMAKE_PREFIX_PATH=$QT4DIR
: This option
is set to find automoc4
Last updated on 2011-03-19 18:19:07 +0000