MAME-MODULE: trying a different approach (2)

This commit is contained in:
XargonWan 2024-01-05 17:16:42 +01:00
parent 0120145692
commit 0183fa2c01

View file

@ -17,20 +17,7 @@ modules:
build-options: build-options:
no-debuginfo: true no-debuginfo: true
strip: true strip: true
sources: build-commands:
- type: archive
url: https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz
sha256: 51d5ce1563897709ceb7a924c31a70cc5ff2bec466aab8d0cc9ff3cc72b38899
- type: file
path: mame-patches/mame.ini
- type: patch
path: mame-patches/floppy.patch
- type: patch
path: mame-patches/sound.patch
- type: patch
path: mame-patches/ym3802.patch
- type: shell
commands:
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame - install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
- cp COPYING ${FLATPAK_DEST}/bin/ - cp COPYING ${FLATPAK_DEST}/bin/
- cp uismall.bdf ${FLATPAK_DEST}/bin/ - cp uismall.bdf ${FLATPAK_DEST}/bin/
@ -49,3 +36,15 @@ modules:
- cp -r plugins/ ${FLATPAK_DEST}/share/mame/ - cp -r plugins/ ${FLATPAK_DEST}/share/mame/
- cp -r roms/ ${FLATPAK_DEST}/share/mame/ - cp -r roms/ ${FLATPAK_DEST}/share/mame/
- cp -r samples/ ${FLATPAK_DEST}/share/mame/ - cp -r samples/ ${FLATPAK_DEST}/share/mame/
sources:
- type: archive
url: https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz
sha256: 51d5ce1563897709ceb7a924c31a70cc5ff2bec466aab8d0cc9ff3cc72b38899
- type: file
path: mame-patches/mame.ini
- type: patch
path: mame-patches/floppy.patch
- type: patch
path: mame-patches/sound.patch
- type: patch
path: mame-patches/ym3802.patch