tootle-linux-client/com.github.bleakgrey.tootle...

79 lines
1.9 KiB
JSON
Raw Normal View History

2020-11-12 11:56:58 +01:00
{
2021-07-23 13:41:03 +02:00
"app-id" : "com.github.bleakgrey.tootle",
"runtime" : "org.gnome.Platform",
"sdk" : "org.gnome.Sdk",
"runtime-version" : "43",
2021-07-23 13:41:03 +02:00
"command" : "com.github.bleakgrey.tootle",
"finish-args" : [
2021-08-20 12:36:03 +02:00
"--device=dri",
2021-07-23 13:41:03 +02:00
"--share=ipc",
2021-08-20 12:36:03 +02:00
"--share=network",
2021-07-23 13:41:03 +02:00
"--socket=fallback-x11",
"--socket=wayland",
2021-08-20 12:36:03 +02:00
"--talk-name=org.gtk.vfs",
"--filesystem=xdg-run/gvfsd"
2021-07-23 13:41:03 +02:00
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
2021-08-20 12:36:03 +02:00
"name" : "libsass",
2021-07-23 13:41:03 +02:00
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
2021-08-20 12:36:03 +02: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 13:41:03 +02:00
}
]
},
2020-11-12 11:56:58 +01:00
{
2021-07-23 13:41:03 +02:00
"name" : "tootle",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "."
}
]
2020-11-12 11:56:58 +01:00
}
2021-07-23 13:41:03 +02:00
],
"build-options" : {
"env" : { }
2020-11-12 11:56:58 +01:00
}
}