mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-01 05:30:23 +00:00
79 lines
2 KiB
JSON
79 lines
2 KiB
JSON
{
|
|
"app-id" : "dev.geopjr.tooth",
|
|
"runtime" : "org.gnome.Platform",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"runtime-version" : "40",
|
|
"command" : "dev.geopjr.tooth",
|
|
"finish-args" : [
|
|
"--device=dri",
|
|
"--share=ipc",
|
|
"--share=network",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--talk-name=org.gtk.vfs",
|
|
"--talk-name=org.gtk.vfs.*",
|
|
"--filesystem=xdg-run/gvfsd"
|
|
],
|
|
"cleanup" : [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules" : [
|
|
{
|
|
"name" : "libsass",
|
|
"buildsystem" : "meson",
|
|
"builddir" : true,
|
|
"sources" : [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name" : "tooth",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "dir",
|
|
"path" : "."
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"build-options" : {
|
|
"env" : { }
|
|
}
|
|
}
|