36 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-10-14 22:50:36 +02:00
Source: lxqt-build-tools
2022-11-16 16:42:49 -06:00
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
2016-10-14 22:50:36 +02:00
Uploaders: Alf Gaida <agaida@siduction.org>,
2022-11-16 16:42:49 -06:00
Andrew Lee (李健秋) <ajqlee@debian.org>,
2016-10-14 22:50:36 +02:00
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Section: devel
Priority: optional
2022-11-16 16:42:49 -06:00
Build-Depends: debhelper-compat (= 13),
cmake,
2017-10-25 01:42:30 +02:00
libglib2.0-dev,
pkg-config,
qtbase5-dev
2022-11-16 16:42:49 -06:00
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-build-tools
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-build-tools.git
Homepage: https://github.com/lxqt/lxqt-build-tools
2016-10-14 22:50:36 +02:00
Package: lxqt-build-tools
Architecture: all
2022-11-16 16:42:49 -06:00
Depends: ${misc:Depends},
binutils,
cmake,
2017-10-25 01:42:30 +02:00
libglib2.0-dev (>= 2.5.0),
2016-10-14 22:50:36 +02:00
pkg-config,
qttools5-dev,
2022-11-16 16:42:49 -06:00
qttools5-dev-tools
Recommends: git,
lintian
2016-10-14 22:50:36 +02:00
Description: Build tools for the LXQt desktop environment
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and
an intuitive interface. Unlike most desktop environments, LXQt also works
fine with less powerful machines.
.
This package contains the tools that are needed by the LXQt build process.