This commit is contained in:
Mitchell Hashimoto
2025-04-22 10:37:27 -07:00
parent 7c1e68293e
commit 3e81006eaa
4 changed files with 13 additions and 14 deletions

View File

@ -29,9 +29,9 @@ cleanup:
- /share/gir-1.0 - /share/gir-1.0
- /share/pkgconfig - /share/pkgconfig
- /share/vala - /share/vala
- '*.la' - "*.la"
- '*.a' - "*.a"
- '*.so' - "*.so"
modules: modules:
- dependencies.yml - dependencies.yml

View File

@ -24,9 +24,9 @@ cleanup:
- /share/gir-1.0 - /share/gir-1.0
- /share/pkgconfig - /share/pkgconfig
- /share/vala - /share/vala
- '*.la' - "*.la"
- '*.a' - "*.a"
- '*.so' - "*.so"
modules: modules:
- dependencies.yml - dependencies.yml

View File

@ -15,7 +15,7 @@ modules:
- name: blueprint-compiler - name: blueprint-compiler
buildsystem: meson buildsystem: meson
cleanup: cleanup:
- '*' - "*"
sources: sources:
- type: git - type: git
url: https://gitlab.gnome.org/jwestman/blueprint-compiler.git url: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
@ -38,7 +38,7 @@ modules:
- name: pandoc - name: pandoc
buildsystem: simple buildsystem: simple
cleanup: cleanup:
- '*' - "*"
build-commands: build-commands:
- install -Dm755 bin/pandoc /app/bin/pandoc - install -Dm755 bin/pandoc /app/bin/pandoc
sources: sources:
@ -49,7 +49,8 @@ modules:
x-checker-data: x-checker-data:
type: json type: json
url: https://api.github.com/repos/jgm/pandoc/releases/latest 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 | .browser_download_url
version-query: .tag_name version-query: .tag_name
- type: archive - type: archive
@ -59,7 +60,7 @@ modules:
x-checker-data: x-checker-data:
type: json type: json
url: https://api.github.com/repos/jgm/pandoc/releases/latest 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 | .browser_download_url
version-query: .tag_name version-query: .tag_name

View File

@ -1,5 +1,3 @@
{ {
"com.mitchellh.ghostty": [ "com.mitchellh.ghostty": ["finish-args-flatpak-spawn-access"]
"finish-args-flatpak-spawn-access"
]
} }