mirror of
https://github.com/RetroDECK/net.kuribo64.melonDS.git
synced 2024-11-21 21:25:39 +00:00
42 lines
1 KiB
YAML
42 lines
1 KiB
YAML
app-id: net.kuribo64.melonDS
|
|
runtime: org.kde.Platform
|
|
runtime-version: '5.15'
|
|
sdk: org.kde.Sdk
|
|
command: melonDS
|
|
cleanup:
|
|
- "/include"
|
|
- "/lib/pkgconfig"
|
|
finish-args:
|
|
- "--share=ipc"
|
|
- "--socket=x11"
|
|
- "--socket=wayland"
|
|
- "--socket=pulseaudio"
|
|
- "--share=network"
|
|
- "--device=all"
|
|
- "--filesystem=home"
|
|
modules:
|
|
- name: libslirp
|
|
buildsystem: meson
|
|
sources:
|
|
- type: git
|
|
url: https://gitlab.freedesktop.org/slirp/libslirp.git
|
|
tag: v4.4.0
|
|
- name: melonds
|
|
buildsystem: cmake-ninja
|
|
build-options:
|
|
arch:
|
|
aarch64:
|
|
config-opts:
|
|
- -DENABLE_OGLRENDERER=OFF
|
|
build-commands:
|
|
- install -D -m644 -t /app/share/appdata/ ${FLATPAK_ID}.appdata.xml
|
|
sources:
|
|
- type: git
|
|
url: https://github.com/Arisotura/melonDS.git
|
|
tag: "0.9"
|
|
commit: 94d12c68b3cc8240d52c4123cf804641fa66b40a
|
|
- type: file
|
|
path: net.kuribo64.melonDS.appdata.xml
|
|
- type: patch
|
|
path: 0001-make-OpenGL-renderer-a-build-option.patch
|