mirror of
https://github.com/dialect-app/dialect.git
synced 2026-04-04 13:46:24 +00:00
- Add the `<developer><name>` tag - Mark the `<developer_name>` tag as deprecated - Improve appstreamcli arguments - Activate meson tests on Flatpak manifest
46 lines
1.2 KiB
JSON
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" : "../../."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|