Compare commits

..

22 Commits

Author SHA1 Message Date
Aaron Rainbolt
11419501bf
Update build deps 2025-07-31 15:46:20 -05:00
Aaron Rainbolt
a9bc2cecd9
Bump Standards-Version 2025-07-31 15:45:26 -05:00
Aaron Rainbolt
4a07cf3ab2
Update copyright file 2025-07-31 15:44:44 -05:00
Aaron Rainbolt
92214ab6d4
Bump version for new upstream release 2025-07-31 15:43:40 -05:00
6cf55900d0 last name 2025-02-21 16:52:02 -06:00
a768f2d54e Update Standards-Version to 4.7.1, no changes needed. 2025-02-21 16:51:26 -06:00
d19c7db50a New upstream release. 2025-02-09 23:11:06 -06:00
e956a73756 Upload to Plucky 2025-01-11 16:55:34 -06:00
3106261097 New upstream release. 2025-01-11 16:54:52 -06:00
e98da8c492 Upload to Plucky 2024-11-15 15:34:45 -06:00
d4f32f6d44 Make Lintian happy 2024-11-05 16:33:20 -06:00
6d1eb05e41 Bump build dependencies. 2024-11-05 16:33:05 -06:00
f7eaaffb2f New upstream release. 2024-11-05 16:29:52 -06:00
Aaron Rainbolt
3b381ce1b9 Release to Oracular 2024-08-15 16:30:04 -05:00
Aaron Rainbolt
6ccc12eb93 PPA build 2024-06-26 21:48:59 -05:00
Aaron Rainbolt
ce3f0717f8 Adjust build deps 2024-06-26 21:46:46 -05:00
Aaron Rainbolt
5ddb22760e Bump Standards-Version 2024-06-26 21:44:09 -05:00
Aaron Rainbolt
88340789cd Update copyright file 2024-06-26 21:43:40 -05:00
Aaron Rainbolt
84ddf5599e Bump version for new upstream release 2024-06-26 21:43:01 -05:00
df383976b3 Bump build deps 2023-11-13 15:06:33 -06:00
926df18ece Fix copyright file. 2023-11-13 15:05:24 -06:00
f2c97b5c6b Bump version for new upstream release 2023-11-13 15:01:50 -06:00
6 changed files with 108 additions and 172 deletions

44
debian/changelog vendored
View File

@ -1,9 +1,45 @@
lxqt-runner (1.4.0-0ubuntu1~ppa1) jammy; urgency=medium lxqt-runner (2.2.0-0ubuntu1) questing; urgency=medium
* Backport to Jammy. * New upstream release.
* Revert KWindowSystem port to make the package compatible with Jammy. - Update build dependencies.
* Update copyright file.
* Update Standards-Version to 4.7.2, no changes needed.
-- Aaron Rainbolt <arraybolt3@gmail.com> Mon, 13 Nov 2023 15:11:31 -0600 -- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 31 Jul 2025 15:42:09 -0500
lxqt-runner (2.1.2-0ubuntu2) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:38:18 -0600
lxqt-runner (2.1.2-0ubuntu1) plucky; urgency=medium
* New upstream release.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 04 Feb 2025 15:25:10 -0600
lxqt-runner (2.1.1-0ubuntu1) plucky; urgency=medium
* New upstream release.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 11 Jan 2025 16:55:28 -0600
lxqt-runner (2.1.0-0ubuntu1) plucky; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:33:10 -0600
lxqt-runner (2.0.0-0ubuntu1) oracular; urgency=medium
* New upstream release.
* Update copyright file.
* Bump Standards-Version to 4.7.0, no changes necessary.
* Adjust build dependencies.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:29:58 -0500
lxqt-runner (1.4.0-0ubuntu1) noble; urgency=medium lxqt-runner (1.4.0-0ubuntu1) noble; urgency=medium

26
debian/control vendored
View File

@ -1,25 +1,27 @@
Source: lxqt-runner Source: lxqt-runner
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>
Section: x11 Section: x11
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libkf5windowsystem-dev, layer-shell-qt (>= 6.0.0),
liblxqt-globalkeys-ui1-dev (>= 1.4.0), libkf6windowsystem-dev (>= 6.0.0),
liblxqt-globalkeys1-dev (>= 1.4.0), liblayershellqtinterface-dev (>= 6.0.0),
liblxqt1-dev (>= 1.4.0), liblxqt-globalkeys-ui2-dev (>= 2.2.0),
liblxqt-globalkeys2-dev (>= 2.2.0),
liblxqt2-dev (>= 2.2.0),
libmuparser-dev, libmuparser-dev,
libqt5svg5-dev, libx11-dev,
libqt5x11extras5-dev, qt6-svg-dev (>= 6.6.0),
libx11-dev qt6-wayland-dev (>= 6.6.0)
Standards-Version: 4.6.2 Standards-Version: 4.7.2
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
Rules-Requires-Root: no Rules-Requires-Root: no
Homepage: https://github.com/lxqt/lxqt-runner Homepage: https://github.com/lxqt/lxqt-runner
@ -38,7 +40,7 @@ Package: lxqt-runner-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-runner Description: Language package for lxqt-runner
The LXQt runner provides a GUI that comes up on the desktop and allows for The LXQt runner provides a GUI that comes up on the desktop and allows for
launching applications, doing some math or shutting down the system. launching applications, doing some math or shutting down the system.

6
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: lxqt-runner
Source: https://github.com/lxqt/lxqt-runner Source: https://github.com/lxqt/lxqt-runner
Files: * Files: *
Copyright: 2012-2023 LXQt team Copyright: 2012-2025 LXQt team
2010-2013 Razor team 2010-2013 Razor team
License: LGPL-2.1+ License: LGPL-2.1+
@ -14,8 +14,8 @@ Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
2015 ChangZhuo Chen <czchen@debian.org> 2015 ChangZhuo Chen <czchen@debian.org>
2021 apt-ghetto <apt-ghetto@protonmail.com> 2021 apt-ghetto <apt-ghetto@protonmail.com>
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me> 2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
2018-2023 Simon Qugley <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+

View File

@ -1,101 +0,0 @@
Description: Revert KWindowSystem port
Jammy still uses older KWindowSystem, revert back to using it.
Author: Aaron Rainbolt
Origin: vendor
Last-Update: 2023-11-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0772f1..27c1bf5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ cmake_dependent_option(RUNNER_VBOX_HEADLESS
)
# Minimum Versions
-set(KF5_MINIMUM_VERSION "5.101.0")
+set(KF5_MINIMUM_VERSION "5.36.0")
set(LIBMENUCACHE_MINIMUM_VERSION "1.1.0")
set(LXQT_MINIMUM_VERSION "1.4.0")
set(LXQT_GLOBALKEYS_MINIMUM_VERSION "1.4.0")
diff --git a/dialog.cpp b/dialog.cpp
index c0973e9..2f671a2 100644
--- a/dialog.cpp
+++ b/dialog.cpp
@@ -55,7 +55,6 @@
#include <QScrollBar>
#include <KWindowSystem/KWindowSystem>
-#include <KWindowSystem/KX11Extras>
#define DEFAULT_SHORTCUT "Alt+F2"
@@ -201,8 +200,8 @@ void Dialog::moveEvent(QMoveEvent *event)
************************************************/
void Dialog::showEvent(QShowEvent *event)
{
- connect(KX11Extras::self(), &KX11Extras::activeWindowChanged, this, &Dialog::onActiveWindowChanged);
- connect(KX11Extras::self(), &KX11Extras::currentDesktopChanged, this, &Dialog::onCurrentDesktopChanged);
+ connect(KWindowSystem::self(), &KWindowSystem::activeWindowChanged, this, &Dialog::onActiveWindowChanged);
+ connect(KWindowSystem::self(), &KWindowSystem::currentDesktopChanged, this, &Dialog::onCurrentDesktopChanged);
return QDialog::showEvent(event);
}
@@ -213,8 +212,8 @@ void Dialog::showEvent(QShowEvent *event)
void Dialog::hideEvent(QHideEvent *event)
{
QDialog::hideEvent(event);
- disconnect(KX11Extras::self(), &KX11Extras::currentDesktopChanged, this, &Dialog::onCurrentDesktopChanged);
- disconnect(KX11Extras::self(), &KX11Extras::activeWindowChanged, this, &Dialog::onActiveWindowChanged);
+ disconnect(KWindowSystem::self(), &KWindowSystem::currentDesktopChanged, this, &Dialog::onCurrentDesktopChanged);
+ disconnect(KWindowSystem::self(), &KWindowSystem::activeWindowChanged, this, &Dialog::onActiveWindowChanged);
}
@@ -349,7 +348,7 @@ void Dialog::showHide()
{
// Using KWindowSystem to detect the active window since
// QWidget::isActiveWindow is not working reliably.
- if (isVisible() && (KX11Extras::activeWindow() == winId()))
+ if (isVisible() && (KWindowSystem::activeWindow() == winId()))
{
hide();
}
@@ -357,7 +356,7 @@ void Dialog::showHide()
{
realign();
show();
- KX11Extras::forceActiveWindow(winId());
+ KWindowSystem::forceActiveWindow(winId());
ui->commandEd->setFocus();
ui->commandEd->selectAll();
}
@@ -378,7 +377,7 @@ void Dialog::realign()
screenNumber = screen ? screens.indexOf(screen) : 0;
}
- desktop = screens.at(screenNumber)->availableGeometry().intersected(KX11Extras::workArea(screenNumber));
+ desktop = screens.at(screenNumber)->availableGeometry().intersected(KWindowSystem::workArea(screenNumber));
QRect rect = this->geometry();
rect.moveCenter(desktop.center());
@@ -452,7 +451,7 @@ void Dialog::onActiveWindowChanged(WId id)
if (mDesktopChanged)
{
mDesktopChanged = false;
- KX11Extras::forceActiveWindow(winId());
+ KWindowSystem::forceActiveWindow(winId());
} else
{
hide();
@@ -468,8 +467,8 @@ void Dialog::onCurrentDesktopChanged(int screen)
{
if (isVisible())
{
- KX11Extras::setOnDesktop(winId(), screen);
- KX11Extras::forceActiveWindow(winId());
+ KWindowSystem::setOnDesktop(winId(), screen);
+ KWindowSystem::forceActiveWindow(winId());
//Note: workaround for changing desktop while runner is shown
// The KWindowSystem::forceActiveWindow may fail to correctly activate runner if there
// are any other windows on the new desktop (probably because of the sequence while WM

View File

@ -1 +0,0 @@
0001-revert-kwindowsystem-port.patch