Polkit-Qt provides an API to polkit in the Qt environment.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.112.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/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.1.3, Polkit-0.112, and Qt-4.8.6
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=$KDE_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DUSE_QT4=TRUE \ -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.
-DCMAKE_INSTALL_LIBDIR=lib
:
This switch is used to get libraries to install to $KDE_PREFIX/lib
instead of $KDE_PREFIX/lib64
on a 64 bit system.
-DUSE_QT4=TRUE
: This switch
is used to ensure that Qt4 version
of the library is built even if Qt5 is present.
Last updated on 2015-02-23 21:00:51 -0800