fix: rebuild with patch from upstream

epel9
Marc Deop i Argemí 2 years ago
parent 8e43e58d38
commit f45c2c2e7d

@ -0,0 +1,24 @@
From d5d04e3c3fa92fbfd95eced39c3e272b8980563d Mon Sep 17 00:00:00 2001
From: Nicolas Fella <nicolas.fella@gmx.de>
Date: Sun, 5 Mar 2023 00:13:23 +0100
Subject: [PATCH] Add missing comma between enum values
---
src/kiconloader.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kiconloader.h b/src/kiconloader.h
index f219f6e..f1a2998 100644
--- a/src/kiconloader.h
+++ b/src/kiconloader.h
@@ -139,7 +139,7 @@ public:
/// Panel (Plasma Taskbar) icons, @deprecated since 5.104, use another group or explicit size
Panel KICONTHEMES_ENUMERATOR_DEPRECATED_VERSION(5, 104, "Use another group or explicit size"),
#else
- Panel_DEPRECATED_DO_NOT_USE
+ Panel_DEPRECATED_DO_NOT_USE,
#endif
/// Icons for use in dialog titles, page lists, etc
Dialog,
--
GitLab

@ -2,7 +2,7 @@
Name: kf5-%{framework}
Version: 5.104.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 3 integration module with icon themes
License: LGPLv2+ and GPLv2+
@ -13,6 +13,8 @@ URL: https://api.kde.org/frameworks/kiconthemes/
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## upstream patches
# https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d
Patch1: add-missing-comma-between-enum-values.patch
## upstreamable patches
@ -81,6 +83,9 @@ developing applications that use %{name}.
%changelog
* Mon Mar 20 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-2
- Add patch from upstream
* Sat Mar 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-1
- 5.104.0

Loading…
Cancel
Save