Compare commits
14 Commits
ubuntu/ora
...
ubuntu/que
Author | SHA1 | Date | |
---|---|---|---|
|
c3343af4cd | ||
|
156aa0008e | ||
|
d1b8cc348d | ||
|
dc46c75c51 | ||
30ad5c4ffa | |||
147b05c2fd | |||
c2561b8014 | |||
bbb2b21799 | |||
6b968b5cee | |||
1b4ef60b8d | |||
0d3a31a808 | |||
0fd133690e | |||
fcdbab103e | |||
|
7b5dfa60ab |
46
debian/changelog
vendored
46
debian/changelog
vendored
@ -1,3 +1,49 @@
|
|||||||
|
lxqt-qtplugin (2.2.0-0ubuntu1) questing; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Bump build dependencies.
|
||||||
|
* Update copyright file.
|
||||||
|
* Bump Standards-Version to 4.7.2, no changes needed.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 10 Jul 2025 12:20:31 -0500
|
||||||
|
|
||||||
|
lxqt-qtplugin (2.1.0-0ubuntu5) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Update Standards-Version to 4.7.1, no changes needed.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:28:41 -0600
|
||||||
|
|
||||||
|
lxqt-qtplugin (2.1.0-0ubuntu4) plucky; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild for Qt 6.8.2.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 04 Feb 2025 18:31:36 -0600
|
||||||
|
|
||||||
|
lxqt-qtplugin (2.1.0-0ubuntu3) plucky; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 03:58:37 -0600
|
||||||
|
|
||||||
|
lxqt-qtplugin (2.1.0-0ubuntu2) plucky; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild for Qt 6.8.1.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 05 Dec 2024 00:45:09 -0600
|
||||||
|
|
||||||
|
lxqt-qtplugin (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Bump build dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:33:06 -0600
|
||||||
|
|
||||||
|
lxqt-qtplugin (2.0.0-0ubuntu3) plucky; urgency=medium
|
||||||
|
|
||||||
|
* No-change rebuild against Qt 6.7.2 private-abi.
|
||||||
|
|
||||||
|
-- Rik Mills <rikmills@kde.org> Thu, 17 Oct 2024 17:53:25 +0100
|
||||||
|
|
||||||
lxqt-qtplugin (2.0.0-0ubuntu2) oracular; urgency=medium
|
lxqt-qtplugin (2.0.0-0ubuntu2) oracular; urgency=medium
|
||||||
|
|
||||||
* Temporary fix for FTBFS on arm64.
|
* Temporary fix for FTBFS on arm64.
|
||||||
|
24
debian/control
vendored
24
debian/control
vendored
@ -1,6 +1,6 @@
|
|||||||
Source: lxqt-qtplugin
|
Source: lxqt-qtplugin
|
||||||
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: Alf Gaida <agaida@siduction.org>,
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||||
@ -10,27 +10,27 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libdbusmenu-lxqt0-dev,
|
libdbusmenu-lxqt0-dev (>= 0.3.0),
|
||||||
libfm-qt6-dev (>= 2.0.0),
|
libfm-qt6-dev (>= 2.2.0),
|
||||||
libkf6windowsystem-dev,
|
libkf6windowsystem-dev,
|
||||||
libqt6xdg-dev (>= 4.0.0),
|
libqt6xdg-dev (>= 4.2.0),
|
||||||
libqt6xdgiconloader-dev (>= 4.0.0),
|
libqt6xdgiconloader-dev (>= 4.2.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
lxqt-build-tools (>= 2.0.0),
|
lxqt-build-tools (>= 2.2.0),
|
||||||
qt6-base-private-dev,
|
qt6-base-private-dev (>= 6.6.0),
|
||||||
qt6-svg-dev
|
qt6-svg-dev (>= 6.6.0)
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.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
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-qtplugin
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-qtplugin.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-qtplugin.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-qtplugin
|
Homepage: https://github.com/lxqt/lxqt-qtplugin
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: lxqt-qtplugin
|
Package: lxqt-qtplugin
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libfm-qt6-14, ${misc:Depends}, ${shlibs:Depends}
|
Depends: libfm-qt6-15, ${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
|
||||||
|
8
debian/copyright
vendored
8
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: 2013-2024 LXQt team
|
Copyright: 2013-2025 LXQt team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2024 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2025 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||||
2014-2019 Alf Gaida <agaida@siduction.org>
|
2014-2019 Alf Gaida <agaida@siduction.org>
|
||||||
@ -15,8 +15,8 @@ Copyright: 2021-2024 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
|||||||
2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
||||||
2019-2021 apt-ghetto <apt-ghetto@protonmail.com>
|
2019-2021 apt-ghetto <apt-ghetto@protonmail.com>
|
||||||
2021 Dan Simmons <kc2bez@lubuntu.me>
|
2021 Dan Simmons <kc2bez@lubuntu.me>
|
||||||
2018-2023 Simon Quigley <tsimonq2@ubuntu.com>
|
2018-2025 Simon Quigley <tsimonq2@ubuntu.com>
|
||||||
2023 Aaron Rainbolt <arraybolt3@gmail.com>
|
2023-2025 Aaron Rainbolt <arraybolt3@gmail.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
|||||||
set-qt-plugins-dir-via-configure.patch
|
|
@ -1,17 +0,0 @@
|
|||||||
--- a/src/CMakeLists.txt
|
|
||||||
+++ b/src/CMakeLists.txt
|
|
||||||
@@ -51,10 +51,10 @@
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# execute the command "qmake -query QT_INSTALL_PLUGINS" to get the path of plugins dir.
|
|
||||||
-execute_process(COMMAND ${QT_QMAKE_EXECUTABLE} -query QT_INSTALL_PLUGINS
|
|
||||||
- OUTPUT_VARIABLE QT_PLUGINS_DIR
|
|
||||||
- OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
||||||
-)
|
|
||||||
+#execute_process(COMMAND ${QT_QMAKE_EXECUTABLE} -query QT_INSTALL_PLUGINS
|
|
||||||
+# OUTPUT_VARIABLE QT_PLUGINS_DIR
|
|
||||||
+# OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
||||||
+#)
|
|
||||||
if(QT_PLUGINS_DIR)
|
|
||||||
message(STATUS "Qt6 plugin directory:" "${QT_PLUGINS_DIR}")
|
|
||||||
else()
|
|
Loading…
x
Reference in New Issue
Block a user