You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is providing several tools needed to build LXQt itself as well
as other components maintained by the LXQt project.
These tools used to be spread over the repositories of various other components
and were summarized to ease dependency management. So far many components, in
particular liblxqt, were representing a build
dependency without being needed themselves but only because their repository was
providing a subset of the tools which are now summarized here. So the use of this
repository will reduce superfluous and bloated dependencies.
Installation
Compiling sources
To build only CMake and Qt5Core are needed, optionally Git to pull VCS checkouts.
Runtime dependencies do not exist.
Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX
has to be set to /usr on most operating systems.
To build run make, to install make install which accepts variable DESTDIR
as usual. (Strictly speaking make isn't even needed right now. On the other
hand it doesn't hurt so packagers may just include it in case it'll be needed
one day.)
Packagers
This package is arch-independent now. You can simply package it as
BuildArch: noarch (rpm) or arch: all (deb).
Current Minimum Versions
Package
Version
KF6_MINIMUM_VERSION
6.0.0
KF6SCREEN_MINIMUM_VERSION
6.0.0
LIBFM_QT_MINIMUM_VERSION
2.1.0
LIBFMQT_MINIMUM_VERSION
2.1.0
LIBMENUCACHE_MINIMUM_VERSION
1.1.0
LXQTBT_MINIMUM_VERSION
2.1.0
LXQT_MINIMUM_VERSION
2.1.0
QTERMWIDGET_MINIMUM_VERSION
2.1.0
QT_MINIMUM_VERSION
6.6.0
QTXDG_MINIMUM_VERSION
4.1.0
About
Various packaging tools and scripts for LXQt applications