diff options
| author | Leorize <leorize+oss@disroot.org> | 2025-09-21 14:15:12 -0500 |
|---|---|---|
| committer | Leorize <leorize+oss@disroot.org> | 2025-09-21 14:17:48 -0500 |
| commit | 4ff74fdfae64d4cfda5f4fa16a3e1f197b4e65ba (patch) | |
| tree | 0592706566332e8ace23dd32a7fc6b7c816e0ff6 /flatpak | |
| parent | 25aaca5a6f5bb951cfbba212d2e06b4ea44d5dcf (diff) | |
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
Diffstat (limited to 'flatpak')
| -rw-r--r-- | flatpak/com.mitchellh.ghostty-debug.yml | 2 | ||||
| -rw-r--r-- | flatpak/com.mitchellh.ghostty.yml | 2 | ||||
| -rw-r--r-- | 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: |
