From fa40371e6d3c37f6758b42cf4fff57774160f42a Mon Sep 17 00:00:00 2001 From: bbhtt Date: Wed, 2 Jul 2025 08:56:44 +0530 Subject: [PATCH] archive_eol: Add some more exclusions --- .github/scripts/archive_eol.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scripts/archive_eol.py b/.github/scripts/archive_eol.py index 888133e..e9982dd 100644 --- a/.github/scripts/archive_eol.py +++ b/.github/scripts/archive_eol.py @@ -86,6 +86,9 @@ def main() -> None: "org.freedesktop.LinuxAudio.Plugins.Sorcer", "org.freedesktop.LinuxAudio.Plugins.ADLplug", "org.freedesktop.LinuxAudio.Plugins.Fabla", + "org.freedesktop.LinuxAudio.Plugins.Geonkick", + "org.freedesktop.LinuxAudio.Plugins.Helm", + "org.freedesktop.LinuxAudio.Plugins.Dexed", # 1.6 branch is EOL "org.freedesktop.Sdk.Extension.golang", # 19.08, 20.08, 21.08 are EOL @@ -120,6 +123,7 @@ def main() -> None: "org.videolan.VLC.Plugin.bdj", # 3-1.6, 3-18.08 is EOL "org.videolan.VLC.Plugin.fdkaac", + "org.kde.PlatformTheme.QGnomePlatform", } stable = get_eol_refs("x86_64", "flathub") | get_eol_refs("aarch64", "flathub")