pe/net.hemish.pe.Testing.json

58 lines
1.3 KiB
JSON

{
"id" : "net.hemish.pe.Testing",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "pe",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--socket=session-bus",
"--system-talk-name=org.freedesktop.ModemManager1"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.8.0"
}
]
},
"dbus-python.json",
{
"name" : "pe",
"builddir" : true,
"buildsystem" : "meson",
"config-opts": ["-Dprofile=testing"],
"sources" : [
{
"type" : "dir",
"path" : "./"
}
]
}
]
}