forked from pool/breeze5-icons
KDE Frameworks 5.114.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=237
This commit is contained in:
parent
50f0f2ed53
commit
24ab091e37
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88dc60fbc04fddabda0d4eb3fe94d4e3c149ff4d2b44fdcf89b711d421e3634d
|
||||
size 2173152
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAgsACgkQWNDuZIpI
|
||||
s7t3ogf9FQCZ+kOO+A8Q0iY8P/xn/M+l5xfN6A6eaCvaWby4Ho35W4OWRIrJvAik
|
||||
mURukoJ3gs+QE9L0vZMBRp2F+9NnuAWWwL3+Mjp+Rrgeqtjll1tS/l5RdCAa34jG
|
||||
7nKODNT8bg6Tvii+zUQXRoa1EoIMkhgqpa+P0AAadwhA1ZiKTDp8nLF7rK5PsUHK
|
||||
PZ0os1lpZpEsSAKM7D75IGqkGeIQ8jXe5NLFPI6t+A34kmMzR/JxZTlGS4JeMsl0
|
||||
bv17gi2sEdub/YSw1yns3vPwyjbJEIwvjelPiNTDTs4zNKJizTwPl9qooLsPH6oc
|
||||
JqGyY+UtQ4aAoRB+bwk+P71fyy0YXg==
|
||||
=c8Ja
|
||||
-----END PGP SIGNATURE-----
|
3
breeze-icons-5.114.0.tar.xz
Normal file
3
breeze-icons-5.114.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ea4e5e511563db2eedad01c52af4a426e723d34d29e3a9de44d7a09c2beac7c
|
||||
size 2172884
|
11
breeze-icons-5.114.0.tar.xz.sig
Normal file
11
breeze-icons-5.114.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJosACgkQWNDuZIpI
|
||||
s7v9/wgAphA4TIVWL1qijTpWD1CI0MYKiF+ul1PtUWqtrtYODhC1xzJ1PAPklY4S
|
||||
hjpHc2sZ5Wi6lkFUtyn1jrADhjpCGA9R+wJpBgpFIVvieoPzjyoR0Jw9YLD+hO8e
|
||||
V6VOV9u+pKKQp/EkRpjDN+ToXLa9NT6yIc67CNDWp6Dhn/xiE9rvb5wJaIMdUYqS
|
||||
4LIHhqjmvffpBhFrP9Ka72LZNK1DxPuSCQ33pEbZcRF0QBKMfXiCAOouIT6LAOGA
|
||||
xRn55PpQBo+4F5ed0W96FK7jujt81PoXrV+r/3c5hoO3sgtnZQ/UMiUXFkFX2ZFi
|
||||
m8HL6dilMaqRZ+UCgGNccXeew6MGRw==
|
||||
=4KEK
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 11:21:13 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.114.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.114.0
|
||||
- No code change since 5.113.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:14 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.103
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
%define qt5_version 5.15.2
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without released
|
||||
Name: breeze5-icons
|
||||
Version: 5.113.0
|
||||
Version: 5.114.0
|
||||
Release: 0
|
||||
Summary: Breeze icon theme
|
||||
License: LGPL-3.0-only
|
||||
@ -33,14 +34,14 @@ Source: breeze-icons-%{version}.tar.xz
|
||||
Source1: breeze-icons-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
|
||||
%description
|
||||
Breeze-icons is a freedesktop.org compatible icon theme.
|
||||
|
Loading…
Reference in New Issue
Block a user