[tali/flatpak-nightlies: 4/5] flatpak: add a flatpak manifest
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [tali/flatpak-nightlies: 4/5] flatpak: add a flatpak manifest
- Date: Mon, 21 Jan 2019 03:08:14 +0000 (UTC)
commit 6e5ec9d535dcceaafbbc559632fd4deed299b933
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Jan 21 00:20:13 2019 +0100
    flatpak: add a flatpak manifest
 build-aux/org.gnome.Tali.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/build-aux/org.gnome.Tali.json b/build-aux/org.gnome.Tali.json
new file mode 100644
index 0000000..79bc583
--- /dev/null
+++ b/build-aux/org.gnome.Tali.json
@@ -0,0 +1,27 @@
+{
+    "app-id": "org.gnome.Tali",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "tali",
+    "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": "tali",
+        "sources": [{
+            "type": "git",
+            "url": "https://gitlab.gnome.org/GNOME/tali.git"
+        }]
+    }]
+}
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]