[gnome-apps-nightly] games: Include the gambatte libretro core



commit a21af0fd2365b2650b42332375d4904ab3d075d3
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Wed Aug 31 22:54:01 2016 +0200

    games: Include the gambatte libretro core
    
    https://wiki.gnome.org/Design/Playground/Games/LibretroCores/gambatte

 libretro-cores/gambatte_libretro.info |   14 ++++++++++++++
 libretro-cores/libretro-gambatte.json |   28 ++++++++++++++++++++++++++++
 org.gnome.Games.json                  |    1 +
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/libretro-cores/gambatte_libretro.info b/libretro-cores/gambatte_libretro.info
new file mode 100644
index 0000000..7081e10
--- /dev/null
+++ b/libretro-cores/gambatte_libretro.info
@@ -0,0 +1,14 @@
+display_name = "Game Boy / Game Boy Color (Gambatte)"
+authors = "Sinamas"
+supported_extensions = "gb|gbc|dmg"
+supported_mimetypes = "application/x-gameboy-rom|application/x-gameboy-color-rom"
+corename = "Gambatte"
+manufacturer = "Nintendo"
+categories = "Emulator"
+systemname = "Game Boy/Game Boy Color"
+database = "Nintendo - Game Boy|Nintendo - Game Boy Color"
+license = "GPLv2"
+permissions = ""
+display_version = "v0.5.0"
+supports_no_game = "false"
+supports_serialization = "true"
diff --git a/libretro-cores/libretro-gambatte.json b/libretro-cores/libretro-gambatte.json
new file mode 100644
index 0000000..0caffbc
--- /dev/null
+++ b/libretro-cores/libretro-gambatte.json
@@ -0,0 +1,28 @@
+        {
+            "name": "libretro-gambatte",
+            "no-autogen": true,
+            "make-args": [
+                "prefix=/app",
+                "core_installdir=/app/lib/retro-1.0/plugins"
+            ],
+            "make-install-args": [
+                "prefix=/app",
+                "core_installdir=/app/lib/retro-1.0/plugins"
+            ],
+            "post-install": [
+                /* TODO: Find a better folder */
+                /* TODO: Send that upstream */
+                "mkdir -p /app/lib/retro-1.0/plugins/",
+                "install -m644 -p gambatte_libretro.info /app/lib/retro-1.0/plugins/"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/libretro/gambatte-libretro.git";
+                },
+                {
+                    "type": "file",
+                    "path": "libretro-cores/gambatte_libretro.info"
+                }
+            ]
+        }
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index acbf318..ef7ac53 100644
--- a/org.gnome.Games.json
+++ b/org.gnome.Games.json
@@ -42,6 +42,7 @@
            We build them first, because some of them are very big, and they
            change more rarely than the rest of the modules. */
         "libretro-cores/libretro-bsnes.json",
+        "libretro-cores/libretro-gambatte.json",
         "libretro-cores/libretro-pcsx_rearmed.json",
         /* End libretro cores */
         {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]