Compare commits
16 Commits
ubuntu/2.1
...
ubuntu/res
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00896758d6 | ||
|
|
1e0c857a02 | ||
|
|
3922aacfaf | ||
|
|
41596a51f4 | ||
|
|
030fb2dfd2 | ||
|
|
85dca68d29 | ||
|
|
d1a04c932b | ||
|
|
aa42906437 | ||
|
|
f42681abfa | ||
|
|
bab68dbb8d | ||
|
|
00df6b49b8 | ||
|
|
2edd39c9e5 | ||
|
|
b20b807059 | ||
|
|
a7179af1d6 | ||
| a6ac6bb9c7 | |||
| cfba902d32 |
35
debian/changelog
vendored
35
debian/changelog
vendored
@ -1,3 +1,38 @@
|
|||||||
|
lxqt-panel (2.3.2-0ubuntu1) resolute; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Update build dependencies.
|
||||||
|
- Adjust for /usr/share/lxqt/panel.conf moving to
|
||||||
|
/etc/xdg/lxqt/panel.conf.
|
||||||
|
- Add libwmbackend_wayfire.so to lintian-overrides for
|
||||||
|
hardening-no-fortify-functions tag.
|
||||||
|
* Update copyright file.
|
||||||
|
* Update Standards-Version to 4.7.3, no changes needed.
|
||||||
|
* Remove redundant 'Rules-Requires-Root: no' control line.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 19 Feb 2026 15:31:01 -0500
|
||||||
|
|
||||||
|
lxqt-panel (2.2.2-0ubuntu1) questing; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Update build dependencies.
|
||||||
|
* Update copyright file.
|
||||||
|
* Bump Standards-Version to 4.7.2, no changes needed.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 30 Jul 2025 14:49:50 -0500
|
||||||
|
|
||||||
|
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
|
lxqt-panel (2.1.4-0ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
21
debian/control
vendored
21
debian/control
vendored
@ -15,9 +15,9 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libkf6solid-dev (>= 6.0.0),
|
libkf6solid-dev (>= 6.0.0),
|
||||||
libkf6windowsystem-dev (>= 6.0.0),
|
libkf6windowsystem-dev (>= 6.0.0),
|
||||||
liblayershellqtinterface-dev,
|
liblayershellqtinterface-dev,
|
||||||
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
|
liblxqt-globalkeys-ui2-dev (>= 2.3.0),
|
||||||
liblxqt-globalkeys2-dev (>= 2.1.0),
|
liblxqt-globalkeys2-dev (>= 2.3.0),
|
||||||
liblxqt2-dev (>= 2.1.0),
|
liblxqt2-dev (>= 2.3.0),
|
||||||
libpulse-dev,
|
libpulse-dev,
|
||||||
libsensors-dev [!hurd-any],
|
libsensors-dev [!hurd-any],
|
||||||
libstatgrab-dev [linux-any],
|
libstatgrab-dev [linux-any],
|
||||||
@ -30,31 +30,26 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libxcb-shm0-dev,
|
libxcb-shm0-dev,
|
||||||
libxcb-util-dev,
|
libxcb-util-dev,
|
||||||
libxcb-xkb-dev,
|
libxcb-xkb-dev,
|
||||||
libxcomposite-dev,
|
|
||||||
libxdamage-dev,
|
libxdamage-dev,
|
||||||
libxkbcommon-dev,
|
libxkbcommon-dev,
|
||||||
libxkbcommon-x11-dev,
|
libxkbcommon-x11-dev,
|
||||||
libxrender-dev,
|
libxrender-dev,
|
||||||
libxtst-dev,
|
libxtst-dev,
|
||||||
lxqt-menu-data (>= 2.1.0),
|
lxqt-menu-data (>= 2.3.0),
|
||||||
qt6-base-private-dev (>= 6.6.0),
|
qt6-base-private-dev (>= 6.6.0),
|
||||||
qt6-svg-dev (>= 6.6.0),
|
qt6-svg-dev (>= 6.6.0),
|
||||||
qt6-wayland-dev (>= 6.6.0)
|
qt6-wayland-dev (>= 6.6.0),
|
||||||
Standards-Version: 4.7.0
|
qt6-wayland-private-dev (>= 6.6.0)
|
||||||
|
Standards-Version: 4.7.3
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging.git
|
||||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel
|
||||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-panel
|
Homepage: https://github.com/lxqt/lxqt-panel
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: lxqt-panel
|
Package: lxqt-panel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: layer-shell-qt,
|
Depends: layer-shell-qt, lxqt-policykit, ${misc:Depends}, ${shlibs:Depends}
|
||||||
lxmenu-data,
|
|
||||||
lxqt-policykit,
|
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends}
|
|
||||||
Recommends: lxqt-about,
|
Recommends: lxqt-about,
|
||||||
lxqt-config,
|
lxqt-config,
|
||||||
lxqt-notificationd,
|
lxqt-notificationd,
|
||||||
|
|||||||
33
debian/copyright
vendored
33
debian/copyright
vendored
@ -4,24 +4,30 @@ Source: https://github.com/lxqt/lxqt-panel
|
|||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2010-2013 Razor team
|
Copyright: 2010-2013 Razor team
|
||||||
2012-2024 LXQt team
|
2012-2025 LXQt team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: panel/lxqtpanelapplication_p.h
|
Files: panel/lxqtpanelapplication_p.h
|
||||||
Copyright: 2016 Luís Pereira <luis.artur.pereira@gmail.com>
|
Copyright: 2016 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
|
Files: panel/backends/wayland/wlroots/ext-workspace-v1.xml
|
||||||
|
Copyright: 2019 Christopher Billington
|
||||||
|
2020 Ilia Bozhinov
|
||||||
|
2022 Victoria Brekenfeld
|
||||||
|
License: HPND-sell-variant
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
|
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
|
||||||
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
2022-2023 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
|
||||||
2015 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
2015 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
|
||||||
2016 Ralf Jung <post@ralfj.de>
|
2016 Ralf Jung <post@ralfj.de>
|
||||||
2018 Walter Lapchynski <wxl@ubuntu.com>
|
2018 Walter Lapchynski <wxl@ubuntu.com>
|
||||||
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
||||||
2021 apt-ghetto <apt-ghetto@protonmail.com>
|
2021 apt-ghetto <apt-ghetto@protonmail.com>
|
||||||
2018-2023 Simon Quigley <tsimonq2@ubuntu.com>
|
2018-2025 Simon Quigley <tsimonq2@ubuntu.com>
|
||||||
2023-2024 Aaron Rainbolt <arraybolt3@gmail.com>
|
2022-2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
|
2023-2026 Aaron Rainbolt <arraybolt3@gmail.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -37,3 +43,22 @@ License: LGPL-2.1+
|
|||||||
.
|
.
|
||||||
On Debian systems, the complete text of the GNU Lesser General
|
On Debian systems, the complete text of the GNU Lesser General
|
||||||
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
|
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
|
||||||
|
|
||||||
|
License: HPND-sell-variant
|
||||||
|
Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
|
documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
the above copyright notice appear in all copies and that both that copyright
|
||||||
|
notice and this permission notice appear in supporting documentation, and
|
||||||
|
that the name of the copyright holders not be used in advertising or
|
||||||
|
publicity pertaining to distribution of the software without specific,
|
||||||
|
written prior permission. The copyright holders make no representations
|
||||||
|
about the suitability of this software for any purpose. It is provided "as
|
||||||
|
is" without express or implied warranty.
|
||||||
|
.
|
||||||
|
THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||||
|
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
|
||||||
|
SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||||
|
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||||
|
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||||
|
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||||
|
OF THIS SOFTWARE.
|
||||||
|
|||||||
2
debian/lxqt-panel.install
vendored
2
debian/lxqt-panel.install
vendored
@ -4,6 +4,6 @@ usr/include/lxqt
|
|||||||
usr/lib/*/lxqt-panel
|
usr/lib/*/lxqt-panel
|
||||||
usr/share/applications/
|
usr/share/applications/
|
||||||
usr/share/lxqt/lxqt-panel
|
usr/share/lxqt/lxqt-panel
|
||||||
usr/share/lxqt/panel.conf
|
etc/xdg/lxqt/panel.conf
|
||||||
usr/share/lxqt/panel/qeyes-types/
|
usr/share/lxqt/panel/qeyes-types/
|
||||||
usr/share/man
|
usr/share/man
|
||||||
|
|||||||
3
debian/lxqt-panel.lintian-overrides
vendored
3
debian/lxqt-panel.lintian-overrides
vendored
@ -5,5 +5,6 @@ lxqt-panel: desktop-entry-limited-to-environments [usr/share/applications/lxqt-p
|
|||||||
# Not likely to be fixed soon
|
# Not likely to be fixed soon
|
||||||
lxqt-panel: spelling-error-in-binary managment management [usr/bin/lxqt-panel]
|
lxqt-panel: spelling-error-in-binary managment management [usr/bin/lxqt-panel]
|
||||||
|
|
||||||
# False positive
|
# False positives
|
||||||
lxqt-panel: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/lxqt-panel/backend/libwmbackend_kwin_wayland.so]
|
lxqt-panel: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/lxqt-panel/backend/libwmbackend_kwin_wayland.so]
|
||||||
|
lxqt-panel: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/lxqt-panel/backend/libwmbackend_wayfire.so]
|
||||||
|
|||||||
50
debian/upstream/signing-key.asc
vendored
50
debian/upstream/signing-key.asc
vendored
@ -1,55 +1,5 @@
|
|||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
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
|
|
||||||
=h7ww
|
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
|
||||||
|
|
||||||
mQINBF6cxrwBEADfl3ydxNfLBbWGPesXty2baQgixZ3D6aCxadI2kX+aikmT8rd0
|
mQINBF6cxrwBEADfl3ydxNfLBbWGPesXty2baQgixZ3D6aCxadI2kX+aikmT8rd0
|
||||||
ttDKN18cXV52Ssxnj0qhgf4hwnu/b0be6BzqSEyGM+UQR3X2CYpxrMakfW32Q18K
|
ttDKN18cXV52Ssxnj0qhgf4hwnu/b0be6BzqSEyGM+UQR3X2CYpxrMakfW32Q18K
|
||||||
X5ec0RPR2ucBq9G0r9t6FYC8FkJ4uQUU3xxrLW3z302S0Makjgzm8BV9WrFQ7oFF
|
X5ec0RPR2ucBq9G0r9t6FYC8FkJ4uQUU3xxrLW3z302S0Makjgzm8BV9WrFQ7oFF
|
||||||
|
|||||||
11
debian/watch
vendored
11
debian/watch
vendored
@ -1,5 +1,6 @@
|
|||||||
version=4
|
Version: 5
|
||||||
opts="searchmode=plain, \
|
Template: GitHub
|
||||||
pgpsigurlmangle=s/$/.asc/, \
|
Owner: lxqt
|
||||||
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
|
Project: @PACKAGE@
|
||||||
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
|
Download-Url-Mangle: s%https://api.github.com/repos/([^/]+)/@PACKAGE@/git/refs/tags/@ANY_VERSION@%https://github.com/$1/@PACKAGE@/releases/download/$2/@PACKAGE@-$2.tar.xz%g
|
||||||
|
Pgp-Mode: auto
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user