mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
YAML Indenting fix
This commit is contained in:
parent
f504a6f321
commit
5147664c1a
|
@ -5,32 +5,32 @@ runtime-version: "21.08"
|
|||
command: gzdoom.sh
|
||||
|
||||
finish-args:
|
||||
- --device=dri
|
||||
- --socket=x11
|
||||
- --share=ipc
|
||||
- --share=network
|
||||
- --socket=pulseaudio
|
||||
- --device=dri
|
||||
- --socket=x11
|
||||
- --share=ipc
|
||||
- --share=network
|
||||
- --socket=pulseaudio
|
||||
|
||||
# Based on GZDoom
|
||||
# We redirect the original ~/.config/gzdoom
|
||||
- --env=DOOMWADDIR=/app/share/games/doom
|
||||
- --persist=.config/gzdoom
|
||||
# Based on GZDoom
|
||||
# We redirect the original ~/.config/gzdoom
|
||||
- --env=DOOMWADDIR=/app/share/games/doom
|
||||
- --persist=.config/gzdoom
|
||||
|
||||
# Simpler way of preventing KDE related errors
|
||||
- --env=KDE_FULL_SESSION=false
|
||||
# Simpler way of preventing KDE related errors
|
||||
- --env=KDE_FULL_SESSION=false
|
||||
|
||||
cleanup:
|
||||
- /app/include
|
||||
- /app/lib/*.a
|
||||
- /app/lib/*.la
|
||||
- /app/lib/pkgconfig
|
||||
- /app/include
|
||||
- /app/lib/*.a
|
||||
- /app/lib/*.la
|
||||
- /app/lib/pkgconfig
|
||||
|
||||
modules:
|
||||
|
||||
- shared-modules/linux-audio/libinstpatch.json
|
||||
- shared-modules/linux-audio/fluidsynth2.json
|
||||
- shared-modules/linux-audio/libinstpatch.json
|
||||
- shared-modules/linux-audio/fluidsynth2.json
|
||||
|
||||
- name: game-music-emu
|
||||
- name: game-music-emu
|
||||
buildsystem: cmake
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
@ -44,9 +44,9 @@ modules:
|
|||
stable-only: true
|
||||
url-template: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$version.tar.xz
|
||||
|
||||
- shared-modules/gzdoom/gzdoom.json
|
||||
- shared-modules/gzdoom/gzdoom.json
|
||||
|
||||
- name: launcher
|
||||
- name: launcher
|
||||
buildsystem: simple
|
||||
sources:
|
||||
- type: script
|
||||
|
|
Loading…
Reference in a new issue