[gnome-games] flatpak: Replace libretro-mednafen_lynx by libretro-handy
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] flatpak: Replace libretro-mednafen_lynx by libretro-handy
- Date: Thu, 21 Sep 2017 12:11:14 +0000 (UTC)
commit c4dda8b0b3bc2c29c8798d98daf7de9b3fc920eb
Author: Adrien Plazas <kekun plazas laposte net>
Date: Sat Sep 16 09:05:06 2017 +0200
flatpak: Replace libretro-mednafen_lynx by libretro-handy
This allows to play Atari Lynx game without an external firmware.
flatpak/libretro-cores/handy.libretro | 18 ++++++++++++++++++
flatpak/libretro-cores/libretro-handy.json | 27 +++++++++++++++++++++++++++
flatpak/org.gnome.Games.json | 2 +-
3 files changed, 46 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/libretro-cores/handy.libretro b/flatpak/libretro-cores/handy.libretro
new file mode 100644
index 0000000..bbb72f4
--- /dev/null
+++ b/flatpak/libretro-cores/handy.libretro
@@ -0,0 +1,18 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=Handy
+Module=handy_libretro.so
+LibretroVersion=1
+Authors=K. Wilkins;
+License=Zlib;
+
+[Platform:AtariLynx]
+MimeType=application/x-atari-lynx-rom;
+Firmwares=AtariLynx;
+
+[Firmware:AtariLynx]
+Path=lynxboot.img
+MD5=fcd403db69f54290b51035d82f835e7b
+SHA-512=d7d0f9379dcefc253127357fbf7fafce9c630878f3ff987b19692fdbafb6419490c8320f192f6eb0933f68add413537cee7cc31e9c01c9ab8c478bc1167f1575
+Mandatory=false
diff --git a/flatpak/libretro-cores/libretro-handy.json b/flatpak/libretro-cores/libretro-handy.json
new file mode 100644
index 0000000..3217e8e
--- /dev/null
+++ b/flatpak/libretro-cores/libretro-handy.json
@@ -0,0 +1,27 @@
+ {
+ "name": "libretro-handy",
+ "no-autogen": true,
+ "make-args": [
+ "prefix=/app",
+ "core_installdir=/app/lib/libretro"
+ ],
+ "make-install-args": [
+ "prefix=/app",
+ "core_installdir=/app/lib/libretro"
+ ],
+ "post-install": [
+ /* TODO: Send that upstream */
+ "mkdir -p /app/lib/libretro/",
+ "install -m644 -p handy.libretro /app/lib/libretro/"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://github.com/libretro/libretro-handy"
+ },
+ {
+ "type": "file",
+ "path": "handy.libretro"
+ }
+ ]
+ }
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 4881fc6..3da4476 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -48,7 +48,7 @@
"libretro-cores/libretro-desmume.json",
"libretro-cores/libretro-dosbox.json",
"libretro-cores/libretro-gambatte.json",
- "libretro-cores/libretro-mednafen_lynx.json",
+ "libretro-cores/libretro-handy.json",
"libretro-cores/libretro-mednafen_ngp.json",
"libretro-cores/libretro-mednafen_pce_fast.json",
"libretro-cores/libretro-mednafen_wswan.json",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]