Imaginer/build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2023-04-26 18:22:27 +05:30
{
"app-id" : "page.codeberg.Imaginer.Imaginer",
2023-04-26 18:22:27 +05:30
"runtime" : "org.gnome.Platform",
2023-04-29 20:57:51 +05:30
"runtime-version" : "44",
2023-04-26 18:22:27 +05:30
"sdk" : "org.gnome.Sdk",
"command" : "imaginer",
2023-04-26 18:22:27 +05:30
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--filesystem=xdg-config/gtk-4.0"
2023-04-26 18:22:27 +05:30
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
"pypi-dependencies.json",
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
2023-05-14 20:40:53 +05:30
"tag" : "v0.8.0"
2023-04-26 18:22:27 +05:30
}
]
},
{
"name" : "imaginer",
2023-04-26 18:22:27 +05:30
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"path" : "../../."
}
]
}
]
}