Christophe Giboudeaux 2021-06-15 20:34:43 +00:00 committed by Git OBS Bridge
parent cf7d3c7007
commit 2263e5819f
4 changed files with 32 additions and 9 deletions

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDIepcACgkQ7JTRj38F
mX6r8wgAikTV3NJW3BWJHn+9iswO6j0HVxvQVztLa3vRomwCIPFky5FBSLs6jWSL
tBQBLTKeQHFP9HmGnewLvVsUp9ExaSeecuAdZGW3R4nqZxdnuGcXYMszVMTnthHs
FCWe4GF8ZXXlPEQJ6b8uvvzRmwXcg81SeBXlrXjegeZRAdKs/dsz34q6VHno06TW
O7ujCiZTbQgecOZJ59Swbl31YhUxkDtPWgjXs7ak1XhepPaQssm29Ju6WtMpValV
J2p+FAQ6LVzkkSIrz6Jd6YQGgG5U7V+sCch2DtlthVsHaFKvOZJquaNrZY5MeYKk
WUSKtmJoGz1WSPLpFfBnIiEdCohOSA==
=DOad
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 15 13:17:26 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.22.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.22.1
- No code changes since 5.22.0
-------------------------------------------------------------------
Thu Jun 3 13:06:15 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package layer-shell-qt
#
# Copyright (c) 2021 Fabian Vogt
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2021 Fabian Vogt
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,32 +24,32 @@
%bcond_without lang
Name: layer-shell-qt
Version: 5.22.0
Version: 5.22.1
Release: 0
Summary: wlr-layer-shell integration for Qt
License: LGPL-3.0-or-later
Group: Development/Libraries/KDE
URL: https://www.kde.org
Source: layer-shell-qt-%{version}.tar.xz
Source: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz
%if %{with lang}
Source1: layer-shell-qt-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libqt5-qtwayland-private-headers-devel
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Gui) >= 5.15.0
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5XkbCommonSupport)
BuildRequires: cmake(Qt5WaylandClient)
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: libqt5-qtwayland-private-headers-devel
BuildRequires: cmake(Qt5XkbCommonSupport)
# Workaround missing requirement in libQt5Gui-private-headers-devel
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
BuildRequires: pkgconfig(wayland-client) >= 1.3.0
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-server) >= 1.3.0
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
%description
This allows integration of Qt applications with wlr-layer-shell.
@ -65,8 +65,8 @@ This allows integration of Qt applications with wlr-layer-shell.
Summary: wlr-layer-shell integration for Qt 5 - development files
Group: Development/Libraries/KDE
Requires: layer-shell-qt5 = %{version}
Requires: cmake(Qt5Qml)
Requires: libqt5-qtwayland-private-headers-devel
Requires: cmake(Qt5Qml)
Requires: pkgconfig(wayland-client) >= 1.3.0
%description -n layer-shell-qt5-devel