|
|
|
@ -1,25 +1,28 @@
|
|
|
|
|
Source: lxqt-runner
|
|
|
|
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
|
|
|
|
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
|
|
|
|
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
|
|
|
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
|
|
|
|
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
|
|
|
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
|
|
|
|
Section: x11
|
|
|
|
|
Priority: optional
|
|
|
|
|
Build-Depends: debhelper-compat (= 13),
|
|
|
|
|
libkf5windowsystem-dev,
|
|
|
|
|
liblxqt-globalkeys-ui0-dev (>= 0.17.0),
|
|
|
|
|
liblxqt-globalkeys0-dev (>= 0.17.0),
|
|
|
|
|
liblxqt0-dev (>= 0.17.0),
|
|
|
|
|
layer-shell-qt (>= 6.0.0),
|
|
|
|
|
libkf6windowsystem-dev (>= 6.0.0),
|
|
|
|
|
liblayershellqtinterface-dev (>= 6.0.0),
|
|
|
|
|
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
|
|
|
|
|
liblxqt-globalkeys2-dev (>= 2.1.0),
|
|
|
|
|
liblxqt2-dev (>= 2.1.0),
|
|
|
|
|
libmuparser-dev,
|
|
|
|
|
libqt5svg5-dev,
|
|
|
|
|
libqt5x11extras5-dev,
|
|
|
|
|
libx11-dev
|
|
|
|
|
Standards-Version: 4.5.1
|
|
|
|
|
Vcs-Browser: https://phab.lubuntu.me/source/lxqt-runner/
|
|
|
|
|
Vcs-Git: https://phab.lubuntu.me/source/lxqt-runner.git
|
|
|
|
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
|
|
|
|
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
|
|
|
|
|
libx11-dev,
|
|
|
|
|
qt6-svg-dev (>= 6.6.0),
|
|
|
|
|
qt6-wayland-dev (>= 6.6.0)
|
|
|
|
|
Standards-Version: 4.7.0
|
|
|
|
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging
|
|
|
|
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git
|
|
|
|
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
|
|
|
|
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
|
|
|
|
|
Rules-Requires-Root: no
|
|
|
|
|
Homepage: https://github.com/lxqt/lxqt-runner
|
|
|
|
|
|
|
|
|
|
Package: lxqt-runner
|
|
|
|
@ -27,8 +30,6 @@ Architecture: any
|
|
|
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
|
|
|
Recommends: lxqt-policykit, lxqt-qtplugin, lxqt-runner-l10n, lxqt-session
|
|
|
|
|
Suggests: lxqt | lxqt-core
|
|
|
|
|
Breaks: lxqt-common (<< 0.12.0)
|
|
|
|
|
Replaces: lxqt-common (<< 0.12.0)
|
|
|
|
|
Description: LXQt program launcher
|
|
|
|
|
The LXQt runner provides a GUI that comes up on the desktop and allows for
|
|
|
|
|
launching applications, doing some math or shutting down the system.
|
|
|
|
@ -39,9 +40,7 @@ Package: lxqt-runner-l10n
|
|
|
|
|
Architecture: all
|
|
|
|
|
Multi-Arch: foreign
|
|
|
|
|
Section: localization
|
|
|
|
|
Depends: qttranslations5-l10n, ${misc:Depends}
|
|
|
|
|
Breaks: lxqt-runner (<< 0.11.0)
|
|
|
|
|
Replaces: lxqt-runner (<< 0.11.0)
|
|
|
|
|
Depends: qt6-translations-l10n, ${misc:Depends}
|
|
|
|
|
Description: Language package for lxqt-runner
|
|
|
|
|
The LXQt runner provides a GUI that comes up on the desktop and allows for
|
|
|
|
|
launching applications, doing some math or shutting down the system.
|
|
|
|
|