Compare commits
8 Commits
562b1e99a2
...
8d6e895445
Author | SHA1 | Date | |
---|---|---|---|
8d6e895445 | |||
85a8038ce8 | |||
ea87922cb1 | |||
2572e5413b | |||
|
965d5321b7 | ||
|
0473392ff9 | ||
|
30153f3d11 | ||
|
4aad9fef00 |
33
debian/changelog
vendored
33
debian/changelog
vendored
@ -1,3 +1,36 @@
|
|||||||
|
lxqt-qtplugin (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||||
|
|
||||||
|
* Backport to Jammy.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 10:46:52 -0500
|
||||||
|
|
||||||
|
lxqt-qtplugin (1.3.0-0ubuntu1) mantic; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Bump build dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 03 Aug 2023 10:43:09 -0500
|
||||||
|
|
||||||
|
lxqt-qtplugin (1.2.0-0ubuntu4) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Removed trailing whitespace from changelog.
|
||||||
|
* Updated copyright file.
|
||||||
|
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 09 Feb 2023 22:34:25 -0600
|
||||||
|
|
||||||
|
lxqt-qtplugin (1.2.0-0ubuntu3) lunar; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild against Qt 5.15.8.
|
||||||
|
|
||||||
|
-- Dmitry Shachnev <mitya57@ubuntu.com> Sat, 14 Jan 2023 13:10:25 +0300
|
||||||
|
|
||||||
|
lxqt-qtplugin (1.2.0-0ubuntu2) lunar; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild against Qt 5.15.7.
|
||||||
|
|
||||||
|
-- Dmitry Shachnev <mitya57@ubuntu.com> Sat, 10 Dec 2022 15:59:29 +0300
|
||||||
|
|
||||||
lxqt-qtplugin (1.2.0-0ubuntu1) lunar; urgency=medium
|
lxqt-qtplugin (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -11,16 +11,16 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libdbusmenu-qt5-dev,
|
libdbusmenu-qt5-dev,
|
||||||
libfm-qt-dev (>= 1.2.0),
|
libfm-qt-dev (>= 1.3.0),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev,
|
libqt5xdg-dev,
|
||||||
libqt5xdgiconloader-dev (>= 3.10.0),
|
libqt5xdgiconloader-dev (>= 3.11.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
lxqt-build-tools (>= 0.12.0),
|
lxqt-build-tools (>= 0.13.0),
|
||||||
qtbase5-private-dev
|
qtbase5-private-dev
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-qtplugin-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-qtplugin-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-qtplugin-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-qtplugin-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-qtplugin
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-qtplugin
|
||||||
@ -31,7 +31,7 @@ Rules-Requires-Root: no
|
|||||||
Package: lxqt-qtplugin
|
Package: lxqt-qtplugin
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libfm-qt12, ${misc:Depends}, ${shlibs:Depends}
|
Depends: libfm-qt13, ${misc:Depends}, ${shlibs:Depends}
|
||||||
Recommends: lxqt-config, lxqt-session
|
Recommends: lxqt-config, lxqt-session
|
||||||
Suggests: lxqt | lxqt-core
|
Suggests: lxqt | lxqt-core
|
||||||
Description: LXQt system integration plugin for Qt
|
Description: LXQt system integration plugin for Qt
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,11 +3,11 @@ Upstream-Name: lxqt-qtplugin
|
|||||||
Source: https://github.com/lxqt/lxqt-qtplugin
|
Source: https://github.com/lxqt/lxqt-qtplugin
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2014-2022 LXQt team
|
Copyright: 2013-2022 LXQt team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2022 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2014-2019 Alf Gaida <agaida@siduction.org>
|
2014-2019 Alf Gaida <agaida@siduction.org>
|
||||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user