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

53 lines
1.3 KiB
JSON
Raw Normal View History

2023-05-02 03:57:46 +05:30
{
"app-id" : "page.codeberg.Imaginer.Imaginer",
2023-05-02 03:57:46 +05:30
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "imaginer",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"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",
"tag" : "v0.6.0"
}
]
},
{
"name" : "imaginer",
"builddir" : true,
"buildsystem" : "meson",
2023-05-03 18:34:52 +05:30
"config-opts": [
"-Dbuildtype=release"
],
2023-05-02 03:57:46 +05:30
"sources" : [
{
"type" : "dir",
"path" : "../../."
}
]
}
]
}