Compare commits
26 Commits
ubuntu/lun
...
ubuntu/plu
Author | SHA1 | Date | |
---|---|---|---|
a6ac6bb9c7 | |||
cfba902d32 | |||
7435d81119 | |||
dbfd79c3bf | |||
2f7966264f | |||
5bb061489b | |||
5e6811e1b8 | |||
|
f9a3bc567b | ||
|
4d34a6cb7c | ||
|
7663443027 | ||
|
22e92065a0 | ||
|
f17d25defb | ||
|
cc96fa1354 | ||
|
f6b2fcdb42 | ||
44882ee268 | |||
fd6365df82 | |||
cd2bd55b59 | |||
061c453034 | |||
56eb2dcb06 | |||
78bafeec97 | |||
d9ed05f600 | |||
92c312fa11 | |||
a0d6712f47 | |||
8e7d101288 | |||
028929145f | |||
93606d77e9 |
61
debian/changelog
vendored
61
debian/changelog
vendored
@ -1,3 +1,64 @@
|
||||
lxqt-panel (2.1.4-0ubuntu3) plucky; urgency=medium
|
||||
|
||||
* Update Standards-Version to 4.7.1, no changes needed.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:33:31 -0600
|
||||
|
||||
lxqt-panel (2.1.4-0ubuntu2) plucky; urgency=medium
|
||||
|
||||
* Remove runtime dependency on lxmenu-data.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 18 Feb 2025 14:57:47 -0600
|
||||
|
||||
lxqt-panel (2.1.4-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 11 Jan 2025 16:48:49 -0600
|
||||
|
||||
lxqt-panel (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
- Bump build dependencies.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:51 -0600
|
||||
|
||||
lxqt-panel (2.0.1-0ubuntu1) oracular; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Update copyright file.
|
||||
* Bump Standards-Version to 4.7.0, no changes necessary.
|
||||
* Dropped trim-custom-commands-prevent-crash.patch, applied upstream.
|
||||
* Adjust build dependencies.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:25:54 -0500
|
||||
|
||||
lxqt-panel (1.4.0-0ubuntu2) noble; urgency=medium
|
||||
|
||||
* Apply upstream patch fixing a crash on a custom command.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 22 Dec 2023 16:40:34 -0600
|
||||
|
||||
lxqt-panel (1.4.0-0ubuntu1) noble; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fixed copyright file.
|
||||
* Bumped build dependency versions.
|
||||
* Added lxqt-menu-data as a build dependency.
|
||||
* Removed no-longer-existing directory from lxqt-panel.install.
|
||||
* Move a README file for qeyes-types to the proper documentation directory.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Mon, 13 Nov 2023 11:34:09 -0600
|
||||
|
||||
lxqt-panel (1.3.0-0ubuntu1) mantic; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Bump build dependencies.
|
||||
* Fix some build dependencies that were renamed.
|
||||
* Remove redundant hardening rule.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 12:49:49 -0500
|
||||
|
||||
lxqt-panel (1.2.1-1ubuntu1) lunar; urgency=medium
|
||||
|
||||
* Merge from Debian Unstable, remaining changes:
|
||||
|
40
debian/control
vendored
40
debian/control
vendored
@ -1,52 +1,56 @@
|
||||
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>
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
layer-shell-qt,
|
||||
libasound2-dev,
|
||||
libdbusmenu-qt5-dev,
|
||||
libdbusmenu-lxqt0-dev (>= 0.2.0),
|
||||
libglib2.0-dev,
|
||||
libicu-dev,
|
||||
libkf5solid-dev,
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
|
||||
liblxqt-globalkeys1-dev (>= 1.2.0),
|
||||
liblxqt1-dev (>= 1.2.0),
|
||||
libkf6solid-dev (>= 6.0.0),
|
||||
libkf6windowsystem-dev (>= 6.0.0),
|
||||
liblayershellqtinterface-dev,
|
||||
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
|
||||
liblxqt-globalkeys2-dev (>= 2.1.0),
|
||||
liblxqt2-dev (>= 2.1.0),
|
||||
libpulse-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libsensors4-dev [!hurd-any],
|
||||
libsensors-dev [!hurd-any],
|
||||
libstatgrab-dev [linux-any],
|
||||
libsysstat-qt5-0-dev (>= 0.4.5),
|
||||
libsysstat-qt6-1-dev (>= 1.1.0),
|
||||
libx11-dev,
|
||||
libxcb-composite0-dev,
|
||||
libxcb-damage0-dev,
|
||||
libxcb-image0-dev,
|
||||
libxcb-randr0-dev,
|
||||
libxcb-shm0-dev,
|
||||
libxcb-util0-dev,
|
||||
libxcb-util-dev,
|
||||
libxcb-xkb-dev,
|
||||
libxcomposite-dev,
|
||||
libxdamage-dev,
|
||||
libxkbcommon-dev,
|
||||
libxkbcommon-x11-dev,
|
||||
libxrender-dev,
|
||||
libxtst-dev
|
||||
Standards-Version: 4.6.2
|
||||
libxtst-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.1
|
||||
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, lxqt-policykit, ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: lxqt-about,
|
||||
lxqt-config,
|
||||
lxqt-notificationd,
|
||||
@ -66,7 +70,7 @@ Package: lxqt-panel-l10n
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: localization
|
||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
||||
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||
Description: Language package for lxqt-panel
|
||||
The l10n files for lxqt-panel.
|
||||
.
|
||||
|
14
debian/copyright
vendored
14
debian/copyright
vendored
@ -3,8 +3,8 @@ Upstream-Name: lxqt-panel
|
||||
Source: https://github.com/lxqt/lxqt-panel
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2023 LXQt team
|
||||
2010-2013 Razor team
|
||||
Copyright: 2010-2013 Razor team
|
||||
2012-2024 LXQt team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: panel/lxqtpanelapplication_p.h
|
||||
@ -12,10 +12,16 @@ Copyright: 2016 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2019 Alf Gaida <agaida@siduction.org>
|
||||
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
|
||||
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2022-2023 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
2015 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
||||
2016 Ralf Jung <post@ralfj.de>
|
||||
2018 Walter Lapchynski <wxl@ubuntu.com>
|
||||
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
||||
2021 apt-ghetto <apt-ghetto@protonmail.com>
|
||||
2018-2025 Simon Quigley <tsimonq2@ubuntu.com>
|
||||
2023-2024 Aaron Rainbolt <arraybolt3@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
License: LGPL-2.1+
|
||||
|
2
debian/lxqt-panel.install
vendored
2
debian/lxqt-panel.install
vendored
@ -2,7 +2,7 @@ etc/xdg
|
||||
usr/bin/lxqt-panel
|
||||
usr/include/lxqt
|
||||
usr/lib/*/lxqt-panel
|
||||
usr/share/desktop-directories
|
||||
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/rules
vendored
5
debian/rules
vendored
@ -2,7 +2,6 @@
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
@ -19,6 +18,10 @@ endif
|
||||
%:
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs
|
||||
mv debian/lxqt-panel/usr/share/lxqt/panel/qeyes-types/README debian/lxqt-panel/usr/share/doc/lxqt-panel/README.qeyes-types
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DUPDATE_TRANSLATIONS=OFF \
|
||||
|
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