Tooth/com.github.bleakgrey.tootle...

42 lines
869 B
JSON
Raw Normal View History

2020-11-12 10:56:58 +00:00
{
"app-id": "com.github.bleakgrey.tootle",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
2021-02-02 15:41:27 +00:00
"runtime-version": "3.38",
2020-11-12 10:56:58 +00:00
"command": "com.github.bleakgrey.tootle",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "tootle",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/bleakgrey/tootle.git"
}
]
}
]
}