21 lines
563 B
YAML
21 lines
563 B
YAML
flatpak:
|
|
id: org.xonotic.Xonotic
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
rename-appdata-file: xonotic.appdata.xml
|
|
rename-desktop-file: xonotic.desktop
|
|
rename-icon: xonotic
|
|
copy-icon: true
|
|
packages:
|
|
- xonotic
|
|
command: xonotic-sdl-wrapper
|
|
# wrapper uses glxinfo to detect DRI, cannot use fallback-x11
|
|
finish-args: |-
|
|
--device=all
|
|
--share=ipc
|
|
--share=network
|
|
--socket=wayland
|
|
--socket=x11
|
|
--socket=pulseaudio
|
|
--persist=.xonotic
|