forked from pool/layer-shell-qt
Plasma 5.22.2.1. The .1 needed overwriting of _plasma5_bugfix for now
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/layer-shell-qt?expand=0&rev=6
This commit is contained in:
parent
2a8c5654b0
commit
1fb78bc508
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60314e0b4253e4b8ce8359935b29659ac45d19f21941e771a7bc28a824b5a1d6
|
|
||||||
size 17616
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDIepcACgkQ7JTRj38F
|
|
||||||
mX6r8wgAikTV3NJW3BWJHn+9iswO6j0HVxvQVztLa3vRomwCIPFky5FBSLs6jWSL
|
|
||||||
tBQBLTKeQHFP9HmGnewLvVsUp9ExaSeecuAdZGW3R4nqZxdnuGcXYMszVMTnthHs
|
|
||||||
FCWe4GF8ZXXlPEQJ6b8uvvzRmwXcg81SeBXlrXjegeZRAdKs/dsz34q6VHno06TW
|
|
||||||
O7ujCiZTbQgecOZJ59Swbl31YhUxkDtPWgjXs7ak1XhepPaQssm29Ju6WtMpValV
|
|
||||||
J2p+FAQ6LVzkkSIrz6Jd6YQGgG5U7V+sCch2DtlthVsHaFKvOZJquaNrZY5MeYKk
|
|
||||||
WUSKtmJoGz1WSPLpFfBnIiEdCohOSA==
|
|
||||||
=DOad
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
layer-shell-qt-5.22.2.1.tar.xz
Normal file
3
layer-shell-qt-5.22.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9521a6e2ce02ecb836bcdcd0ba0183f3f4e1c6c193ce83604dee98abf5246e14
|
||||||
|
size 17616
|
11
layer-shell-qt-5.22.2.1.tar.xz.sig
Normal file
11
layer-shell-qt-5.22.2.1.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmDSNAUACgkQ7JTRj38F
|
||||||
|
mX5GcAf+IwBrd5PeGY94bNnxQNuxld6CRh1ezo6OFzIKxNgo5p6fkzuRW/oyPzer
|
||||||
|
jkfFF++JJy9DmB5KVfe5jf0OMUaCqrm9K46ZOLGFkiyYZWYhjV/cr7TiQKX38vOz
|
||||||
|
vMQcXmLn4ffnSV2R7NFmw5JWzRcphbqnoxclvnQmQydfs1A9lQ+9JvNb9ZjNytZS
|
||||||
|
eiGeHE2LH9/rOVjQzDr9JlKzcNqm9Kf93md0R8vTCkuIL9nYc3jr52wjLO+TToHc
|
||||||
|
8gBuf6gdyrKXHTTacnjRlDHMR8io2HPbuD/Enk5KB7dksYJvNnPNq11msdvlOTJf
|
||||||
|
tD7VJxa9mhbRFhRSkFgbn7GEeeWjCQ==
|
||||||
|
=LOek
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 23 08:24:42 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.22.2.1
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/plasma/5/5.22.2
|
||||||
|
- No code changes since 5.22.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 15 13:17:26 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Jun 15 13:17:26 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -18,21 +18,21 @@
|
|||||||
|
|
||||||
|
|
||||||
# Full Plasma 5 version (e.g. 5.8.95)
|
# Full Plasma 5 version (e.g. 5.8.95)
|
||||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: layer-shell-qt
|
Name: layer-shell-qt
|
||||||
Version: 5.22.1
|
Version: 5.22.2.1
|
||||||
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/stable/plasma/5.22.2/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/stable/plasma/5.22.2/layer-shell-qt-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake >= 3.16
|
BuildRequires: cmake >= 3.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user