2020-11-12 10:56:58 +00:00
|
|
|
{
|
2021-07-23 11:41:03 +00:00
|
|
|
"app-id" : "com.github.bleakgrey.tootle",
|
|
|
|
"runtime" : "org.gnome.Platform",
|
|
|
|
"sdk" : "org.gnome.Sdk",
|
|
|
|
"runtime-version" : "40",
|
|
|
|
"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" : [
|
2021-02-07 13:22:31 +00:00
|
|
|
{
|
2021-07-23 11:41:03 +00:00
|
|
|
"name" : "libadwaita",
|
|
|
|
"buildsystem" : "meson",
|
|
|
|
"builddir" : true,
|
|
|
|
"config-opts" : [
|
|
|
|
"-Dexamples=false",
|
|
|
|
"-Dtests=false"
|
|
|
|
],
|
|
|
|
"sources" : [
|
|
|
|
{
|
|
|
|
"type" : "archive",
|
|
|
|
"url" : "https://gitlab.gnome.org/GNOME/libadwaita/-/archive/594eb987c57e4d20370cc20520871f230ff02ae2/libadwaita-594eb987c57e4d20370cc20520871f230ff02ae2.tar",
|
|
|
|
"sha256" : "960d8e95864cac71be9e893d37baace82d67ecb06b3b09bd24b9fdfece9eca9c"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-11-12 10:56:58 +00:00
|
|
|
{
|
2021-07-23 11:41:03 +00:00
|
|
|
"name" : "tootle",
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|