mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
JSON
{
|
|
"id": "com.rustdesk.RustDesk",
|
|
"runtime": "org.freedesktop.Platform",
|
|
"runtime-version": "21.08",
|
|
"sdk": "org.freedesktop.Sdk",
|
|
"command": "rustdesk",
|
|
"icon": "share/icons/hicolor/scalable/apps/rustdesk.svg",
|
|
"modules": [
|
|
"shared-modules/libappindicator/libappindicator-gtk3-12.10.json",
|
|
"xdotool.json",
|
|
{
|
|
"name": "rustdesk",
|
|
"buildsystem": "simple",
|
|
"build-commands": [
|
|
"bsdtar -zxvf rustdesk-1.2.3.deb",
|
|
"tar -xvf ./data.tar.xz",
|
|
"cp -r ./usr/* /app/",
|
|
"mkdir -p /app/bin && ln -s /app/lib/rustdesk/rustdesk /app/bin/rustdesk",
|
|
"mv /app/share/applications/rustdesk.desktop /app/share/applications/com.rustdesk.RustDesk.desktop",
|
|
"sed -i '/^Icon=/ c\\Icon=com.rustdesk.RustDesk' /app/share/applications/com.rustdesk.RustDesk.desktop",
|
|
"sed -i '/^Icon=/ c\\Icon=com.rustdesk.RustDesk' /app/share/applications/rustdesk-link.desktop",
|
|
"mv /app/share/icons/hicolor/scalable/apps/rustdesk.svg /app/share/icons/hicolor/scalable/apps/com.rustdesk.RustDesk.svg",
|
|
"for size in 16 24 32 48 64 128 256 512; do\n rsvg-convert -w $size -h $size -f png -o $size.png logo.svg\n install -Dm644 $size.png /app/share/icons/hicolor/${size}x${size}/apps/com.rustdesk.RustDesk.png\n done"
|
|
],
|
|
"cleanup": ["/include", "/lib/pkgconfig", "/share/gtk-doc"],
|
|
"sources": [
|
|
{
|
|
"type": "file",
|
|
"path": "../rustdesk-1.2.3.deb"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"path": "../res/logo.svg"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"finish-args": [
|
|
"--share=ipc",
|
|
"--socket=x11",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--share=network",
|
|
"--filesystem=home",
|
|
"--device=dri",
|
|
"--socket=pulseaudio",
|
|
"--talk-name=org.freedesktop.Flatpak"
|
|
]
|
|
}
|