1
0
Christophe Marin 2023-12-15 09:00:06 +00:00 committed by Git OBS Bridge
parent 50bdb18d08
commit 824b915f68
6 changed files with 30 additions and 24 deletions

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrA+cACgkQWNDuZIpI
s7tWCwf5Aa2Gnkm9WBkO9RkrrMyHqCK357Hevx6IQ0GNVtJApwV62x8fNbqevE1/
dnFcyLzWy/SI/ImcOq80CWSnougJhayxHywn9H40VOAyngk4Gp04IA4Hid+F17Jc
MBIDuGMqS6lq8XVldMnIb88DWCZ7qaunZ50CDU3gG6VvDGQq6T8C1bFFphvHayyn
e/hUz4dUbxNUUL2eNTKZVr1Fk3vPPFpjCEZ1YmrevsHauoMeBUxgQEwyulU824SF
XuWyRRLA1JzokpX47IliTqzxGDHWfc2H5lq7z8nbm8kzoPvPSrhwDGrRYZXu9YuX
oZ5x17BAnoTXsezYXgpgstyhjwcPoA==
=F67k
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a14b0e9980decadc94806823695fd346e281907d9656350e217dde27bac827b
size 238636696

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGHLMACgkQWNDuZIpI
s7vZzAf/We6if72sj2v0WUKUKilsLr55WFH7rEBjgE/wECUOt9D+AnTRUim74f60
PubAHBIixl36uE3Jo8NF2h0L3KvGKUqQPFUwPccnds5+ljKpmCUbFMbe/srnrCdn
JmR2HXTNOdRHAM+KZr9woUbpmSvsK4/D5aye0JdHcMB/oPmGC+lz0bVUO1x9YLYA
GmZfogMPyg2E7BcTcp3bm2EO27aeHCfR9RP31H+qR4PV95y+jqffOsT2WXh9okf1
cpu5oNbww9L95VNlc6aiN2Gp40w8mNvzPExXR5BEMzX3eY/v4R3x0CT8CsT45YRK
xPUfICuJxDB4cGR1kYWH5eOsw3ZbyQ==
=t8/c
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:13 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:14:13 UTC 2023 - Christophe Marin <christophe@krop.fr> Mon Nov 6 09:14:13 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -16,23 +16,22 @@
# #
%define _tar_path 5.103
# 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}')}
%bcond_with autotests %bcond_with autotests
# Only needed for the package signature condition %define qt5_version 5.15.2
%bcond_without released %bcond_without released
Name: oxygen5-icon-theme Name: oxygen5-icon-theme
Version: 5.112.0 Version: 5.113.0
Release: 0 Release: 0
Summary: Oxygen Icon Theme Summary: Oxygen Icon Theme
License: LGPL-3.0-only License: LGPL-3.0-only
URL: https://www.kde.org URL: https://www.kde.org
Source: oxygen-icons5-%{version}.tar.xz Source: oxygen-icons-%{version}.tar.xz
%if %{with released} %if %{with released}
Source1: oxygen-icons5-%{version}.tar.xz.sig Source1: oxygen-icons-%{version}.tar.xz.sig
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
Source3: 22x22-package-manager-icon.png Source3: 22x22-package-manager-icon.png
@ -48,23 +47,21 @@ Source12: 16x16_folder-html.png
BuildRequires: cmake BuildRequires: cmake
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: xz
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
Recommends: oxygen5-icon-theme-large Recommends: oxygen5-icon-theme-large
Provides: oxygen-icon-theme = 15.08 Provides: oxygen-icon-theme = 15.08
Obsoletes: oxygen-icon-theme < 15.08 Obsoletes: oxygen-icon-theme < 15.08
BuildArch: noarch BuildArch: noarch
%if %{with autotests} %if %{with autotests}
BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test) >= %{qt5_version}
%endif %endif
%description %description
This package contains the non-scalable icons of the Oxygen icon theme. This package contains the non-scalable icons of the Oxygen icon theme.
%prep %prep
%autosetup -p1 -n oxygen-icons5-%{version} %autosetup -p1 -n oxygen-icons-%{version}
%if %{without autotests} %if %{without autotests}
sed -i -e's/.*autotests/# \0/' CMakeLists.txt sed -i -e's/.*autotests/# \0/' CMakeLists.txt