diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-10 23:32:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-11 00:17:47 +0100 |
commit | 3c32ff509c022b544c36481ac9fe05dba9b85d42 (patch) | |
tree | 2d88bc887a6929181e7b89bc29d34b61819b6467 | |
parent | kde-plasma/kwayland: drop 5.91.0 (diff) | |
download | gentoo-3c32ff509c022b544c36481ac9fe05dba9b85d42.tar.gz gentoo-3c32ff509c022b544c36481ac9fe05dba9b85d42.tar.bz2 gentoo-3c32ff509c022b544c36481ac9fe05dba9b85d42.zip |
kde-plasma/kwayland-integration: drop 5.91.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
3 files changed, 0 insertions, 114 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 9a7d203fe323..06be6e34342b 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,2 @@ DIST kwayland-integration-5.27.10.tar.xz 25776 BLAKE2B dbd1b2cedf1128f59318e41036bde63c8062538804a6b26418bce2210860a0b0f1dcbf217f9b823924ec8865b2bc3d6ceae7a06339d8ea1a508d67763e697027 SHA512 c66b08ba2af7675add7d603e0b8bdd20578abfc71af15574c389c8bec9856f309fe856c236f9fc8832e38c0125f5d55a3cc3d649b9d49733ee93d656b9c293fe -DIST kwayland-integration-5.91.0.tar.xz 26352 BLAKE2B 0a3dd88dfa1c0804e128b20c9b6ed8d28de534a19cac4c22584050e8903cc83a9629431e10759125112a486215980fe1bac10d38537fc0e79bd9ed1277a1e250 SHA512 04b68fc1572bf6218bb8dd2e09fbed2c7dfb7ea91581a5d0503cac40865fb83597d537cf4c12a0cbb56d134c585148c4d3f1bb6ff2e52b26231c8be4eddc3baa DIST kwayland-integration-5.92.0.tar.xz 26448 BLAKE2B 44b251ede14c4b5974e546d6ff8de61ec1c91a29cb220c8be8fcf4fb024e96cd28c19d5b4e01d7c63fba48aa63c5e2842b97e90f6f32eaebc43722c8f5a104c6 SHA512 106887e68c5203645eef38a4915a344714a931966110202d2f350ef49fc262683cc85062c119a5369b2b6aa903d6648e33d3c23b422d08d104bfc0aacd5b0c71 diff --git a/kde-plasma/kwayland-integration/files/kwayland-integration-5.91.0-kwindowsystem-no-widgets.patch b/kde-plasma/kwayland-integration/files/kwayland-integration-5.91.0-kwindowsystem-no-widgets.patch deleted file mode 100644 index 5fc4f0092530..000000000000 --- a/kde-plasma/kwayland-integration/files/kwayland-integration-5.91.0-kwindowsystem-no-widgets.patch +++ /dev/null @@ -1,68 +0,0 @@ -From b672d78b8fa59e0e41dab7d06816ea751f24b461 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sat, 16 Dec 2023 19:57:03 +0100 -Subject: [PATCH] Fix build against KF5WindowSystem with - -DKWINDOWSYSTEM_NO_WIDGETS=ON - -Deprecation #ifdefs got lost between 1102b5470e0573efe817ca12e649977007d3e6c0 and 4a3ae83979507598fae29d1b6d0a449779fda5eb. - -5.101 deprecation #ifdefs are still missing after this change. - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - src/windowsystem/windowsystem.cpp | 4 ++++ - src/windowsystem/windowsystem.h | 2 ++ - 2 files changed, 6 insertions(+) - -diff --git a/src/windowsystem/windowsystem.cpp b/src/windowsystem/windowsystem.cpp -index 9266ddd..6f67129 100644 ---- a/src/windowsystem/windowsystem.cpp -+++ b/src/windowsystem/windowsystem.cpp -@@ -192,12 +192,14 @@ QPoint WindowSystem::desktopToViewport(int desktop, bool absolute) - return QPoint(); - } - -+#if KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(5, 0) - WId WindowSystem::groupLeader(WId window) - { - Q_UNUSED(window) - qCDebug(KWAYLAND_KWS) << "This plugin does not support group leader"; - return 0; - } -+#endif - - bool WindowSystem::icccmCompliantMappingState() - { -@@ -549,12 +551,14 @@ QList<WId> WindowSystem::stackingOrder() - return QList<WId>(); - } - -+#if KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(5, 0) - WId WindowSystem::transientFor(WId window) - { - Q_UNUSED(window) - qCDebug(KWAYLAND_KWS) << "This plugin does not support transient for windows"; - return 0; - } -+#endif - - int WindowSystem::viewportToDesktop(const QPoint &pos) - { -diff --git a/src/windowsystem/windowsystem.h b/src/windowsystem/windowsystem.h -index 8c978e6..c59675a 100644 ---- a/src/windowsystem/windowsystem.h -+++ b/src/windowsystem/windowsystem.h -@@ -42,8 +42,10 @@ public: - void setOnAllDesktops(WId win, bool b) override; - void setOnDesktop(WId win, int desktop) override; - void setOnActivities(WId win, const QStringList &activities) override; -+#if KWINDOWSYSTEM_BUILD_DEPRECATED_SINCE(5, 0) - WId transientFor(WId window) override; - WId groupLeader(WId window) override; -+#endif - QPixmap icon(WId win, int width, int height, bool scale, int flags) override; - void setIcons(WId win, const QPixmap &icon, const QPixmap &miniIcon) override; - void setType(WId win, NET::WindowType windowType) override; --- -GitLab - diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.91.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.91.0.ebuild deleted file mode 100644 index 441f9d079db5..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.91.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm plasma.kde.org - -DESCRIPTION="Provides KWindowSystem integration plugin for Wayland" -HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="~amd64" -IUSE="" - -# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X -# slot ops: -# dev-qt/qtgui: QtXkbCommonSupportPrivate -# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff -# kde-frameworks/kwindowsystem: Various private headers -RDEPEND=" - >=dev-libs/wayland-1.15 - >=dev-qt/qtgui-${QTMIN}:5= - || ( - >=dev-qt/qtgui-${QTMIN}:5[libinput] - >=dev-qt/qtgui-${QTMIN}:5[X] - ) - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtwayland-${QTMIN}:5= - >=kde-frameworks/kwindowsystem-${KFMIN}:5= - >=kde-plasma/kwayland-${KFMIN}:5 - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND} - dev-libs/plasma-wayland-protocols -" -BDEPEND=" - >=dev-qt/qtwaylandscanner-${QTMIN}:5 - dev-util/wayland-scanner - virtual/pkgconfig -" - -PATCHES=( "${FILESDIR}/${P}-kwindowsystem-no-widgets.patch" ) |