Notification time stamped 2021-09-30 23:23:07 UTC
From e47bc24ca7f7bd20c100a1864d03b2a9453f6cae Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember(a)redhat.com>
Date: Sep 30 2021 23:22:14 +0000
Subject: Exclude gtk4-devel-tools from the runtime
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 645a4e0..0663643 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -181,7 +181,6 @@ data:
- gtk3-immodule-xim
- gtk3-immodules
- gtk4
- - gtk4-devel-tools
- gtksourceview4
- gupnp
- gupnp-igd
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 1c73575..652458a 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -416,6 +416,7 @@ platform_package_ignore_patterns = [
"^libappstream-glib-builder$", # may not need in the sdk either
"^gcc-gdb-plugin$", # pulls in gcc
"^gtk-doc$",
+ "^gtk4-devel-tools$",
"^icu$", # may not need in the sdk either
'^llvm$',
'^llvm-test$', # pulls in gcc and binutils
https://src.fedoraproject.org/modules/flatpak-runtime/c/e47bc24ca7f7bd20c10…