[multimedia/kasts] /: Drop the patch that forces breeze icons for flatpak
Arjen Hiemstra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 51d1eafa0ad8edbe0ef35777155acb4b17f583d1 by Arjen Hiemstra.
Committed on 30/07/2026 at 10:33.
Pushed by tfella into branch 'master'.
Drop the patch that forces breeze icons for flatpak
Setting the breeze icon theme is now handled by KirigamiAppDefaults so
this is no longer necessary.
M +0 -4 .flatpak-manifest.json
D +0 -11 .patches/0001-force-breeze-icons.patch
https://invent.kde.org/multimedia/kasts/-/commit/51d1eafa0ad8edbe0ef35777155acb4b17f583d1
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index da76f7a6..5131a3b1 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -110,10 +110,6 @@
"type": "dir",
"path": "."
},
- {
- "type": "patch",
- "path": ".patches/0001-force-breeze-icons.patch"
- },
{
"type": "file",
"path": ".patches/run_kasts.sh"
diff --git a/.patches/0001-force-breeze-icons.patch b/.patches/0001-force-breeze-icons.patch
deleted file mode 100644
index 68d16e57..00000000
--- a/.patches/0001-force-breeze-icons.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur a/src/main.cpp b/src/main.cpp
---- a/src/main.cpp 2023-01-29 16:29:55.000000000 +0100
-+++ b/src/main.cpp 2023-04-18 10:22:18.341720926 +0200
-@@ -82,6 +82,7 @@
- if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) {
- QQuickStyle::setStyle(QStringLiteral("org.kde.desktop"));
- }
-+ QIcon::setThemeName(QStringLiteral("breeze"));
- #endif
-
- #ifdef Q_OS_WINDOWS