You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Snapcontrol/org.snapcast.control.gtk.json

46 lines
1.0 KiB

{
"app-id" : "org.snapcast.control.gtk",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.28",
"branch" : "stable",
"sdk" : "org.gnome.Sdk",
"command" : "snapcontrol",
"finish-args" : [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--share=network",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/pkgconfig",
"/share/aclocal",
"/man",
"/share/man",
"/share/gtk-doc",
"/share/vala",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "SnapcastControl",
"sources" : [
{
"type" : "git",
"url" : "https://git.lalonde.me/matth/Snapcontrol"
}
]
}
],
"build-options" : {
"env" : {
}
}
}