Polkit-Qt provides an API to polkit in the Qt environment.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/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
Qt-4.8.1, polkit-0.105 and pkg-config-0.26
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=$KDE4_PREFIX .. &&
make
Now, as the root user:
make install
CMAKE_PREFIX_PATH=$QTDIR: This option
is set to find automoc4
Last updated on 2012-04-15 17:19:58 +0000