diff --git a/debian/changelog b/debian/changelog index 2e49daa..60fd22a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-notificationd (1.4.0-0ubuntu1~ppa1) jammy; urgency=medium + + * Backport to Jammy. + + -- Simon Quigley Sun, 12 Nov 2023 18:30:44 -0600 + lxqt-notificationd (1.4.0-0ubuntu1) noble; urgency=medium * New upstream release. diff --git a/debian/patches/revert-kwindowsystem-port.patch b/debian/patches/revert-kwindowsystem-port.patch new file mode 100644 index 0000000..61a958d --- /dev/null +++ b/debian/patches/revert-kwindowsystem-port.patch @@ -0,0 +1,30 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -16,7 +16,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) + option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) + option(LXQT_NOTIFICATION_BUILD_TESTS "Build LXQt Notification tests" OFF) + +-set(KF5_MINIMUM_VERSION "5.101.0") ++set(KF5_MINIMUM_VERSION "5.36.0") + set(LXQT_MINIMUM_VERSION "1.4.0") + set(QT_MINIMUM_VERSION "5.15.0") + +--- a/src/notification.cpp ++++ b/src/notification.cpp +@@ -33,7 +33,6 @@ + #include + #include + #include +-#include + #include + #include + #include +@@ -327,7 +326,7 @@ void Notification::mouseReleaseEvent(QMo + return; + } + +- const auto ids = KX11Extras::stackingOrder(); ++ const auto ids = KWindowSystem::stackingOrder(); + for (const WId &i : ids) + { + KWindowInfo info = KWindowInfo(i, NET::WMName | NET::WMVisibleName); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b921764 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +revert-kwindowsystem-port.patch