Tooth/dev.geopjr.tooth.json

80 lines
2.0 KiB
JSON
Raw Normal View History

2020-11-12 10:56:58 +00:00
{
2022-11-13 20:57:43 +00:00
"app-id" : "dev.geopjr.tooth",
2021-07-23 11:41:03 +00:00
"runtime" : "org.gnome.Platform",
"sdk" : "org.gnome.Sdk",
"runtime-version" : "40",
2022-11-13 20:57:43 +00:00
"command" : "dev.geopjr.tooth",
2021-07-23 11:41:03 +00:00
"finish-args" : [
2021-08-20 10:36:03 +00:00
"--device=dri",
2021-07-23 11:41:03 +00:00
"--share=ipc",
2021-08-20 10:36:03 +00:00
"--share=network",
2021-07-23 11:41:03 +00:00
"--socket=fallback-x11",
"--socket=wayland",
2021-08-20 10:36:03 +00:00
"--talk-name=org.gtk.vfs",
"--talk-name=org.gtk.vfs.*",
"--filesystem=xdg-run/gvfsd"
2021-07-23 11:41:03 +00:00
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
2021-08-20 10:36:03 +00:00
"name" : "libsass",
2021-07-23 11:41:03 +00:00
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
2021-08-20 10:36:03 +00:00
"type" : "git",
"url" : "https://github.com/lazka/libsass.git",
"branch" : "meson"
}
]
},
{
"name" : "sassc",
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://github.com/lazka/sassc.git",
"branch" : "meson"
}
]
},
{
"name" : "libadwaita",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libadwaita.git",
"branch" : "main"
2021-07-23 11:41:03 +00:00
}
]
},
2020-11-12 10:56:58 +00:00
{
2022-11-13 20:57:43 +00:00
"name" : "tooth",
2021-07-23 11:41:03 +00:00
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
2020-11-12 10:56:58 +00:00
}
2021-07-23 11:41:03 +00:00
],
"build-options" : {
"env" : { }
2020-11-12 10:56:58 +00:00
}
}