[gnome-tetravex/flatpak-nightlies: 2/3] Flatpak: add a flatpak manifest



commit bd3c2bedb9ca737ef342c1b3ef19834e76b5093c
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Jan 21 00:10:10 2019 +0100

    Flatpak: add a flatpak manifest

 build-aux/org.gnome.Tetravex.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/build-aux/org.gnome.Tetravex.json b/build-aux/org.gnome.Tetravex.json
new file mode 100644
index 0000000..52ae456
--- /dev/null
+++ b/build-aux/org.gnome.Tetravex.json
@@ -0,0 +1,27 @@
+{
+    "app-id": "org.gnome.Tetravex",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "gnome-tetravex",
+    "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"
+    ],
+    "modules": [{
+        "name": "gnome-tetravex",
+        "sources": [{
+            "type": "git",
+            "url": "https://gitlab.gnome.org/GNOME/gnome-tetravex.git";
+        }]
+    }]
+}
\ No newline at end of file


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