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-11.0 platform.
Download (HTTP): https://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.9.2 (for building the API documentation)
User Notes: https://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 does 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