dialect/build-aux/flatpak/app.drey.Dialect.Devel.json
Sabri Ünal ecdff2f387 appdata: Improve appdata for AppStream 1.0
- Add the `<developer><name>` tag
- Mark the `<developer_name>` tag as deprecated
- Improve appstreamcli arguments
- Activate meson tests on Flatpak manifest
2024-01-03 09:15:09 -05:00

46 lines
1.2 KiB
JSON

{
"app-id" : "app.drey.Dialect.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "dialect",
"finish-args" : [
"--share=network",
"--share=ipc",
"--device=dri",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--own-name=app.drey.Dialect.Devel.SearchProvider"
],
"cleanup" : [
"*blueprint*"
],
"modules" : [
"pypi-dependencies.json",
{
"name": "blueprint",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.10.0",
"commit": "2a39a16391122af2f3d812e478c1c1398c98b972"
}
]
},
{
"name" : "dialect",
"buildsystem" : "meson",
"run-tests": true,
"config-opts": ["-Dprofile=development"],
"sources" : [
{
"type" : "dir",
"path" : "../../."
}
]
}
]
}