{ "app-id": "org.xonotic.xonotic", "runtime": "org.freedesktop.Platform", "runtime-version": "1.4", "sdk": "org.freedesktop.Sdk", "command": "xonotic", "rename-icon": "xonotic", "rename-desktop-file": "xonotic.desktop", "finish-args": [ /* X11 access */ "--socket=x11", "--share=ipc", /* OpenGL access */ "--device=dri", /* PulseAudio access */ "--socket=pulseaudio", /* Network access */ "--share=network", /* Wayland access */ "--socket=wayland", /* Persist saves and config files */ "--persist=.xonotic" ], "modules": [ { "name": "xonotic", "no-autogen": true, "sources" : [ { "type": "archive", "url": "http://dl.xonotic.org/xonotic-0.8.2.zip", "sha256": "a22f7230f486c5825b55cfdadd73399c9b0fae98c9e081dd8ac76eca08359ad5", "dest-filename": "xonotic.zip" }, { "type": "file", "path": "xonotic.desktop" }, { "type": "file", "path": "xonotic-Makefile", "dest-filename": "Makefile" }, { "type": "file", "path": "xonotic.sh", "dest-filename": "xonotic.sh" }, { "type": "file", "path": "org.xonotic.xonotic.appdata.xml" } ] } ] }