[gnome-games/wip/aplazas/gog] wip gog
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/aplazas/gog] wip gog
- Date: Mon, 30 Oct 2017 07:56:55 +0000 (UTC)
commit 9758d46f5c3c5cd727c228776b20c0f163d1873a
Author: Adrien Plazas <kekun plazas laposte net>
Date: Sat Oct 28 10:38:09 2017 +0200
wip gog
flatpak/org.gnome.Games.json | 33 ++++++++++++++++++---------------
flatpak/org.lua.luaposix.json | 13 +++++++++++++
2 files changed, 31 insertions(+), 15 deletions(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index f4342d3..f9acb65 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -44,23 +44,9 @@
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",
+ "org.lua.luaposix.json",
{
"name": "grilo",
"config-opts": [
@@ -137,6 +123,23 @@
]
},
{
+ "name": "flatpak-games",
+ "no-autogen": true,
+ "buildsystem": "simple",
+ "build-commands": [
+ "make check",
+ "install -m755 -p game-to-flatpak /app/bin/",
+ "mkdir -p /app/bin/lib",
+ "install -m644 -p lib/*.lua /app/bin/lib"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://github.com/hadess/flatpak-games.git"
+ }
+ ]
+ },
+ {
"name": "gnome-games",
"post-install": ["mkdir -p /app/lib/libretro/extra.d"],
"sources": [
diff --git a/flatpak/org.lua.luaposix.json b/flatpak/org.lua.luaposix.json
new file mode 100644
index 0000000..5d55fdf
--- /dev/null
+++ b/flatpak/org.lua.luaposix.json
@@ -0,0 +1,13 @@
+{
+ "name": "luaposix",
+ "no-autogen": true,
+ "buildsystem": "simple",
+ "build-commands": [ "build-aux/luke" ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/luaposix/luaposix/archive/v34.0.1.tar.gz",
+ "sha256": "43e7fb1fa4a8b905dd256703aa62116937be72d07d3a46b66a8e9b2264921129"
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]