Files
KiriMemo/.flatpak-manifest.json
2026-05-01 03:10:37 +08:00

50 lines
1.2 KiB
JSON

{
"id": "top.pluv27.heurams.kiri",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "heurams",
"tags": [
"nightly"
],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--filesystem=home"
],
"separate-locales": false,
"modules": [
{
"name": "kirigami-addons",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
],
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/libraries/kirigami-addons.git"
}
]
},
{
"name": "heurams",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "dir",
"path": ".",
"skip": [
".git"
]
}
]
}
]
}