Plasma 5.22 Beta, tested a bit more. Now with cmake >= 3.16 and duplicates in .changes removed (now using git log a..b instead of a...b)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-gtk-config5?expand=0&rev=288
This commit is contained in:
parent
83df44b887
commit
b6e12badcb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f39178aa9cbfdcd9e6c1663058f3ff74d658e87b29f9b765f67a5bdc7c46ec1d
|
||||
size 68764
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCRNmEACgkQEZaMRJKM
|
||||
rvzGKAgAsNb7IEOcT0gqEv0DMJwBwCHshjWH9rCYcPptplSY9YnFK2qVIpooVwNV
|
||||
2jyiHLn70/4R3QUcmowEyApIVB58ELTKITn09h7QXf14jzVmXltDeh7a+WDrjuXO
|
||||
GiQy3RO1eFqClgMZwQv+/VBqZAsKfJaAwTgqVnjtQbmrXWcr1nOsOs5sTDuVYEvw
|
||||
4pFbL9yIzBN+MscmvkzA09+N56w0Y78AZS4sFBiK/XueWQOJX40gGJdrtDBMGF4u
|
||||
cGRUlcYiZhaBNQKJ253yyXmOAi1KBUegEtMy+jTWUyoar7hY9upg3tM7Q2s4K3VJ
|
||||
QdCZPiFGra8T92YKW8hwM9kmNHdr7A==
|
||||
=9NB2
|
||||
-----END PGP SIGNATURE-----
|
3
kde-gtk-config-5.21.90.tar.xz
Normal file
3
kde-gtk-config-5.21.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e8f0c91de8ae96227b9caa137cde704dc7cd99703b89976e1456d66773d0038
|
||||
size 68768
|
11
kde-gtk-config-5.21.90.tar.xz.sig
Normal file
11
kde-gtk-config-5.21.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdJE0ACgkQ7JTRj38F
|
||||
mX49VQf/dvwdxJq4EbB9XQcwr7RMjbddNGLMmTSy/Jqf6QzJ5EJyvmpAjUb4zAKw
|
||||
skzsFLndFBwJemfMxVFst5wQR/DkIXpuOMWfPOwD3tlj0n/t2tJfC58KAfzNKZg0
|
||||
VlL2pM+DJnXgVErYyZQe5uJn6JVwgeV5IR//xjT0BVBOT1ychcY/V66z/Win4Q1a
|
||||
FKgV39qUPX/JQojbCnBVcjWmUy58Ir6awf82VV9K9gicge9Kfh6uXiGxFUFpqpM5
|
||||
h48zlOgs4+TBA62XxnJHjfgnoMGPUGH3PK8APLaq5/2Myc2BhBItZkohjRXUKplb
|
||||
7kGbibaY35eArdrnuQBrdp0OARQ51g==
|
||||
=vzcJ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 13 18:15:31 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.21.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/5.21.90
|
||||
- Changes since 5.21.5:
|
||||
* Add .git-blame-ignore-revs file
|
||||
* Add pre-commit hook for clang-format
|
||||
* Run clang-format
|
||||
* Misc cmake cleanup
|
||||
* Raise minimum CMake version to 3.16
|
||||
* Use unique temporary directory for CSD assets, and clean it up (kde#433608)
|
||||
* Support svgz buttons in Aurorae themes (kde#432712)
|
||||
* Reset altered config in the decoration bridge
|
||||
* Use versionless Qt cmake target
|
||||
* Use the same configs for watching and reading (kde#421745)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 14:15:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -18,15 +18,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kde-gtk-config5
|
||||
Version: 5.21.5
|
||||
Version: 5.21.90
|
||||
Release: 0
|
||||
Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE
|
||||
License: LGPL-3.0-or-later AND GPL-3.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://projects.kde.org/kde-gtk-config
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= 0.0.9
|
||||
|
Loading…
Reference in New Issue
Block a user