From 91a64906e26ed8efa1f4b541ab8a1f1e15a7feae976bbc54afa8482e29e9b002 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 20 Sep 2021 06:13:44 +0000 Subject: [PATCH] Plasma 5.23 Beta. Tested on TW Live, seems to work. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=249 --- kwayland-integration-5.22.5.tar.xz | 3 --- kwayland-integration-5.22.5.tar.xz.sig | 11 ----------- kwayland-integration-5.22.90.tar.xz | 3 +++ kwayland-integration-5.22.90.tar.xz.sig | 11 +++++++++++ kwayland-integration.changes | 22 ++++++++++++++++++++++ kwayland-integration.spec | 13 ++++++++++--- 6 files changed, 46 insertions(+), 17 deletions(-) delete mode 100644 kwayland-integration-5.22.5.tar.xz delete mode 100644 kwayland-integration-5.22.5.tar.xz.sig create mode 100644 kwayland-integration-5.22.90.tar.xz create mode 100644 kwayland-integration-5.22.90.tar.xz.sig diff --git a/kwayland-integration-5.22.5.tar.xz b/kwayland-integration-5.22.5.tar.xz deleted file mode 100644 index a0bdc35..0000000 --- a/kwayland-integration-5.22.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cbc301227a507fb2ac42e08130c79ff58a9905ebd444ddd64c78bb1e834fb4d -size 22708 diff --git a/kwayland-integration-5.22.5.tar.xz.sig b/kwayland-integration-5.22.5.tar.xz.sig deleted file mode 100644 index 9870e43..0000000 --- a/kwayland-integration-5.22.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmEuFTQACgkQ7JTRj38F -mX7iIwgAirt0+hHwo7xvbI243oSPxAQzrrnywmVE11iIZoAzPCsq0ov9HKlkpn0b -PRrHrfvkUAThAoD/ENvDB45dhgmZc3rtxS9o9gjXhqnj1xL0tPnqbP+ErHUlDsSg -UZIWZwyEPpRFPgUazQCtmgTfxIh8IcgXj8nVyvani5vFbgx5R8wYERG4kPRYES0i -sm8LIJPUt6dkv6/89fxnbrLAMzaKSc6ApKIckZZ08O5QxZHYpV2bcfzRmpENn44a -enanStLUzU06Uwe68fHxeI/Wdt7cp52TLAagLF24/AltXhEoIonFLnIVjEyBHHPS -otGcbV+Dp2EKBkkBTqTjBibQZyMChg== -=FRuT ------END PGP SIGNATURE----- diff --git a/kwayland-integration-5.22.90.tar.xz b/kwayland-integration-5.22.90.tar.xz new file mode 100644 index 0000000..2aa2888 --- /dev/null +++ b/kwayland-integration-5.22.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92056d953d2cafe2de245cadcae1a72b1d14bde8faae16bd9efee72870493736 +size 24164 diff --git a/kwayland-integration-5.22.90.tar.xz.sig b/kwayland-integration-5.22.90.tar.xz.sig new file mode 100644 index 0000000..30fa2af --- /dev/null +++ b/kwayland-integration-5.22.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmFDAyEACgkQ7JTRj38F +mX7stgf/RZDmDoISrT9jhwJfaQjslKYoNnTTHFQMteeNFh6jVsxXzy5PDZnyDhTm +vZiFXSQM461oDRYiH0qpy8KB4I8d/YojLD8wg3d2124W9w4HFIrFNb5pSus0g+kw +5JdVleUAPJ7h4N2ZvmbgLfPK+2sW88jZ/Ujzh+Fb0bpZnc7bdIrZzpmIzQvuMwN+ +eVFQ/071mCq34fjhM40dsoRuzyAJYcJWFmadIzvXf3l2xvpBSsrdecpFsSnpZ8VF +lqJx7t9xtCyztxbgLoU5+IXus0JZO1GdcoxRG3FbNkFFF+3icHWjBKUmKL7bI9sm +g3ywEQiM/gkSoq2+2lkJ9wAAEB0pVg== +=V6PX +-----END PGP SIGNATURE----- diff --git a/kwayland-integration.changes b/kwayland-integration.changes index aa42796..2fd3b2b 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 16 13:04:52 UTC 2021 - Fabian Vogt + +- Update to 5.22.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.90 +- Changes since 5.22.5: + * fix a dirty shadows (kde#439408) + * Implement setting frost + * Add pre-commit hook for clang-format + * Add .git-blame-ignore-revs file + * Run clang-format + * Explicitly set KDE_COMPILERSETTINGS_LEVEL + * Guard use of activation proxy (kde#440448) + * Fix compile with last ecm + * Fix build with GCC + * Be more explicit about types, hopefully fix CI builds + * Improve the behaviour when we are requesting without a window + * Also link against xkb and fix build + * Provide an implementation for the xdg_activation_v1 API + ------------------------------------------------------------------- Tue Aug 31 19:08:41 UTC 2021 - Fabian Vogt diff --git a/kwayland-integration.spec b/kwayland-integration.spec index c494a92..0dec674 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kwayland-integration -Version: 5.22.5 +Version: 5.22.90 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -28,20 +28,27 @@ Summary: Integration plugins for various KDE frameworks for wayland windo License: LGPL-2.1-or-later Group: Development/Libraries/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz +Source: https://download.kde.org/unstable/plasma/%{version}/kwayland-integration-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem +BuildRequires: libQt5PlatformSupport-private-headers-devel +BuildRequires: libqt5-qtwayland-private-headers-devel +BuildRequires: pkgconfig BuildRequires: cmake(KF5GuiAddons) >= 5.60.0 BuildRequires: cmake(KF5IdleTime) >= 5.24.0 BuildRequires: cmake(KF5Wayland) >= 5.24.0 BuildRequires: cmake(KF5WindowSystem) >= 5.24.0 BuildRequires: cmake(Qt5Core) >= 5.4.0 BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5WaylandClient) +BuildRequires: cmake(Qt5XkbCommonSupport) +BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(xkbcommon) %description Provides integration plugins for various KDE frameworks for the wayland windowing system.