[gnome-games/wip/aplazas/desmume] flatpak: Add the Desmume core



commit d97878ea1fc4dae9aa4367c58119cbafd4f4a14b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue May 16 20:59:44 2017 +0200

    flatpak: Add the Desmume core

 flatpak/libretro-cores/libretro-desmume.json |   24 ++++++++++++++++++++++++
 flatpak/org.gnome.Games.json                 |    1 +
 2 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-desmume.json b/flatpak/libretro-cores/libretro-desmume.json
new file mode 100644
index 0000000..6c5ee10
--- /dev/null
+++ b/flatpak/libretro-cores/libretro-desmume.json
@@ -0,0 +1,24 @@
+        {
+            "name": "libretro-desmume",
+            "no-autogen": true,
+            "make-args": [
+                "--directory=desmume",
+                "prefix=/app",
+                "core_installdir=/app/lib/libretro"
+            ],
+            "make-install-args": [
+                "--directory=desmume",
+                "prefix=/app",
+                "core_installdir=/app/lib/libretro"
+            ],
+            "post-install": [
+                /* TODO: Send that upstream */
+                "mkdir -p /app/lib/libretro/"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/libretro/desmume";
+                }
+            ]
+        }
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 4c76aaf..ae1481a 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -45,6 +45,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-desmume.json",
         "libretro-cores/libretro-gambatte.json",
         "libretro-cores/libretro-mednafen_gba.json",
         "libretro-cores/libretro-mednafen_ngp.json",


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