You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-frameworks/kiconthemes/files/kiconthemes-5.80.0-fix-svg-...

23 lines
584 B

From 3262669e3abfa7171463e3bf34f7c60eacf6bc77 Mon Sep 17 00:00:00 2001
From: Christoph Cullmann <cullmann@kde.org>
Date: Fri, 19 Mar 2021 19:56:07 +0100
Subject: [PATCH] don't register our engine per default
---
src/kiconengineplugin.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kiconengineplugin.json b/src/kiconengineplugin.json
index a5b4228..bc09e41 100644
--- a/src/kiconengineplugin.json
+++ b/src/kiconengineplugin.json
@@ -1,4 +1,4 @@
{
- "Keys": [ "KIconEngine", "svg", "svgz", "svg.gz" ]
+ "Keys": [ "KIconEngine" ]
}
--
GitLab