From 4ff74fdfae64d4cfda5f4fa16a3e1f197b4e65ba Mon Sep 17 00:00:00 2001 From: Leorize Date: Sun, 21 Sep 2025 14:15:12 -0500 Subject: [PATCH] flatpak: update GNOME runtime to 49 Notable dependencies changes: - blueprint-compiler is dropped as it has been bundled in the SDK - GTK 4.18.6 -> 4.20.1 - libadwaita 1.7.7 -> 1.8.0 --- flatpak/com.mitchellh.ghostty-debug.yml | 2 +- flatpak/com.mitchellh.ghostty.yml | 2 +- flatpak/dependencies.yml | 13 ------------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/flatpak/com.mitchellh.ghostty-debug.yml b/flatpak/com.mitchellh.ghostty-debug.yml index 51c41931b..559f5a487 100644 --- a/flatpak/com.mitchellh.ghostty-debug.yml +++ b/flatpak/com.mitchellh.ghostty-debug.yml @@ -1,6 +1,6 @@ app-id: com.mitchellh.ghostty-debug runtime: org.gnome.Platform -runtime-version: "48" +runtime-version: "49" sdk: org.gnome.Sdk default-branch: tip command: ghostty diff --git a/flatpak/com.mitchellh.ghostty.yml b/flatpak/com.mitchellh.ghostty.yml index f5af4235d..af321d00f 100644 --- a/flatpak/com.mitchellh.ghostty.yml +++ b/flatpak/com.mitchellh.ghostty.yml @@ -1,6 +1,6 @@ app-id: com.mitchellh.ghostty runtime: org.gnome.Platform -runtime-version: "48" +runtime-version: "49" sdk: org.gnome.Sdk default-branch: tip command: ghostty diff --git a/flatpak/dependencies.yml b/flatpak/dependencies.yml index 0ff0784c2..082107923 100644 --- a/flatpak/dependencies.yml +++ b/flatpak/dependencies.yml @@ -30,19 +30,6 @@ modules: contents: INPUT(libbz2.so) dest-filename: libbzip2.so - - name: blueprint-compiler - buildsystem: meson - cleanup: - - "*" - sources: - - type: git - url: https://gitlab.gnome.org/jwestman/blueprint-compiler.git - tag: v0.16.0 - commit: 04ef0944db56ab01307a29aaa7303df6067cb3c0 - x-checker-data: - type: git - tag-pattern: ^v([\d.]+)$ - - name: gtk4-layer-shell buildsystem: meson sources: