[yelp/wip/exalm/flatpak] flatpak: Add flatpak manifest



commit cf9c458762c6a81ac2408f7fc1cc0618b189542a
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Mon Oct 29 18:54:23 2018 +0500

    flatpak: Add flatpak manifest
    
    This is intended to be used for easier hacking, similarly to Settings.

 org.gnome.Yelp.json | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/org.gnome.Yelp.json b/org.gnome.Yelp.json
new file mode 100644
index 00000000..662c52e0
--- /dev/null
+++ b/org.gnome.Yelp.json
@@ -0,0 +1,44 @@
+{
+    "app-id" : "org.gnome.Yelp",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "rename-desktop-file" : "yelp",
+    "command" : "yelp",
+    "tags" : [
+        "devel",
+        "development",
+        "nightly"
+    ],
+    "desktop-file-name-suffix" : " (Development)",
+    "finish-args" : [
+        /* X11 + XShm access */
+        "--share=ipc",
+        "--socket=x11",
+        /* Wayland access */
+        "--socket=wayland",
+        /* Needed for dconf to work */
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "build-options" : {
+        "cflags" : "-O2 -g",
+        "cxxflags" : "-O2 -g",
+        "env" : {
+        }
+    },
+    "modules" : [
+        {
+            "name" : "yelp",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/yelp.git";
+                }
+            ]
+        }
+    ]
+}


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