mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"id" : "io.github.heliguy4599.FlattoolGUI",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "master",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"command" : "flattool-gui",
|
|
"finish-args" : [
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--device=dri",
|
|
"--socket=wayland",
|
|
"--talk-name=org.freedesktop.Flatpak",
|
|
"--filesystem=/var/lib/flatpak/:ro",
|
|
"--filesystem=~/.local/share/flatpak/:ro",
|
|
"--filesystem=~/.var/app/"
|
|
],
|
|
"cleanup" : [
|
|
"/include",
|
|
"/lib/pkgconfig",
|
|
"/man",
|
|
"/share/doc",
|
|
"/share/gtk-doc",
|
|
"/share/man",
|
|
"/share/pkgconfig",
|
|
"*.la",
|
|
"*.a"
|
|
],
|
|
"modules" : [
|
|
{
|
|
"name" : "flattool-gui",
|
|
"builddir" : true,
|
|
"buildsystem" : "meson",
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "file:///home/heliguy/Projects"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|