1
0

Plasma 5.23 Beta. Tested on TW Live, seems to work.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/layer-shell-qt?expand=0&rev=10
This commit is contained in:
Christophe Giboudeaux 2021-09-20 06:13:44 +00:00 committed by Git OBS Bridge
parent ce6cc6de84
commit 3f812d4840
6 changed files with 31 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmEuFboACgkQ7JTRj38F
mX4IhAgAsD2o0Oqw7KIGTjY4QIenvswFnc6cXy7M+NkwsIv7/2wjQprJY5Tc0Anx
VA94fNufDZlpM5Z4WM+/kJcR08dsMhs+ITqR5q2gEQA8eUVVm2hDSdgDJtHsekQB
OJkVADEaxDdMm/hH7S5q1vlsbycQbr8mIWGzFGQIcVOu5MEqwWPPHgN73LrTTaSC
GGqP3KXVfv62Peb2Ss9DqPdjZB4U/Yi983cRwISGqEygtqhf6UTLlIb3kRauhs/v
I5uMyyRW1WTqW5qKj+XbeqELqnfF47FbCHad3nz1JfjUaGHrMwJfkaw8Z/7EOqsE
wR8HdeCpcVsl6ipcew4Rfe7Am5J74g==
=bpWd
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmFDA5UACgkQ7JTRj38F
mX56AAf/a+lCipVlmnNLUmh3dD6YhunbR3LJuXo4xDbujmulbpiYQQHpwEHV3+eZ
nu7zMXKZcAiuUsvagZxxgs1JfX9QLfo+5ibXzXgok7ye5nk+c9lu6zCXrNhVxngw
9M/rUvXojTU76wrUr4F0AiJnrFsdfXiemsc10vM7IHxkjGFebm45pLPRPSr6Dy1N
99RDlAFnLloH2crrSmIjGDhBcQZc3LExELoDur8mFzvOPvHlrOGsajppHHHbxYdK
gY8KLN/atoxlZNKUUpzgEoZVwrILPUdo4WKL2ysxypgSK8guIwkZhgDDFMj6wIWx
FWQQy1GTh+8GDD4M2wIEGt1Dgap32w==
=JsYO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 16 13:05:03 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 crash when creating views on the placeholder screen
* Explicitly set KDE_COMPILERSETTINGS_LEVEL
* Fix compile with last ecm.
* Mark .gitignore file as non-copyrightable
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 31 19:08:44 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de> Tue Aug 31 19:08:44 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -24,15 +24,15 @@
%bcond_without lang %bcond_without lang
Name: layer-shell-qt Name: layer-shell-qt
Version: 5.22.5 Version: 5.22.90
Release: 0 Release: 0
Summary: wlr-layer-shell integration for Qt Summary: wlr-layer-shell integration for Qt
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
URL: https://www.kde.org URL: https://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz Source: https://download.kde.org/unstable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz.sig Source1: https://download.kde.org/unstable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz.sig
Source2: plasma.keyring Source2: plasma.keyring
%endif %endif
BuildRequires: cmake >= 3.16 BuildRequires: cmake >= 3.16
@ -46,10 +46,10 @@ BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5WaylandClient) BuildRequires: cmake(Qt5WaylandClient)
BuildRequires: cmake(Qt5XkbCommonSupport) BuildRequires: cmake(Qt5XkbCommonSupport)
# Workaround missing requirement in libQt5Gui-private-headers-devel # Workaround missing requirement in libQt5Gui-private-headers-devel
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
BuildRequires: pkgconfig(wayland-client) >= 1.3.0 BuildRequires: pkgconfig(wayland-client) >= 1.3.0
BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-server) >= 1.3.0 BuildRequires: pkgconfig(wayland-server) >= 1.3.0
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
%description %description
This allows integration of Qt applications with wlr-layer-shell. This allows integration of Qt applications with wlr-layer-shell.