forked from pool/breeze5-icons
KDE Frameworks 5.113.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze5-icons?expand=0&rev=235
This commit is contained in:
parent
b8ce97bf77
commit
50f0f2ed53
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69dc51befe11f1431dd5b58b6be304e9ac394f6a4801a9351cf64341946c7d58
|
||||
size 2172852
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGtMACgkQWNDuZIpI
|
||||
s7uWaQf9HjYdAJSoJhSnSDKrMK1vZ28jmTuEAnDD9J8D64eAiaUIX9lPXOAKPweK
|
||||
3Wq4HbJIQmoRDyixKNeOBfOkHEw6s9hxgAcIEqX4OfAUCq5SVBB4B5+qo3SezDl6
|
||||
/eQZqMQFMTGoPAXIIRc8h01GAtoAdozni+tHs/iUHODxYzd58t5eRYKkVL4ZCjGd
|
||||
TMCWp4Qrvb05ydLbIlTdStW7sHPB7PT4kcHCwvx9+7SWjSjmoEVClOQfxAZW3CwL
|
||||
bZpF+kQfvdDaT1JH9VmPEg95Ju49aDNBM+CthLheR/8JyiEUAnyqvX93c6Zx20WS
|
||||
9XHHFALRKDEuNW2AtrMzVfY+EldkuA==
|
||||
=VkEj
|
||||
-----END PGP SIGNATURE-----
|
3
breeze-icons-5.113.0.tar.xz
Normal file
3
breeze-icons-5.113.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88dc60fbc04fddabda0d4eb3fe94d4e3c149ff4d2b44fdcf89b711d421e3634d
|
||||
size 2173152
|
11
breeze-icons-5.113.0.tar.xz.sig
Normal file
11
breeze-icons-5.113.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 11:17:14 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.113.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.113.0
|
||||
- No code change since 5.112.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 09:13:39 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,15 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%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}')}
|
||||
# Only needed for the package signature condition
|
||||
%define qt5_version 5.15.2
|
||||
%bcond_without released
|
||||
Name: breeze5-icons
|
||||
Version: 5.112.0
|
||||
Version: 5.113.0
|
||||
Release: 0
|
||||
Summary: Breeze icon theme
|
||||
License: LGPL-3.0-only
|
||||
@ -34,14 +33,14 @@ Source: breeze-icons-%{version}.tar.xz
|
||||
Source1: breeze-icons-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: fdupes
|
||||
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) >= %{qt5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||
|
||||
%description
|
||||
Breeze-icons is a freedesktop.org compatible icon theme.
|
||||
|
Loading…
Reference in New Issue
Block a user