Compare commits

...

19 Commits

Author SHA1 Message Date
e3369fef43 Update Standards-Version to 4.7.1, no changes needed. 2025-02-21 17:01:22 -06:00
ba2b60a90f Recommend iso-flags-svg to utilize the new flags feature in the locale menu. 2025-02-15 00:38:08 -06:00
252322969a Fix manpage installation. 2025-02-08 01:28:09 -06:00
0d78585d32 New upstream release. 2025-02-07 14:34:49 -06:00
b4c43c34f4 No-change rebuild for lxqt-build-tools C++17 -> C++20. 2025-02-07 14:33:19 -06:00
937c6440c0 Upload to Plucky 2024-11-15 15:34:45 -06:00
2fc4a49f12 Make Lintian happy 2024-11-05 18:16:03 -06:00
4604a4dfa9 Bump build dependencies. 2024-11-05 17:54:32 -06:00
71970be5f8 New upstream release. 2024-11-05 17:52:14 -06:00
Rik Mills
5084b73cc5 release to oracular 2024-08-27 11:36:32 +01:00
Rik Mills
db1b09be0f Fix libkscreen build dep package name 2024-08-27 11:35:52 +01:00
Aaron Rainbolt
4969e799e6 Release to Oracular 2024-08-15 16:41:30 -05:00
Aaron Rainbolt
4a2ef81a60 PPA build 2024-06-29 23:38:38 -05:00
Aaron Rainbolt
27240de48d Adjust build deps 2024-06-26 23:34:54 -05:00
Aaron Rainbolt
4486c16c89 Drop old patches 2024-06-26 23:27:18 -05:00
Aaron Rainbolt
8278458f9a Bump Standards-Version 2024-06-26 23:27:01 -05:00
Aaron Rainbolt
26006982ad Update copyright file 2024-06-26 23:24:50 -05:00
Aaron Rainbolt
b170bc0e01 Bump version for new upstream release 2024-06-26 23:23:58 -05:00
97426de1ba Add two upstream patches to improve the user experience, especially around monitor handling. 2023-12-22 16:15:11 -06:00
7 changed files with 129 additions and 67 deletions

55
debian/changelog vendored
View File

@ -1,3 +1,58 @@
lxqt-config (2.1.1-0ubuntu4) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:48:27 -0600
lxqt-config (2.1.1-0ubuntu3) plucky; urgency=medium
* Recommend iso-flags-svg to utilize the new flags feature in the locale
menu.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 15 Feb 2025 00:37:37 -0600
lxqt-config (2.1.1-0ubuntu2) plucky; urgency=medium
* Fix manpage installation.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 08 Feb 2025 01:28:05 -0600
lxqt-config (2.1.1-0ubuntu1) plucky; urgency=medium
* New upstream release.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 07 Feb 2025 14:34:41 -0600
lxqt-config (2.1.0-0ubuntu1) plucky; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:32 -0600
lxqt-config (2.0.0-0ubuntu2) oracular; urgency=medium
* Fix libkscreen build dep package name.
-- Rik Mills <rikmills@kde.org> Tue, 27 Aug 2024 11:33:02 +0100
lxqt-config (2.0.0-0ubuntu1) oracular; urgency=medium
* New upstream release.
* Update copyright file.
* Bump Standards-Version to 4.7.0, no changes necessary.
* Remove obsolete patches.
* Adjust build dependencies.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:41:23 -0500
lxqt-config (1.4.0-0ubuntu2) noble; urgency=medium
* Add two upstream patches to improve the user experience, especially around
monitor handling.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 22 Dec 2023 16:05:33 -0600
lxqt-config (1.4.0-0ubuntu1) noble; urgency=medium lxqt-config (1.4.0-0ubuntu1) noble; urgency=medium
* New upstream release. * New upstream release.

27
debian/control vendored
View File

@ -1,29 +1,28 @@
Source: lxqt-config Source: lxqt-config
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> 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: Simon Quigley <tsimonq2@ubuntu.com> Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
Section: x11 Section: x11
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libkf5screen-dev, libkf6windowsystem-dev (>= 6.0.0),
libkf5windowsystem-dev, libkscreen-dev (>= 6.0.0),
liblxqt1-dev (>= 1.4.0), liblxqt2-dev (>= 2.1.0),
libqt5svg5-dev,
libqt5x11extras5-dev,
libx11-dev, libx11-dev,
libxcb-randr0-dev, libxcb-randr0-dev,
libxcursor-dev, libxcursor-dev,
libxfixes-dev, libxfixes-dev,
libxi-dev, libxi-dev,
lxqt-menu-data (>= 1.4.0), lxqt-menu-data (>= 2.1.0),
qtbase5-private-dev, qt6-base-private-dev (>= 6.6.0),
qt6-svg-dev (>= 6.6.0),
xserver-xorg-input-libinput-dev, xserver-xorg-input-libinput-dev,
zlib1g-dev zlib1g-dev
Standards-Version: 4.6.2 Standards-Version: 4.7.1
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-config-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-config-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-config-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-config-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-config Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-config
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-config.git Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-config.git
Rules-Requires-Root: no Rules-Requires-Root: no
Homepage: https://github.com/lxqt/lxqt-config Homepage: https://github.com/lxqt/lxqt-config
@ -31,6 +30,7 @@ Package: lxqt-config
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: galternatives, Recommends: galternatives,
iso-flags-svg,
lxqt-config-l10n, lxqt-config-l10n,
lxqt-policykit, lxqt-policykit,
lxqt-powermanagement, lxqt-powermanagement,
@ -45,7 +45,6 @@ Suggests: adwaita-qt,
lxappearance, lxappearance,
lxqt | lxqt-core, lxqt | lxqt-core,
obconf-qt, obconf-qt,
qt5-style-plugins,
synaptic synaptic
Description: LXQt system settings center Description: LXQt system settings center
The LXQt system settings center The LXQt system settings center
@ -56,6 +55,8 @@ Package: lxqt-config-l10n
Architecture: all Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Section: localization Section: localization
Depends: qttranslations5-l10n, ${misc:Depends} Depends: qt6-translations-l10n, ${misc:Depends}
Description: Language package for lxqt-config Description: Language package for lxqt-config
The LXQt system settings center
.
This package contains the l10n files needed by lxqt-config. This package contains the l10n files needed by lxqt-config.

4
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: lxqt-config
Source: https://github.com/lxqt/lxqt-config Source: https://github.com/lxqt/lxqt-config
Files: * Files: *
Copyright: 2012-2023, LXQt team Copyright: 2012-2024, LXQt team
2010-2012, Razor team 2010-2012, Razor team
2013, Christian Surlykke 2013, Christian Surlykke
2014, Hong Jen Yee (PCMan) <pcman.tw@gmail.com> 2014, Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
@ -123,7 +123,7 @@ License: LGPL-2.0+
Files: debian/* Files: debian/*
Copyright: 2014-2018 Alf Gaida <agaida@siduction.org> Copyright: 2014-2018 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org> 2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> 2023-2025 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
License: LGPL-2.1+ License: LGPL-2.1+
License: LGPL-2.0+ License: LGPL-2.0+

4
debian/lxqt-config.lintian-overrides vendored Normal file
View File

@ -0,0 +1,4 @@
# This is expected
lxqt-config: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
lxqt-config: desktop-entry-invalid-category LXQt [usr/share/applications/*.desktop]
lxqt-config: no-manual-page [usr/bin/*]

2
debian/manpages vendored
View File

@ -1,3 +1,3 @@
usr/share/man/man1/lxqt-config-appearance.1 usr/share/man/man1/lxqt-config-appearance.1
usr/share/man/man1/lxqt-config-mouse.1 usr/share/man/man1/lxqt-config-input.1
usr/share/man/man1/lxqt-config.1 usr/share/man/man1/lxqt-config.1

2
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# Translation files may be long
lxqt-config source: very-long-line-length-in-source-file * > 512 [*.ts:*]