-
Notifications
You must be signed in to change notification settings - Fork 13
/
org.virt_manager.virt-viewer.yaml
63 lines (62 loc) · 1.8 KB
/
org.virt_manager.virt-viewer.yaml
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
#
# See comments in the package manifest of virt-manager
#
app-id: org.virt_manager.virt-viewer
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: remote-viewer
rename-icon: virt-viewer
rename-desktop-file: remote-viewer.desktop
finish-args:
- --device=dri
# usb device redirection
- --device=all
- --filesystem=xdg-documents
- --filesystem=xdg-download
- --filesystem=xdg-music
- --filesystem=xdg-pictures
- --filesystem=xdg-public-share
- --filesystem=xdg-videos
# unix socket access
- --filesystem=/run/libvirt
- --filesystem=~/.ssh
- --socket=ssh-auth
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=pulseaudio
- --socket=wayland
- --socket=x11
cleanup:
- /include
- /lib/pkgconfig
- /share/applications/mimeinfo.cache
- /share/bash-completion
- /share/icons/hicolor/icon-theme.cache
- /share/man
- '*.la'
modules:
- name: virt-viewer
buildsystem: meson
config-opts:
- -Dbash_completion=disabled
post-install:
- mv /app/share/mime/packages/{virt-viewer,${FLATPAK_ID}}-mime.xml
sources:
- type: archive
url: https://gitlab.com/virt-viewer/virt-viewer/-/archive/v11.0/virt-viewer-v11.0.tar.gz
sha256: 73e2f0148dd49c5ff5e8c5d0e9d9de592931895e89e2300e3de4ae96d8380a9b
x-checker-data:
type: anitya
project-id: 15273
stable-only: true
url-template: https://gitlab.com/virt-viewer/virt-viewer/-/archive/v$version/virt-viewer-v$version.tar.gz
modules:
- ../libvirt/libvirt.json
- ../libvirt/libvirt-glib.json
- ../libvirt/libgovirt.json
- ../gtk-vnc/gtk-vnc.json
- ../spice-gtk/spice-gtk.json
- ../flathub-shared-modules/intltool/intltool-0.51.json
- ../shared-modules/vte3/vte3.json