automatic version update by autodist [release 6.16.0-1mamba;Fri Jul 11 2025]

This commit is contained in:
2025-07-14 22:35:33 +02:00
parent 64df2ca2ab
commit 9276735a44
2 changed files with 4 additions and 40 deletions

View File

@@ -1,34 +0,0 @@
From fa44b11bc2b36d5c3cfc5c3403ea75b2fff57253 Mon Sep 17 00:00:00 2001
From: Christoph Cullmann <cullmann@kde.org>
Date: Sun, 26 May 2024 18:33:33 +0200
Subject: [PATCH] use normal resource adding, big resource variant has issue
with LTO
---
src/lib/CMakeLists.txt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index e48584010..e8c9e0ac9 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -1,6 +1,9 @@
# helper functions to ensure we load the icon theme
set(kbreezeicons_SRCS breezeicons.cpp)
+# avoid dependency cycle with add resource
+set(CMAKE_AUTOMOC OFF)
+
# generate resource file for all breeze icons
set(RESOURCE_FILE ${CMAKE_CURRENT_BINARY_DIR}/breeze-icons.qrc)
set(RESOURCE_FILE_BINARY ${CMAKE_CURRENT_BINARY_DIR}/breeze-icons.rcc)
@@ -21,7 +24,8 @@ if(BINARY_ICONS_RESOURCE)
install(FILES ${RESOURCE_FILE_BINARY} DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/breeze)
endif()
-qt_add_big_resources(kbreezeicons_resource_SRCS
+# use normal resource adding, big resource variant has issue with LTO
+qt_add_resources(kbreezeicons_resource_SRCS
${RESOURCE_FILE}
OPTIONS --root /icons/breeze
)

View File

@@ -2,7 +2,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kf6-breeze-icons
Version: 6.15.0
Version: 6.16.0
Release: 1mamba
Summary: KDE Frameworks 6 freedesktop.org compatible icon theme
Group: Graphical Desktop/Look 'n' feel
@@ -12,7 +12,6 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invent.kde.org/frameworks/breeze-icons
Source: https://download.kde.org/%{stable_kf6}/frameworks/%{majver}/breeze-icons-%{version}.tar.xz
Source1: openmamba.svg
Patch0: kf6-breeze-icons-6.3.0-x86-revert-use_normal_resource_adding.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@@ -58,12 +57,8 @@ Obsoletes: breeze-icons-custom-logo < 5.248.0
%description custom-logo
openmamba customized distribution logo for Breeze icons.
%prep
%setup -q -n %{framework}-%{version}
%ifarch %{ix86}
%patch 0 -R -p1 -b .x86-revert-use_normal_resource_adding
%endif
%build
%cmake_kf6 \
@@ -165,6 +160,9 @@ gtk-update-icon-cache --force %{_datadir}/icons/breeze-dark &>/dev/null || :
%exclude %{_datadir}/icons/breeze-dark/places/*@*/start-here-kde.svg
%changelog
* Fri Jul 11 2025 Automatic Build System <autodist@openmamba.org> 6.16.0-1mamba
- automatic version update by autodist
* Mon Jun 16 2025 Automatic Build System <autodist@openmamba.org> 6.15.0-1mamba
- automatic version update by autodist