[gnome-mines] Flatpak: put libgnome-games-support on the main manifest



commit 75f2f2cfe4900ece96cf7ee1b9e997a0ce9948e9
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sun Jan 6 00:04:04 2019 +0100

    Flatpak: put libgnome-games-support on the main manifest

 build-aux/org.gnome.Mines.json       | 55 ++++++++++++++++++++++++++++++++++++
 org.gnome.Mines.json                 | 40 --------------------------
 org.gnome.games-support.modules.json | 24 ----------------
 3 files changed, 55 insertions(+), 64 deletions(-)
---
diff --git a/build-aux/org.gnome.Mines.json b/build-aux/org.gnome.Mines.json
new file mode 100644
index 0000000..55d0455
--- /dev/null
+++ b/build-aux/org.gnome.Mines.json
@@ -0,0 +1,55 @@
+{
+    "app-id": "org.gnome.Mines",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "gnome-mines",
+    "tags": [
+        "nightly"
+    ],
+    "desktop-file-name-prefix": "(Nightly) ",
+    "finish-args": [
+        "--share=ipc",
+        "--socket=x11",
+        "--socket=wayland",
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "cleanup": [
+        "/include",
+        "/lib/*.la",
+        "/lib/pkgconfig",
+        "/share/man",
+        "/share/vala"
+    ],
+    "modules": [{
+            "name": "org.gnome.games-support.modules",
+            "modules": [{
+                    "name": "libgee",
+                    "config-opts": ["--enable-introspection=no"],
+                    "sources": [{
+                        "type": "git",
+                        "url": "https://gitlab.gnome.org/GNOME/libgee.git";
+                    }]
+                },
+                {
+                    "name": "libgnome-games-support",
+                    "sources": [{
+                        "type": "git",
+                        "url": "https://gitlab.gnome.org/GNOME/libgnome-games-support.git";
+                    }]
+                }
+            ]
+        },
+        {
+            "name": "gnome-mines",
+            "buildsystem": "meson",
+            "sources": [{
+                "type": "git",
+                "url": "https://gitlab.gnome.org/GNOME/gnome-mines.git";
+            }]
+        }
+    ]
+}
\ No newline at end of file


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