[gnome-mahjongg] flatpak: Add JSON equivalent



commit c72afd6a5e775fcb07ce6eeb9d300b4b89d5375a
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Wed Nov 21 09:49:53 2018 +0000

    flatpak: Add JSON equivalent
    
    So it can be picked up by GNOME Builder until it gains yaml support.

 flatpak/org.gnome.gnome-mahjongg.json | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
diff --git a/flatpak/org.gnome.gnome-mahjongg.json b/flatpak/org.gnome.gnome-mahjongg.json
new file mode 100644
index 0000000..c57cd50
--- /dev/null
+++ b/flatpak/org.gnome.gnome-mahjongg.json
@@ -0,0 +1,35 @@
+{
+  "app-id": "org.gnome.gnome-mahjongg",
+  "runtime": "org.gnome.Platform",
+  "sdk": "org.gnome.Sdk",
+  "runtime-version": "3.30",
+  "command": "gnome-mahjongg",
+  "rename-desktop-file": "gnome-mahjongg.desktop",
+  "rename-appdata-file": "gnome-mahjongg.appdata.xml",
+  "rename-icon": "gnome-mahjongg",
+  "finish-args": [
+    "--share=ipc",
+    "--socket=x11",
+    "--socket=wayland",
+    "--device=dri",
+    "--filesystem=xdg-run/dconf",
+    "--filesystem=~/.config/dconf:ro",
+    "--talk-name=ca.desrt.dconf",
+    "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+  ],
+  "modules": [
+    {
+      "name": "gnome-mahjongg",
+      "buildsystem": "meson",
+      "sources": [
+        {
+          "type": "git",
+          "url": "https://gitlab.gnome.org/GNOME/gnome-mahjongg.git";
+        }
+      ]
+    }
+  ],
+  "cleanup": [
+    "/share/man"
+  ]
+}
\ No newline at end of file


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