mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 13:45:39 +00:00
473f7c089e
Upstream has moved to 5.14 d129fae8fc
96 lines
2.6 KiB
JSON
96 lines
2.6 KiB
JSON
{
|
|
"app-id": "org.DolphinEmu.dolphin-emu",
|
|
"branch": "stable",
|
|
"runtime": "org.kde.Platform",
|
|
"runtime-version": "5.14",
|
|
"sdk": "org.kde.Sdk",
|
|
"command": "dolphin-emu-wrapper",
|
|
"rename-desktop-file": "dolphin-emu.desktop",
|
|
"rename-icon": "dolphin-emu",
|
|
"rename-appdata-file": "dolphin-emu.appdata.xml",
|
|
"finish-args": [
|
|
"--device=all",
|
|
"--filesystem=host:ro",
|
|
"--socket=pulseaudio",
|
|
"--socket=x11",
|
|
"--share=network",
|
|
"--share=ipc",
|
|
"--filesystem=xdg-run/app/com.discordapp.Discord:create"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "libusb",
|
|
"config-opts": [
|
|
"--disable-static"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/*.la",
|
|
"/lib/pkgconfig"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.tar.bz2",
|
|
"sha256": "75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "dolphin-emu",
|
|
"buildsystem": "cmake-ninja",
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DENABLE_ALSA=OFF",
|
|
"-DENABLE_SDL=ON",
|
|
"-DENABLE_EVDEV=OFF",
|
|
"-DENABLE_WX=OFF",
|
|
"-DDISTRIBUTOR=Flathub"
|
|
],
|
|
"build-options": {
|
|
"arch": {
|
|
"arm": {
|
|
"config-opts": [
|
|
"-DENABLE_GENERIC=ON"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"cleanup": [
|
|
"/share/man"
|
|
],
|
|
"post-install": [
|
|
"install -D dolphin-emu-wrapper /app/bin/dolphin-emu-wrapper",
|
|
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml",
|
|
"sed -i -e 's/\"2048\"/\"512\"/g' /app/share/icons/hicolor/scalable/apps/dolphin-emu.svg",
|
|
"desktop-file-edit --set-key=Exec --set-value='/app/bin/dolphin-emu-wrapper' /app/share/applications/dolphin-emu.desktop"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/dolphin-emu/dolphin.git",
|
|
"commit": "4ff855921e221f944d5ce22074e86096474d4ea6"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "forcexdg.patch"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"path": "appdata.xml"
|
|
},
|
|
{
|
|
"type": "script",
|
|
"commands": [
|
|
"for i in {0..9}; do",
|
|
"test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;",
|
|
"done",
|
|
"dolphin-emu \"$@\""
|
|
],
|
|
"dest-filename": "dolphin-emu-wrapper"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|