This library provides a Qt implementation of the DBusMenu specification that exposes menus via DBus.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://launchpad.net/ubuntu/+archive/primary/+files/libdbusmenu-qt_0.9.3+16.04.20160218.orig.tar.gz
Download MD5 sum: 8b90312bd8654e026d814d4db986ce5e
Download size: 48 KB
Estimated disk space required: 4.6 MB
Estimated build time: 0.4 SBU
Doxygen-1.8.11 (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=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DWITH_DOC=OFF              \
      -Wno-dev .. &&
make
        This packages doe not come with a working test suite.
          Now, as the root user:
        
make install
          -DCMAKE_BUILD_TYPE=Release: This switch
          is used to build without debugging symbols and apply a higher level
          of compiler optimizations.
        
          -DWITH_DOC=OFF: This option is set to
          avoid building the API documentation. Omit it if you have
          doxygen installed and want the
          documentation.
        
Last updated on 2016-08-29 20:28:42 -0700