mirror of
https://github.com/RetroDECK/net.kuribo64.melonDS.git
synced 2024-11-21 21:25:39 +00:00
7ca7949d44
* Update AppStream data to modernize use of properties and add branding colors. * Update screenshots so they should follow Flathub's guidelines, and display it running under KDE which is what is mainly used in melonDS's development on Linux. * Update manifest to refine permissions use and update the SDK.
38 lines
929 B
YAML
38 lines
929 B
YAML
app-id: net.kuribo64.melonDS
|
|
runtime: org.kde.Platform
|
|
runtime-version: '6.7'
|
|
sdk: org.kde.Sdk
|
|
command: melonDS
|
|
cleanup:
|
|
- "/include"
|
|
- "/lib/pkgconfig"
|
|
finish-args:
|
|
- "--share=ipc"
|
|
- "--socket=wayland"
|
|
- "--socket=fallback-x11"
|
|
- "--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.7.0
|
|
- name: melonds
|
|
buildsystem: cmake-ninja
|
|
builddir: true
|
|
build-options:
|
|
config-opts:
|
|
- -DUSE_QT6=ON
|
|
build-commands:
|
|
- install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml
|
|
sources:
|
|
- type: git
|
|
url: https://github.com/melonDS-emu/melonDS.git
|
|
commit: 430de6b2702bb93faa8c2004aff3fbd084db4a1e
|
|
- type: file
|
|
path: net.kuribo64.melonDS.appdata.xml
|