This library provides a Qt implementation of the DBusMenu specs which goal is to expose menus on DBus.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://launchpad.net/libdbusmenu-qt/trunk/0.9.0/+download/libdbusmenu-qt-0.9.0.tar.bz2
Download MD5 sum: cc6b7b551377e2a07f6fa5afef0d29ff
Download size: 36 KB
Estimated disk space required: 3.3 MB
Estimated build time: 0.3 SBU
Qjson (for building the test suite) and Doxygen-1.7.5 (for building the API documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdbusmenu-qt
Install libdbusmenu-qt by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \
-DWITH_DOC=OFF .. &&
make
Now, as the root user:
make install
-DWITH_DOC=OFF: This option is set to
avoid building the API documentation. Omit it if you have
doxygen and want the
documentation.
Last updated on 2012-04-15 17:19:58 +0000