mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
WORKFLOW: improved manifest creation
This commit is contained in:
parent
ec6c99955e
commit
b2d9692b45
|
@ -6,13 +6,15 @@ git clone https://github.com/XargonWan/RetroDECK --depth=1 RetroDECK
|
||||||
manifest_header="manifest-header.yml"
|
manifest_header="manifest-header.yml"
|
||||||
mame_module="mame-module.yml"
|
mame_module="mame-module.yml"
|
||||||
mame_manifest="net.retrodeck.mame.yml"
|
mame_manifest="net.retrodeck.mame.yml"
|
||||||
|
command="/app/bin/mame"
|
||||||
|
|
||||||
sed -n '/cleanup/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header"
|
sed -n '/command/q;p' RetroDECK/net.retrodeck.retrodeck.yml > "$manifest_header"
|
||||||
|
echo -e "command: $command\n" >> "$manifest_header"
|
||||||
sed -i '/^[[:space:]]*#/d' "$manifest_header"
|
sed -i '/^[[:space:]]*#/d' "$manifest_header"
|
||||||
sed -i 's/[[:space:]]*#.*$//' "$manifest_header"
|
sed -i 's/[[:space:]]*#.*$//' "$manifest_header"
|
||||||
|
sed -n '/finish-args:/,${/cleanup:/q;p;}' RetroDECK/net.retrodeck.retrodeck.yml >> "$manifest_header"
|
||||||
|
|
||||||
sed -i 's/net.retrodeck.retrodeck/net.retrodeck.mame/' "$manifest_header"
|
sed -i 's/net.retrodeck.retrodeck/net.retrodeck.mame/' "$manifest_header"
|
||||||
sed -i 's/retrodeck\.sh/\/app\/bin\/mame/' "$manifest_header"
|
|
||||||
|
|
||||||
cat "$manifest_header" > "$mame_manifest"
|
cat "$manifest_header" > "$mame_manifest"
|
||||||
cat "$mame_module" >> "$mame_manifest"
|
cat "$mame_module" >> "$mame_manifest"
|
||||||
|
|
|
@ -6,15 +6,6 @@ sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.llvm16
|
- org.freedesktop.Sdk.Extension.llvm16
|
||||||
command: /app/bin/mame
|
command: /app/bin/mame
|
||||||
|
|
||||||
add-extensions:
|
|
||||||
org.ppsspp.PPSSPP.Locale:
|
|
||||||
directory: share/locale
|
|
||||||
bundle: true
|
|
||||||
no-autodownload: false
|
|
||||||
subdirectories: false
|
|
||||||
autodelete: true
|
|
||||||
locale-subset: true
|
|
||||||
|
|
||||||
finish-args:
|
finish-args:
|
||||||
- --socket=fallback-x11
|
- --socket=fallback-x11
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
|
@ -32,8 +23,13 @@ finish-args:
|
||||||
- --talk-name=org.freedesktop.login1.Manager
|
- --talk-name=org.freedesktop.login1.Manager
|
||||||
- --talk-name=org.freedesktop.portal.Flatpak.UpdateMonitor
|
- --talk-name=org.freedesktop.portal.Flatpak.UpdateMonitor
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
|
#- --filesystem=xdg-config/gtk-3.0:ro #not needed as we got --filesystem=home
|
||||||
|
# Dolphin
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
|
# PPSSPP
|
||||||
|
# It allows an SDL application to specify its window class, which can be useful for window managers and desktop environments to identify and group similar windows
|
||||||
- --env=SDL_VIDEO_X11_WMCLASS=net.retrodeck.mame
|
- --env=SDL_VIDEO_X11_WMCLASS=net.retrodeck.mame
|
||||||
- --env=SDL_VIDEO_WAYLAND_WMCLASS=net.retrodeck.mame
|
- --env=SDL_VIDEO_WAYLAND_WMCLASS=net.retrodeck.mame
|
||||||
|
# XEMU - Fixes issues with openSUSE systems, QEMU_AUDIO_DRV is defined as "pa" causing xemu to not launch
|
||||||
- --unset-env=QEMU_AUDIO_DRV
|
- --unset-env=QEMU_AUDIO_DRV
|
||||||
|
|
||||||
|
|
|
@ -6,15 +6,6 @@ sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.llvm16
|
- org.freedesktop.Sdk.Extension.llvm16
|
||||||
command: /app/bin/mame
|
command: /app/bin/mame
|
||||||
|
|
||||||
add-extensions:
|
|
||||||
org.ppsspp.PPSSPP.Locale:
|
|
||||||
directory: share/locale
|
|
||||||
bundle: true
|
|
||||||
no-autodownload: false
|
|
||||||
subdirectories: false
|
|
||||||
autodelete: true
|
|
||||||
locale-subset: true
|
|
||||||
|
|
||||||
finish-args:
|
finish-args:
|
||||||
- --socket=fallback-x11
|
- --socket=fallback-x11
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
|
@ -32,25 +23,32 @@ finish-args:
|
||||||
- --talk-name=org.freedesktop.login1.Manager
|
- --talk-name=org.freedesktop.login1.Manager
|
||||||
- --talk-name=org.freedesktop.portal.Flatpak.UpdateMonitor
|
- --talk-name=org.freedesktop.portal.Flatpak.UpdateMonitor
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
|
#- --filesystem=xdg-config/gtk-3.0:ro #not needed as we got --filesystem=home
|
||||||
|
# Dolphin
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
|
# PPSSPP
|
||||||
|
# It allows an SDL application to specify its window class, which can be useful for window managers and desktop environments to identify and group similar windows
|
||||||
- --env=SDL_VIDEO_X11_WMCLASS=net.retrodeck.mame
|
- --env=SDL_VIDEO_X11_WMCLASS=net.retrodeck.mame
|
||||||
- --env=SDL_VIDEO_WAYLAND_WMCLASS=net.retrodeck.mame
|
- --env=SDL_VIDEO_WAYLAND_WMCLASS=net.retrodeck.mame
|
||||||
|
# XEMU - Fixes issues with openSUSE systems, QEMU_AUDIO_DRV is defined as "pa" causing xemu to not launch
|
||||||
- --unset-env=QEMU_AUDIO_DRV
|
- --unset-env=QEMU_AUDIO_DRV
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
|
# https://sdlmame.wallyweek.org/download/
|
||||||
- name: mame
|
- name: mame
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-options:
|
build-options:
|
||||||
no-debuginfo: true
|
no-debuginfo: true
|
||||||
strip: true
|
strip: true
|
||||||
|
env:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
LD: lld
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j echo $(nproc)
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
CFLAGS+=-Wno-error=restrict
|
CFLAGS+=-Wno-error=restrict
|
||||||
CC=clang
|
|
||||||
CXX=clang++
|
|
||||||
LD=lld
|
|
||||||
USE_QTDEBUG=0
|
USE_QTDEBUG=0
|
||||||
USE_WAYLAND=1
|
USE_WAYLAND=1
|
||||||
USE_SYSTEM_LIB_FLAC=1
|
USE_SYSTEM_LIB_FLAC=1
|
||||||
|
@ -85,4 +83,4 @@ modules:
|
||||||
- type: patch
|
- type: patch
|
||||||
path: mame-patches/sound.patch
|
path: mame-patches/sound.patch
|
||||||
- type: patch
|
- type: patch
|
||||||
path: mame-patches/ym3802.patch
|
path: mame-patches/ym3802.patch
|
Loading…
Reference in a new issue