[gnome-games] flatpak: Turns out some paths are relative to the JSON manifest



commit 1086d470e6417f4de3779838b558ac0321aad5be
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Sat Mar 4 21:58:03 2017 +0100

    flatpak: Turns out some paths are relative to the JSON manifest
    
    Included manifests paths are relative to the root of the git clone, but
    then other files (sources, patches, ...) are relative to the main JSON
    manifest.
    
    That's a bit confusing, but now we can build Games with Flatpak.

 flatpak/libretro-cores/libretro-bsnes.json         |    2 +-
 flatpak/libretro-cores/libretro-gambatte.json      |    2 +-
 flatpak/libretro-cores/libretro-mednafen_ngp.json  |    2 +-
 .../libretro-cores/libretro-mednafen_pce_fast.json |    2 +-
 flatpak/libretro-cores/libretro-nestopia.json      |    2 +-
 flatpak/libretro-cores/libretro-pcsx_rearmed.json  |    4 ++--
 flatpak/org.lua.modules.json                       |    4 ++--
 7 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-bsnes.json b/flatpak/libretro-cores/libretro-bsnes.json
index 77a73ec..d89e384 100644
--- a/flatpak/libretro-cores/libretro-bsnes.json
+++ b/flatpak/libretro-cores/libretro-bsnes.json
@@ -24,7 +24,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/libretro-cores/bsnes_balanced.libretro"
+                    "path": "libretro-cores/bsnes_balanced.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-gambatte.json b/flatpak/libretro-cores/libretro-gambatte.json
index f0e5244..e6982fe 100644
--- a/flatpak/libretro-cores/libretro-gambatte.json
+++ b/flatpak/libretro-cores/libretro-gambatte.json
@@ -21,7 +21,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/libretro-cores/gambatte.libretro"
+                    "path": "libretro-cores/gambatte.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-mednafen_ngp.json 
b/flatpak/libretro-cores/libretro-mednafen_ngp.json
index a3d38c2..816d553 100644
--- a/flatpak/libretro-cores/libretro-mednafen_ngp.json
+++ b/flatpak/libretro-cores/libretro-mednafen_ngp.json
@@ -21,7 +21,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/libretro-cores/mednafen_ngp.libretro"
+                    "path": "libretro-cores/mednafen_ngp.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-mednafen_pce_fast.json 
b/flatpak/libretro-cores/libretro-mednafen_pce_fast.json
index 821ab1c..1a65989 100644
--- a/flatpak/libretro-cores/libretro-mednafen_pce_fast.json
+++ b/flatpak/libretro-cores/libretro-mednafen_pce_fast.json
@@ -21,7 +21,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/libretro-cores/mednafen_pce_fast.libretro"
+                    "path": "libretro-cores/mednafen_pce_fast.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-nestopia.json b/flatpak/libretro-cores/libretro-nestopia.json
index 8482d48..64bd8a2 100644
--- a/flatpak/libretro-cores/libretro-nestopia.json
+++ b/flatpak/libretro-cores/libretro-nestopia.json
@@ -22,7 +22,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/libretro-cores/nestopia.libretro",
+                    "path": "libretro-cores/nestopia.libretro",
                     "dest-filename": "libretro/nestopia.libretro"
                 }
             ]
diff --git a/flatpak/libretro-cores/libretro-pcsx_rearmed.json 
b/flatpak/libretro-cores/libretro-pcsx_rearmed.json
index 8f747c2..011cbc8 100644
--- a/flatpak/libretro-cores/libretro-pcsx_rearmed.json
+++ b/flatpak/libretro-cores/libretro-pcsx_rearmed.json
@@ -22,12 +22,12 @@
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/libretro-cores/pcsx_rearmed-Makefile.install",
+                    "path": "libretro-cores/pcsx_rearmed-Makefile.install",
                     "dest-filename": "Makefile.install"
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/libretro-cores/pcsx_rearmed.libretro"
+                    "path": "libretro-cores/pcsx_rearmed.libretro"
                 }
             ]
         }
diff --git a/flatpak/org.lua.modules.json b/flatpak/org.lua.modules.json
index 4fa0886..161e4ef 100644
--- a/flatpak/org.lua.modules.json
+++ b/flatpak/org.lua.modules.json
@@ -13,11 +13,11 @@
         /* Patches from the Fedora package */
         {
             "type": "patch",
-            "path": "flatpak/lua-5.3.0-autotoolize.patch"
+            "path": "lua-5.3.0-autotoolize.patch"
         },
         {
             "type": "patch",
-            "path": "flatpak/lua-5.3.0-idsize.patch"
+            "path": "lua-5.3.0-idsize.patch"
         },
         {
             "type": "shell",


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