[gnome-games/wip/aplazas/libmanette: 3/15] libmanette



commit 88cb3b8ab917d0feca37de9678135448d2caa1ab
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Oct 29 22:41:59 2017 +0100

    libmanette

 configure.ac                 |    1 +
 flatpak/org.gnome.Games.json |   26 +++++++++++---------------
 src/Makefile.am              |    1 +
 3 files changed, 13 insertions(+), 15 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index db0b320..f53f285 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ PKG_CHECK_MODULES(GNOME_GAMES, [
        glib-2.0 >= $GLIB_MIN_VERSION
        grilo-0.3
        gtk+-3.0
+       libmanette-0.2
        librsvg-2.0
        libsoup-2.4
        libxml-2.0
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 0d9df6a..63c2e92 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -1,7 +1,7 @@
 {
     "app-id": "org.gnome.Games",
     "runtime": "org.gnome.Platform",
-    "runtime-version": "master",
+    "runtime-version": "3.26",
     "sdk": "org.gnome.Sdk",
     "command": "gnome-games",
     "tags": ["nightly"],
@@ -44,21 +44,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-blastem.json",
-        "libretro-cores/libretro-bsnes.json",
-        "libretro-cores/libretro-desmume.json",
-        "libretro-cores/libretro-dosbox.json",
-        "libretro-cores/libretro-gambatte.json",
-        "libretro-cores/libretro-handy.json",
-        "libretro-cores/libretro-mednafen_ngp.json",
-        "libretro-cores/libretro-mednafen_pce_fast.json",
-        "libretro-cores/libretro-mednafen_saturn.json",
-        "libretro-cores/libretro-mednafen_wswan.json",
-        "libretro-cores/libretro-mgba.json",
         "libretro-cores/libretro-nestopia.json",
-        "libretro-cores/libretro-pcsx_rearmed.json",
-        "libretro-cores/libretro-prboom.json",
-        "libretro-cores/libretro-stella.json",
         /* End libretro cores */
         "org.lua.modules.json",
         {
@@ -125,6 +111,16 @@
             ]
         },
         {
+            "name": "libmanette",
+            "buildsystem": "meson",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/aplazas/libmanette.git";
+                }
+            ]
+        },
+        {
             "name": "retro-gtk",
             "buildsystem": "meson",
             "sources": [
diff --git a/src/Makefile.am b/src/Makefile.am
index dbbc1f4..6329448 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -215,6 +215,7 @@ gnome_games_VALAFLAGS = \
        --pkg glib-2.0 \
        --pkg grilo-0.3 \
        --pkg gtk+-3.0 \
+       --pkg libmanette-0.2 \
        --pkg librsvg-2.0 \
        --pkg libsoup-2.4 \
        --pkg libxml-2.0 \


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