commit:     d5a6c294636b49397dca0df21793b2d0ce295015
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 22:54:27 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 23:01:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a6c294

kde-frameworks/kiconthemes: Add missing comma between enum values

Upstream commit d5d04e3c3fa92fbfd95eced39c3e272b8980563d

See also:
https://mail.kde.org/pipermail/release-team/2023-March/012999.html

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/kiconthemes-5.104.0-fix-typo.patch       | 25 ++++++++++++++++
 .../kiconthemes/kiconthemes-5.104.0-r1.ebuild      | 35 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git 
a/kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch 
b/kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch
new file mode 100644
index 000000000000..b1f3c47bc5c2
--- /dev/null
+++ b/kde-frameworks/kiconthemes/files/kiconthemes-5.104.0-fix-typo.patch
@@ -0,0 +1,25 @@
+From d5d04e3c3fa92fbfd95eced39c3e272b8980563d Mon Sep 17 00:00:00 2001
+From: Nicolas Fella <[email protected]>
+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
+

diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.104.0-r1.ebuild 
b/kde-frameworks/kiconthemes/kiconthemes-5.104.0-r1.ebuild
new file mode 100644
index 000000000000..7989f7647d4a
--- /dev/null
+++ b/kde-frameworks/kiconthemes/kiconthemes-5.104.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for icon theming and configuration"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # bug 574770
+
+RDEPEND="
+       >=dev-qt/qtdbus-${QTMIN}:5
+       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtsvg-${QTMIN}:5
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       =kde-frameworks/karchive-${PVCUT}*:5
+       =kde-frameworks/kconfig-${PVCUT}*:5
+       =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+       =kde-frameworks/kcoreaddons-${PVCUT}*:5
+       =kde-frameworks/ki18n-${PVCUT}*:5
+       =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+       test? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
+"
+
+PATCHES=( "${FILESDIR}/${P}-fix-typo.patch" )

Reply via email to