From 3e81006eaa10cbbd522cdb476087441dee6442af Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 22 Apr 2025 10:37:27 -0700 Subject: [PATCH] prettier --- flatpak/com.mitchellh.ghostty.Devel.yml | 6 +++--- flatpak/com.mitchellh.ghostty.yml | 6 +++--- flatpak/dependencies.yml | 11 ++++++----- flatpak/exceptions.json | 4 +--- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/flatpak/com.mitchellh.ghostty.Devel.yml b/flatpak/com.mitchellh.ghostty.Devel.yml index b5e4919db..a939fda9a 100644 --- a/flatpak/com.mitchellh.ghostty.Devel.yml +++ b/flatpak/com.mitchellh.ghostty.Devel.yml @@ -29,9 +29,9 @@ cleanup: - /share/gir-1.0 - /share/pkgconfig - /share/vala - - '*.la' - - '*.a' - - '*.so' + - "*.la" + - "*.a" + - "*.so" modules: - dependencies.yml diff --git a/flatpak/com.mitchellh.ghostty.yml b/flatpak/com.mitchellh.ghostty.yml index 49782c269..6f387481c 100644 --- a/flatpak/com.mitchellh.ghostty.yml +++ b/flatpak/com.mitchellh.ghostty.yml @@ -24,9 +24,9 @@ cleanup: - /share/gir-1.0 - /share/pkgconfig - /share/vala - - '*.la' - - '*.a' - - '*.so' + - "*.la" + - "*.a" + - "*.so" modules: - dependencies.yml diff --git a/flatpak/dependencies.yml b/flatpak/dependencies.yml index 429526c7c..efb5851e9 100644 --- a/flatpak/dependencies.yml +++ b/flatpak/dependencies.yml @@ -15,7 +15,7 @@ modules: - name: blueprint-compiler buildsystem: meson cleanup: - - '*' + - "*" sources: - type: git url: https://gitlab.gnome.org/jwestman/blueprint-compiler.git @@ -38,7 +38,7 @@ modules: - name: pandoc buildsystem: simple cleanup: - - '*' + - "*" build-commands: - install -Dm755 bin/pandoc /app/bin/pandoc sources: @@ -49,7 +49,8 @@ modules: x-checker-data: type: json url: https://api.github.com/repos/jgm/pandoc/releases/latest - url-query: .assets[] | select(.name=="pandoc-" + $version + "-linux-amd64.tar.gz") + url-query: + .assets[] | select(.name=="pandoc-" + $version + "-linux-amd64.tar.gz") | .browser_download_url version-query: .tag_name - type: archive @@ -59,7 +60,7 @@ modules: x-checker-data: type: json url: https://api.github.com/repos/jgm/pandoc/releases/latest - url-query: .assets[] | select(.name=="pandoc-" + $version + "-linux-arm64.tar.gz") + url-query: + .assets[] | select(.name=="pandoc-" + $version + "-linux-arm64.tar.gz") | .browser_download_url version-query: .tag_name - diff --git a/flatpak/exceptions.json b/flatpak/exceptions.json index ad86ccd14..176e8c320 100644 --- a/flatpak/exceptions.json +++ b/flatpak/exceptions.json @@ -1,5 +1,3 @@ { - "com.mitchellh.ghostty": [ - "finish-args-flatpak-spawn-access" - ] + "com.mitchellh.ghostty": ["finish-args-flatpak-spawn-access"] }