1
0

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
This commit is contained in:
Christophe Giboudeaux 2021-09-20 06:13:44 +00:00 committed by Git OBS Bridge
parent 3d4909279e
commit 91a64906e2
6 changed files with 46 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cbc301227a507fb2ac42e08130c79ff58a9905ebd444ddd64c78bb1e834fb4d
size 22708

View File

@ -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-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92056d953d2cafe2de245cadcae1a72b1d14bde8faae16bd9efee72870493736
size 24164

View File

@ -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-----

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Sep 16 13:04:52 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- 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 <fabian@ritter-vogt.de>

View File

@ -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.