##// END OF EJS Templates
Bump Core...
Bump Core Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1406:10c898bf875c
r1476:ba2a77ddca4c master
Show More
org.LPP.SciQLop.json
29 lines | 786 B | application/json | JsonLexer
/ org.LPP.SciQLop.json
{
"app-id": "org.LPP.SciQLop",
"runtime": "org.kde.Platform",
"runtime-version": "5.12",
"sdk": "org.kde.Sdk",
"command": "sciqlop",
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--socket=session-bus",
"--share=ipc",
"--device=dri",
"--share=network",
"--filesystem=home"
],
"modules": [
{
"name": "sciqlop",
"buildsystem" : "meson",
"config-opts" : ["-DFlatpak=true", "-Ddefault_library=static"],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/LaboratoryOfPlasmaPhysics/SciQLOP",
"branch" : "master"
}
]
}
]
}