Compare commits
3 Commits
f9a3bc567b
...
2f7966264f
Author | SHA1 | Date | |
---|---|---|---|
2f7966264f | |||
5bb061489b | |||
5e6811e1b8 |
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
lxqt-panel (2.1.0-0ubuntu1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
- Bump build dependencies.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Nov 2024 14:13:01 -0600
|
||||
|
||||
lxqt-panel (2.0.1-0ubuntu1) oracular; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
33
debian/control
vendored
33
debian/control
vendored
@ -1,6 +1,6 @@
|
||||
Source: lxqt-panel
|
||||
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>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
@ -9,19 +9,19 @@ Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
layer-shell-qt,
|
||||
libasound2-dev,
|
||||
libdbusmenu-lxqt0-dev,
|
||||
libdbusmenu-lxqt0-dev (>= 0.2.0),
|
||||
libglib2.0-dev,
|
||||
libicu-dev,
|
||||
libkf6solid-dev,
|
||||
libkf6windowsystem-dev,
|
||||
libkf6solid-dev (>= 6.0.0),
|
||||
libkf6windowsystem-dev (>= 6.0.0),
|
||||
liblayershellqtinterface-dev,
|
||||
liblxqt-globalkeys-ui2-dev (>= 2.0.0),
|
||||
liblxqt-globalkeys2-dev (>= 2.0.0),
|
||||
liblxqt2-dev (>= 2.0.0),
|
||||
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
|
||||
liblxqt-globalkeys2-dev (>= 2.1.0),
|
||||
liblxqt2-dev (>= 2.1.0),
|
||||
libpulse-dev,
|
||||
libsensors-dev [!hurd-any],
|
||||
libstatgrab-dev [linux-any],
|
||||
libsysstat-qt6-1-dev (>= 1.0.0),
|
||||
libsysstat-qt6-1-dev (>= 1.1.0),
|
||||
libx11-dev,
|
||||
libxcb-composite0-dev,
|
||||
libxcb-damage0-dev,
|
||||
@ -36,20 +36,25 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libxkbcommon-x11-dev,
|
||||
libxrender-dev,
|
||||
libxtst-dev,
|
||||
lxqt-menu-data (>= 2.0.0),
|
||||
qt6-svg-dev,
|
||||
qt6-wayland-dev
|
||||
lxqt-menu-data (>= 2.1.0),
|
||||
qt6-base-private-dev (>= 6.6.0),
|
||||
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-panel-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git
|
||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel
|
||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git
|
||||
Homepage: https://github.com/lxqt/lxqt-panel
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: lxqt-panel
|
||||
Architecture: any
|
||||
Depends: lxmenu-data, lxqt-policykit, ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: layer-shell-qt,
|
||||
lxmenu-data,
|
||||
lxqt-policykit,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: lxqt-about,
|
||||
lxqt-config,
|
||||
lxqt-notificationd,
|
||||
|
1
debian/lxqt-panel.install
vendored
1
debian/lxqt-panel.install
vendored
@ -2,6 +2,7 @@ etc/xdg
|
||||
usr/bin/lxqt-panel
|
||||
usr/include/lxqt
|
||||
usr/lib/*/lxqt-panel
|
||||
usr/share/applications/
|
||||
usr/share/lxqt/lxqt-panel
|
||||
usr/share/lxqt/panel.conf
|
||||
usr/share/lxqt/panel/qeyes-types/
|
||||
|
9
debian/lxqt-panel.lintian-overrides
vendored
Normal file
9
debian/lxqt-panel.lintian-overrides
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# This is expected
|
||||
lxqt-panel: desktop-entry-missing-required-key Name [usr/share/applications/lxqt-panel.desktop]
|
||||
lxqt-panel: desktop-entry-limited-to-environments [usr/share/applications/lxqt-panel.desktop]
|
||||
|
||||
# Not likely to be fixed soon
|
||||
lxqt-panel: spelling-error-in-binary managment management [usr/bin/lxqt-panel]
|
||||
|
||||
# False positive
|
||||
lxqt-panel: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/lxqt-panel/backend/libwmbackend_kwin_wayland.so]
|
5
debian/source/lintian-overrides
vendored
Normal file
5
debian/source/lintian-overrides
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Expected to be verylong
|
||||
lxqt-panel source: very-long-line-length-in-source-file * > 512 [*.ts:*]
|
||||
lxqt-panel source: very-long-line-length-in-source-file * > 512 [CHANGELOG:*]
|
||||
lxqt-panel source: very-long-line-length-in-source-file * > 512 [plugin-colorpicker/colorpicker.cpp:52]
|
||||
lxqt-panel source: very-long-line-length-in-source-file * > 512 [*.ui:*]
|
Loading…
x
Reference in New Issue
Block a user