1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00
Files
krfb/.flatpak-manifest.json

99 lines
2.9 KiB
JSON
Raw Normal View History

{
"id": "org.kde.krfb",
"branch": "master",
"runtime": "org.kde.Platform",
2025-04-20 11:51:55 +02:00
"runtime-version": "6.9",
"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",
2025-12-10 22:23:34 +10:30
"url": "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.56.tar.bz2",
"sha256": "82c3d2deb4ad96ad3925d6f9f124fe7205716055ab50e291116ef27975d169c0",
"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": "git",
"url": "https://dev.gnupg.org/source/libgcrypt.git",
"tag": "libgcrypt-1.11.2",
"commit": "737cc63600146f196738a6768679eb016cf866e9",
"x-checker-data": {
"type": "anitya",
"project-id": 1623,
"stable-only": true,
"tag-template": "libgcrypt-$version"
}
}
]
},
{
"name": "libvncserver",
"buildsystem": "cmake-ninja",
"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": "."
}
]
}
]
}