Files
krfb/.flatpak-manifest.json

101 lines
3.0 KiB
JSON
Raw Normal View History

{
"id": "org.kde.krfb",
"branch": "master",
"runtime": "org.kde.Platform",
2025-12-10 22:23:34 +10:30
"runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"command": "krfb",
2025-04-20 11:51:55 +02:00
"tags": [
"nightly"
],
"desktop-file-name-suffix": " (Nightly)",
2025-04-20 11:51:55 +02:00
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"rename-icon": "krfb",
"modules": [
{
"name": "libgpg-error",
"sources": [
{
"type": "archive",
"url": "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.61.tar.bz2",
"sha256": "7a85413f2bc354f4f8aa832b718af122e48965e9e0eb9012ee659c13c6385c93",
"x-checker-data": {
"type": "anitya",
"project-id": 1628,
"stable-only": true,
2025-04-20 11:51:55 +02:00
"url-template": "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version}.tar.bz2"
}
}
],
2025-04-20 11:51:55 +02:00
"cleanup": [
"/lib/libgpg-error.la"
]
},
{
"name": "libgcrypt",
2025-04-20 11:51:55 +02:00
"config-opts": [
"--disable-doc"
],
"sources": [
{
"type": "archive",
"url": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.12.2.tar.bz2",
"sha256": "7ce33c2492221a0436f96a8500215e9f3e3dcb5fd26a757cd415e7a843babd5e",
"x-checker-data": {
"type": "anitya",
"project-id": 1623,
"stable-only": true,
"url-template": "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$version.tar.bz2"
}
}
]
},
{
"name": "libvncserver",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
],
"sources": [
2025-04-20 11:51:55 +02:00
{
"type": "git",
"url": "https://github.com/LibVNC/libvncserver",
"branch": "LibVNCServer-0.9.14"
}
]
},
{
"name": "kpipewire",
"buildsystem": "cmake-ninja",
2025-04-20 11:51:55 +02:00
"config-opts": [
"-DBUILD_TESTING=OFF"
],
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/plasma/kpipewire.git",
"branch": "master"
}
]
},
{
"name": "krfb",
"buildsystem": "cmake-ninja",
2025-04-20 11:51:55 +02:00
"config-opts": [
"-DCMAKE_BUILD_TYPE=debug",
"-DPLASMA_ENABLED=OFF"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}