keysmith/org.kde.keysmith.json

41 lines
1.1 KiB
JSON

{
"id": "org.kde.keysmith",
"runtime": "org.kde.Platform",
"runtime-version": "5.15",
"sdk": "org.kde.Sdk",
"command": "keysmith",
"rename-icon": "keysmith",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri"
],
"separate-locales": false,
"modules": [
{
"name": "libsodium",
"buildsystem": "autotools",
"builddir": true,
"sources": [
{
"type": "git",
"url": "https://github.com/jedisct1/libsodium.git",
"tag": "1.0.18",
"commit": "4f5e89fa84ce1d178a6765b8b46f2b6f91216677"
}
]
},
{
"name": "org.kde.keysmith",
"buildsystem": "cmake-ninja",
"config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ],
"builddir": true,
"sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ]
}
]
}