YAML Indenting fix

This commit is contained in:
Kevin Degeling 2022-08-21 09:50:19 +02:00
parent f504a6f321
commit 5147664c1a

View file

@ -5,68 +5,68 @@ runtime-version: "21.08"
command: gzdoom.sh command: gzdoom.sh
finish-args: finish-args:
- --device=dri - --device=dri
- --socket=x11 - --socket=x11
- --share=ipc - --share=ipc
- --share=network - --share=network
- --socket=pulseaudio - --socket=pulseaudio
# Based on GZDoom # Based on GZDoom
# We redirect the original ~/.config/gzdoom # We redirect the original ~/.config/gzdoom
- --env=DOOMWADDIR=/app/share/games/doom - --env=DOOMWADDIR=/app/share/games/doom
- --persist=.config/gzdoom - --persist=.config/gzdoom
# Simpler way of preventing KDE related errors # Simpler way of preventing KDE related errors
- --env=KDE_FULL_SESSION=false - --env=KDE_FULL_SESSION=false
cleanup: cleanup:
- /app/include - /app/include
- /app/lib/*.a - /app/lib/*.a
- /app/lib/*.la - /app/lib/*.la
- /app/lib/pkgconfig - /app/lib/pkgconfig
modules: modules:
- shared-modules/linux-audio/libinstpatch.json - shared-modules/linux-audio/libinstpatch.json
- shared-modules/linux-audio/fluidsynth2.json - shared-modules/linux-audio/fluidsynth2.json
- name: game-music-emu - name: game-music-emu
buildsystem: cmake buildsystem: cmake
config-opts: config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo - -DCMAKE_BUILD_TYPE=RelWithDebInfo
sources: sources:
- type: archive - type: archive
url: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.gz url: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.gz
sha256: 626e8a104e0dadd10ef6519a67aca880c7b40f81471659f1935b61754e12fc7b sha256: 626e8a104e0dadd10ef6519a67aca880c7b40f81471659f1935b61754e12fc7b
x-checker-data: x-checker-data:
type: anitya type: anitya
project-id: 866 project-id: 866
stable-only: true stable-only: true
url-template: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$version.tar.xz 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 buildsystem: simple
sources: sources:
- type: script - type: script
commands: commands:
- gzdoom +fluid_patchset /app/share/sounds/sf2/gzdoom.sf2 -file lights.pk3 brightmaps.pk3 "$@" - gzdoom +fluid_patchset /app/share/sounds/sf2/gzdoom.sf2 -file lights.pk3 brightmaps.pk3 "$@"
dest-filename: gzdoom.sh dest-filename: gzdoom.sh
- type: file - type: file
path: org.zdoom.GZDoom.desktop path: org.zdoom.GZDoom.desktop
- type: file - type: file
path: org.zdoom.GZDoom.appdata.xml path: org.zdoom.GZDoom.appdata.xml
- type: file - type: file
path: org.zdoom.GZDoom.48.png path: org.zdoom.GZDoom.48.png
- type: file - type: file
path: org.zdoom.GZDoom.64.png path: org.zdoom.GZDoom.64.png
- type: file - type: file
path: org.zdoom.GZDoom.128.png path: org.zdoom.GZDoom.128.png
build-commands: build-commands:
- install -D gzdoom.sh /app/bin/gzdoom.sh - install -D gzdoom.sh /app/bin/gzdoom.sh
- install -Dm 644 org.zdoom.GZDoom.desktop -t /app/share/applications - install -Dm 644 org.zdoom.GZDoom.desktop -t /app/share/applications
- install -Dm 644 org.zdoom.GZDoom.appdata.xml -t /app/share/metainfo - install -Dm 644 org.zdoom.GZDoom.appdata.xml -t /app/share/metainfo
- install -Dm 644 org.zdoom.GZDoom.48.png /app/share/icons/hicolor/48x48/apps/org.zdoom.GZDoom.png - install -Dm 644 org.zdoom.GZDoom.48.png /app/share/icons/hicolor/48x48/apps/org.zdoom.GZDoom.png
- install -Dm 644 org.zdoom.GZDoom.64.png /app/share/icons/hicolor/64x64/apps/org.zdoom.GZDoom.png - install -Dm 644 org.zdoom.GZDoom.64.png /app/share/icons/hicolor/64x64/apps/org.zdoom.GZDoom.png
- install -Dm 644 org.zdoom.GZDoom.128.png /app/share/icons/hicolor/128x128/apps/org.zdoom.GZDoom.png - install -Dm 644 org.zdoom.GZDoom.128.png /app/share/icons/hicolor/128x128/apps/org.zdoom.GZDoom.png