forked from flathub/com.devolutions.remotedesktopmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.devolutions.remotedesktopmanager.yml
More file actions
71 lines (71 loc) · 2.33 KB
/
com.devolutions.remotedesktopmanager.yml
File metadata and controls
71 lines (71 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
app-id: com.devolutions.remotedesktopmanager
runtime: org.gnome.Platform
runtime-version: '49'
sdk: org.gnome.Sdk
command: remotedesktopmanager
tags:
- proprietary
finish-args:
- --share=ipc
- --device=dri
- --socket=x11
- --socket=pulseaudio
- --socket=ssh-auth
- --share=network
- --talk-name=org.freedesktop.secrets
- --talk-name=org.freedesktop.Notifications
- --filesystem=~/.rdm:create
- --filesystem=xdg-run/keyring
- --env=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
modules:
- shared-modules/libappindicator/libappindicator-gtk3-12.10.json
- name: vte
buildsystem: meson
config-opts:
- -Ddocs=false
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/vte.git
tag: 0.72.4
- name: xdotool
no-autogen: true
make-args:
- WITHOUT_RPATH_FIX=1
make-install-args:
- PREFIX=${FLATPAK_DEST}
- INSTALLMAN=${FLATPAK_DEST}/share/man
sources:
- type: archive
url: https://github.com/jordansissel/xdotool/archive/v3.20211022.1/xdotool-3.20211022.1.tar.gz
sha256: 82b15a944a5e82fee15e0f6116bd9f642bc3d0bb6989fc0ca5ad9dfe35de0847
- name: lsof
buildsystem: simple
build-commands:
- ./Configure -n linux
- make CC="cc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
- install -Dm755 lsof -t ${FLATPAK_DEST}/bin
sources:
- type: git
url: https://github.com/lsof-org/lsof.git
tag: 4.99.5
- name: rdm
buildsystem: simple
build-commands:
- ar x RemoteDesktopManager.deb
- tar -xf data.tar.xz
- rm usr/lib/devolutions/RemoteDesktopManager/libWebView-4.0.so
- cp -r usr/* ${FLATPAK_DEST}/
- install -D bin/remotedesktopmanager ${FLATPAK_DEST}/bin/remotedesktopmanager
sources:
- type: file
url: https://cdn.devolutions.net/download/Linux/RDM/2026.1.0.8/RemoteDesktopManager_2026.1.0.8_amd64.deb
dest-filename: RemoteDesktopManager.deb
sha256: 393faebbf20fba77b054093fa8b5f4f42e10016c107514bb821480940250019a
only-arches:
- x86_64
- type: file
url: https://cdn.devolutions.net/download/Linux/RDM/2026.1.0.8/RemoteDesktopManager_2026.1.0.8_arm64.deb
dest-filename: RemoteDesktopManager.deb
sha256: cea2480d9e44fe471ad8f7ce920634787a64a67a3d7d7929f36c1af0e39e3f72
only-arches:
- aarch64