KDE Frameworks 5.90.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=191
This commit is contained in:
parent
87f687b879
commit
e3a3fd6792
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc71d34a121ca799428849d28eadd1277d4ea0732a66fbafc205aa3bd8e7828a
|
|
||||||
size 2142816
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv6wACgkQWNDuZIpI
|
|
||||||
s7uEWAf/Qu25tQN0F3JYdWxQ0zLQqehI3hoOa64dL/u5bkUJ55TQW8RNDy5jOqB3
|
|
||||||
wpy8k7MGVtlBa/vdoYYAJ7NaCIPR/GqhihIIEW4FhTOAaZ0K6YS2QYU3JgDvcydX
|
|
||||||
B18zgWpAA/DMmMbNWRcPwEFqfC1uILd1FhMHx/3jgtq53E4EztkdTuP4i5H1iWMq
|
|
||||||
Lo3FeE23XR0gDd195HInSkVHgYtBvRKUEk7/xlCCU6Eng54i8gAWDUH/nhrUDUQK
|
|
||||||
u8/jVkhBkmSkq29/j+N/LAToAe5N4FbHmDef4Q+eithXIkjgCHMd1z0jFcfdhUra
|
|
||||||
5LNx3/6W2/RfzQjYzMZ6wRW1Md/I6Q==
|
|
||||||
=+c7I
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
breeze-icons-5.90.0.tar.xz
Normal file
3
breeze-icons-5.90.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6ba415def6e948e86eb7519cb3c617705f6701fc1626b1fb90fb91c4e81ae19
|
||||||
|
size 2145144
|
11
breeze-icons-5.90.0.tar.xz.sig
Normal file
11
breeze-icons-5.90.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVyoACgkQWNDuZIpI
|
||||||
|
s7v7kAf8CovbfeZp7GJXLRInBlOs/SuiQeOBWJ/mU/x5/LrrFPWuMqYP8Xnh41tc
|
||||||
|
aBYk0VSPwppiMSNzrCg23NwC9Av6W+iVBxQu8xxk0dBF48vf1edfiJg4GoNFn3KP
|
||||||
|
HQ/cpMxRh42SQWaM72Eo2v1nsT67wieRuK2AuXYQwzb6tLFOmdfHN4Dx8wkmf0sa
|
||||||
|
+1Ydo6R2u+gYlhVJqmfuoBJ3OKacHiFq6ZAIE8HK+CgDsU8Lk+KF5brrLT4U6IHA
|
||||||
|
0NoXuAiin9mvnuIgmst5ZoyxuA5NXfg5CktHrxn71T80p3Mg3bXrxWKFdyE8Md2C
|
||||||
|
/Yk3zd2Ah0W+m71ZgR+mosVnEi+wvQ==
|
||||||
|
=3j3H
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 3 12:47:10 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.90.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.90.0
|
||||||
|
- Changes since 5.89.0:
|
||||||
|
* Support old cmake
|
||||||
|
* Change the build system to enable building with Qt 6
|
||||||
|
* Add places-book, -library, -comic icons (kde#447062)
|
||||||
|
* Include "*@*" in the icon_files list for installation
|
||||||
|
* Make FM and system settings icons color-aware
|
||||||
|
* improve installation of light fallback icons
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 22:56:15 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat Dec 4 22:56:15 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,22 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.89
|
%define _tar_path 5.90
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without lang
|
%bcond_without released
|
||||||
Name: breeze5-icons
|
Name: breeze5-icons
|
||||||
Version: 5.89.0
|
Version: 5.90.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Breeze icon theme
|
Summary: Breeze icon theme
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: breeze-icons-%{version}.tar.xz
|
Source: breeze-icons-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
Source1: breeze-icons-%{version}.tar.xz.sig
|
Source1: breeze-icons-%{version}.tar.xz.sig
|
||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user