org.DolphinEmu.dolphin-emu/org.DolphinEmu.dolphin-emu.json

86 lines
2 KiB
JSON
Raw Normal View History

2017-04-11 17:12:26 +00:00
{
"app-id": "org.DolphinEmu.dolphin-emu",
2017-11-16 23:38:51 +00:00
"branch": "stable",
"runtime": "org.kde.Platform",
"runtime-version": "5.9",
"sdk": "org.kde.Sdk",
2017-04-11 17:12:26 +00:00
"command": "dolphin-emu",
"rename-desktop-file": "dolphin-emu.desktop",
"rename-icon": "dolphin-emu",
"rename-appdata-file": "dolphin-emu.appdata.xml",
"finish-args": [
2017-11-23 12:04:24 +00:00
"--device=all",
2017-11-16 23:38:51 +00:00
"--filesystem=host:ro",
2017-04-11 17:12:26 +00:00
"--socket=pulseaudio",
"--socket=x11",
"--share=network",
"--share=ipc",
"--talk-name=ca.desrt.dconf",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
2017-04-11 17:12:26 +00:00
],
"modules": [
{
"name": "libusb",
"config-opts": [
"--disable-static"
],
"cleanup": [
"/include",
"/lib/*.la",
"/lib/pkgconfig"
],
"sources": [
{
"type": "archive",
"url": "https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.21/libusb-1.0.21.tar.gz",
"sha256": "1a5b08c05bc5e38c81c2d59c29954d5916646f4ff46f51381b3f624384e4ac01"
}
],
"modules": [
"shared-modules/udev/udev-175.json"
2017-11-16 23:38:51 +00:00
]
},
2017-04-11 17:12:26 +00:00
{
"name": "dolphin-emu",
2017-11-16 23:38:51 +00:00
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
2017-11-16 23:38:51 +00:00
"-DENABLE_ALSA=OFF",
"-DENABLE_SDL=ON",
"-DENABLE_EVDEV=OFF",
"-DENABLE_WX=OFF",
2017-11-16 23:38:51 +00:00
"-DDISTRIBUTOR=Flathub"
],
2017-04-11 17:52:17 +00:00
"build-options": {
"arch": {
"arm": {
"config-opts": [
"-DENABLE_GENERIC=ON"
]
}
}
2017-04-11 17:52:17 +00:00
},
"cleanup": [
"/share/man"
],
2017-04-11 17:12:26 +00:00
"post-install": [
"install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"
],
"sources": [
{
"type": "git",
"url": "https://github.com/dolphin-emu/dolphin.git",
"commit": "28ca6fec9a77b3c4ea58abce558bd79220a2db7d"
2017-04-11 17:12:26 +00:00
},
2017-11-16 23:38:51 +00:00
{
"type": "file",
"path": "appdata.xml"
2017-04-11 17:12:26 +00:00
}
]
}
]
}