Alf Gaida 06370c21dc Cherry-picking upstream release: 0.11.0
* Sync debian foo with experimental
* Bump compat to 10
* Removed --parallel from rules, standard compat 10
* Bump minimum version debhelper (>= 10)
* Bump minimum version liblxqt0-dev (>= 0.11.0)
* Bump minimum version libqt5xdg-dev (>= 2.0.0)
* Added build dependency libqt5xdgiconloader-dev (>= 2.0.0)
* Added build dependency libqt5svg5-dev
* Added recommends lxqt-about-l10n
* Exported LC_ALL=C.UTF-8 - define language settings for reproducible
  builds
* Dropped patches, applied upstream
* Added translation control to rules
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
* Added README.md to docs
2016-10-18 01:24:03 +02:00

21 lines
944 B
Markdown

# lxqt-about
## Overview
`lxqt-about` is a dialogue window providing information about LXQt and the system it's running on.
## Installation
### Sources
The only runtime dependency is [liblxqt](https://github.com/lxde/liblxqt).
CMake is needed to build as well as optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxde/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`.
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 `lxqt-about`.