mirror of
https://github.com/RetroDECK/org.mamedev.MAME.git
synced 2025-01-19 19:05:38 +00:00
commit
da5ebde3d7
|
@ -28,6 +28,7 @@
|
||||||
<url type="homepage">https://www.mamedev.org</url>
|
<url type="homepage">https://www.mamedev.org</url>
|
||||||
<launchable type="desktop-id">org.mamedev.MAME.desktop</launchable>
|
<launchable type="desktop-id">org.mamedev.MAME.desktop</launchable>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.271" date="2024-10-31"/>
|
||||||
<release version="0.270" date="2024-09-26"/>
|
<release version="0.270" date="2024-09-26"/>
|
||||||
<release version="0.269" date="2024-08-29"/>
|
<release version="0.269" date="2024-08-29"/>
|
||||||
<release version="0.268" date="2024-07-31"/>
|
<release version="0.268" date="2024-07-31"/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
id: org.mamedev.MAME
|
id: org.mamedev.MAME
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: 5.15-23.08
|
runtime-version: '6.8'
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
command: mame
|
command: mame
|
||||||
separate-locales: false
|
separate-locales: false
|
||||||
|
@ -21,6 +21,8 @@ modules:
|
||||||
build-options:
|
build-options:
|
||||||
no-debuginfo: true
|
no-debuginfo: true
|
||||||
strip: true
|
strip: true
|
||||||
|
env:
|
||||||
|
QT_HOME: '/'
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||||
|
@ -70,8 +72,8 @@ modules:
|
||||||
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0270.tar.gz
|
url: https://github.com/mamedev/mame/archive/refs/tags/mame0271.tar.gz
|
||||||
sha256: 0364b670478883902c2bc618908192b0590235b47fbe073fcac2d13b82541437
|
sha256: 79960f4c57715b2d08c3eba12933d04dd91ad1d95b0c1059306a75bf07fd6027
|
||||||
- type: file
|
- type: file
|
||||||
path: mame16x16.png
|
path: mame16x16.png
|
||||||
- type: file
|
- type: file
|
||||||
|
|
Loading…
Reference in a new issue