* Synced from experimental * Bumped build dependency debhelper (>=10) * Bump standards to 3.9.8 * Bump years in copyright * Bumped compat to 10 * Removed --parallel from rules, now standard * Bumped minimum version libqt5xdg-dev (>= 2.0.0) * Added build dependency libqt5xdgiconloader-dev (>= 2.0.0) * Added build dependency libxss-dev * Added Recommends liblxqt-l10n * Removed grep patch, merged upstream * Removed virtual ABI, no longer needed * Exported LC_ALL=C.UTF-8 - define language settings for reproducible builds * Fixed Format field in copyright * Fixed VCS fields, use plain /git/ * Fix symbols, only use lxqt-abi-0-11-0 * Added translation handling in rules * Deleted former patches * Added DCMAKE_BUILD_TYPE=RelWithDebInfo
liblxqt
Overview
liblxqt
represents the core library of LXQt providing essential functionality needed by nearly all of its components.
Installation
Sources
Its runtime dependencies are libxss, KWindowSystem, qtbase, qtx11extras and libqtxdg.
Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository lxqt-l10n so the corresponding dependencies are needed, too. Please refer to this repository's README.md
for further information.
Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX
will normally have to be set to /usr
, depending on the way library paths are dealt with on 64bit systems variables like CMAKE_INSTALL_LIBDIR
may have to be set as well.
To build run make
, to install make install
which accepts variable DESTDIR
as usual.
Binary packages
The library is provided by all major Linux distributions like Arch Linux, Debian, Fedora and openSUSE. Just use your package manager to search for string liblxqt
.