diff --git a/appdata.xml b/appdata.xml new file mode 100644 index 0000000..4624843 --- /dev/null +++ b/appdata.xml @@ -0,0 +1,26 @@ + + + + dolphin-emu.desktop + Dolphin Emulator + GameCube / Wii / Triforce Emulator + CC-BY-SA-3.0 + GPL-2.0+ + +

+ Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the + Gamecube) emulator, which supports full HD video with several enhancements such + as compatibility with all PC controllers, turbo speed, networked multiplayer, + and more. Most games run perfectly or with minor bugs. +

+
+ https://dolphin-emu.org/ + https://bugs.dolphin-emu.org/projects/emulator/issues + + https://raw.githubusercontent.com/flathub/org.DolphinEmu.dolphin-emu/master/screenshots/1.png + https://raw.githubusercontent.com/flathub/org.DolphinEmu.dolphin-emu/master/screenshots/2.png + https://raw.githubusercontent.com/flathub/org.DolphinEmu.dolphin-emu/master/screenshots/3.png + https://raw.githubusercontent.com/flathub/org.DolphinEmu.dolphin-emu/master/screenshots/3.png + + b@bpiotrowski.pl +
diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json new file mode 100644 index 0000000..ea1b0b8 --- /dev/null +++ b/org.DolphinEmu.dolphin-emu.json @@ -0,0 +1,44 @@ +{ + "app-id": "org.DolphinEmu.dolphin-emu", + "version": "5.0", + "branch": "master", + "runtime": "org.gnome.Platform", + "runtime-version": "3.24", + "sdk": "org.gnome.Sdk", + "command": "dolphin-emu", + "rename-desktop-file": "dolphin-emu.desktop", + "rename-icon": "dolphin-emu", + "rename-appdata-file": "dolphin-emu.appdata.xml", + "finish-args": [ + "--device=dri", + "--filesystem=home:ro", + "--socket=pulseaudio", + "--socket=wayland", + "--socket=x11", + "--share=network" + ], + "modules": [ + { + "name": "dolphin-emu", + "buildsystem": "cmake", + "config-opts": [ + "-DENABLE_SDL=ON", + "-DENABLE_EVDEV=OFF" + ], + "post-install": [ + "install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/dolphin-emu/dolphin/archive/5.0.tar.gz", + "sha256": "62c4602055767ab314ff50a3b94ea57f792832aa1629e6b1117ebce10518dc0b" + }, + { + "type": "file", + "path": "appdata.xml" + } + ] + } + ] +} diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..6c44975 Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..195d325 Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..cddf164 Binary files /dev/null and b/screenshots/3.png differ diff --git a/screenshots/4.png b/screenshots/4.png new file mode 100644 index 0000000..e25e915 Binary files /dev/null and b/screenshots/4.png differ