This commit is contained in:
Mitchell Hashimoto 2025-04-22 10:37:27 -07:00
parent 7c1e68293e
commit 3e81006eaa
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
4 changed files with 13 additions and 14 deletions

View File

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

View File

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

View File

@ -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

View File

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