1
0
forked from pool/breeze5-icons
Wolfgang Bauer 2021-01-09 12:18:38 +00:00 committed by Git OBS Bridge
parent b9df9e62a2
commit f2f398cbcc
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:96ad021edd6999e632991bff286f13601b898dc623388e52e82b68b5ac0a0f82
size 1993056

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Lnx4ACgkQWNDuZIpI
s7t8jAgAjKLvrBVa+y9QZ9+3Ua/HedQD3cY2KUrwxqdNk8ezQb/CY5HsTW3HE7js
IamHFjMygAzIhSOHnAxcz8E2qZVwwHdEE5AoZGa1c/Myzzws6geHh+9SLnode8Qc
UkpnNpbBCYboCa/NjK+VrgZZTQW5yBzijYT4cpsOszcPHSmVWh+wUaqZi0yjV9kj
IDrKq0P0w6V7uyr2siZYxqEPHI4LYMIuUXUhPbaGmwfI+aMMUbFm+EdXcWZgChbV
VVdx6gusRI6+gpey7knPebdTz2t8FedXNJEfxChxYsSy6ObLFQe9l9JIe3wN8HMM
XMYZIRh3j0Ki+CKhGVw72MaQDNxfPw==
=9hU1
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/web4ACgkQWNDuZIpI
s7uAtQf9GsvUy/BKObHPRWgp/KGyIC4cJWJ4yerqKNlKfIKuv4KKw3kZsjfg05iI
teU4GJR9PtlFnl+8gB6oj7XstEJ5Jzu5PyLH0HqNFEJfgNEys3BqlPUOzxxUtyse
YqdxSnjgpEUIQ4NJSpcRGkz4BDaaWM2ldgknPvePf13iEX4/B5V9WogW/iHdM9Cy
ikvEcBI4Kq09a471pMabURinAJskIc2AU6rAveM7kRaoL1KyIBDQU/I4nofUkIUh
g2MYZqkILIfUq3xj95PjEFCsLlQEO0K3/bxlVTSgkGjMhgS4bQYBrjArnzaIox2Q
+9mJT0Fg/F2hFPJ80qj+h8sHQEnSog==
=FMeV
-----END PGP SIGNATURE-----

View File

@ -3,6 +3,19 @@ Wed Jan 6 14:19:27 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Add subpackage with breeze-icons.rcc just for Kexi
-------------------------------------------------------------------
Wed Jan 6 10:47:14 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* fixed a drop shadow, removed a duplicate icon
* New compass action icon
* Add image-missing icon to theme
* Add icon for WIM images
-------------------------------------------------------------------
Tue Jan 5 22:54:47 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.77
%define _tar_path 5.78
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -24,7 +24,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: breeze5-icons
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: Breeze icon theme
License: LGPL-3.0-only
@ -41,8 +41,8 @@ BuildRequires: hicolor-icon-theme
BuildRequires: libxml2-tools
BuildRequires: python3
BuildRequires: python3-lxml
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildArch: noarch
%description