You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
743 B

{
"app-id": "org.petrovs_info.tangraplay",
"runtime": "org.kde.Platform",
"runtime-version": "5.15",
"sdk": "org.kde.Sdk",
"command": "tangraplay",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--filesystem=host",
"--device=dri"
],
"modules": [
{
"name": "tangraplay",
"buildsystem": "cmake-ninja",
"config-opts": ["-DCMAKE_BUILD_TYPE=RelWithDebInfo"],
"sources": [
{
"type": "git",
"url": "https://code.petrovs.info/blago/TangraPlay.git",
"branch": "flatpak-cmake"
}
]
}
]
}