53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"app-id" : "page.codeberg.Imaginer.Imaginer",
|
|
"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",
|
|
"config-opts": [
|
|
"-Dbuildtype=release"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "dir",
|
|
"path" : "../../."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |