1
0
forked from pool/breeze5-icons
Christophe Giboudeaux 2020-10-10 14:36:25 +00:00 committed by Git OBS Bridge
parent d7d0c3b584
commit 4c422b06f3
6 changed files with 36 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c099844c748b301f9c8852c015127242b8a6205c3fc876115b2a3d0625cfa0e
size 1968940

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyMAACgkQWNDuZIpI
s7s51AgAuzTkQpXVNf3oJf099pNWHlrYPgmXKn+Dj4wJPYKntrUZ7ZmqrGLdU0Mo
/ecDV3xIJj15+DXuB6L7BlK4L7hPIHyzdgZxc3HDbQJ/yuIGH29Iq3Sh/vAH2dQD
H9InMyaZumQtQ6omcJkGgevIjnfzaW3XMdZKMzVWVw8Jws3kSfVD41BNYOXLDAxJ
5gdNsU+5YcW0hrwO0vhVwAL+Q1hH7YsUfX0j0hcOZnVXTN9MP7fXHbdza59oSsy1
En9rLI07np0CReq9XuQ0rZ4DmFwr/gMzKsWdFVMB1H/aIbWYRF68e03r51Cuo56p
Nq2rXqX619fRL0NpL8MR4KHhuMTJGA==
=vhHi
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21985f62c111e60ebd34bd632b3ee06bb01a1f9f1671d1295f0d24bc21e106a2
size 1973616

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NDkACgkQWNDuZIpI
s7t+XQgAhGEHO+AieiUqLS6xHtx6oeRmSHqB24eWpu2+3ZTLgTxcq8/YZqyvkQx0
74QdmgHSDIoTBLXZsHV+/Jbciy9pgSWjCQ7qKuWma3BQkGdXH2qRvhPWW07V201g
NDPH51zENgut2RngtDxejFEXz5pxx2fZPAH3/t1ZH4fp4cQj/rR8l2OXH8H4S0AB
wtAd+7ihXI1xUZLl/hZnwJgd/YckGI27uKPBlfeP/frbpxcuv8fVq35sB4BIw5AO
lzr7QMn1ze2WrS75lE6OvPvMCF+IRe8+0mZBj67+Mg4Q1kqoLv4y1gC/c2FWUgG+
hXN1sX3MRSjMKbQ+QumNonhn/1QsMQ==
=/L+S
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Oct 5 08:32:48 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.75.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.75.0
- Changes since 5.74.0:
* Add new generic "behavior" icon
* Make icon validation depend on icon generation only if enabled
* Only run Test24x24Icons if icon generation is enabled
* Replace 24px icon bash script with python script
* Use flag style iconography for view-calendar-holiday
* Add Plasma Nano logo
* Add application-x-kmymoney
* Lengthen the horizontal lines in the KMyMoney icon
* Add KMyMoney icon
-------------------------------------------------------------------
Thu Sep 17 12:48:45 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.74
%define _tar_path 5.75
# 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.74.0
Version: 5.75.0
Release: 0
Summary: Breeze icon theme
License: LGPL-3.0-only
@ -39,6 +39,8 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: libxml2-tools
BuildRequires: python3
BuildRequires: python3-lxml
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildArch: noarch