[baobab/wip/exalm/flatpak: 4/4] flatpak: Add flatpak manifest



commit 3467688e1bb38867ab4e9b1c13e10baf6e6ae680
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Fri Oct 5 22:12:15 2018 +0500

    flatpak: Add flatpak manifest

 org.gnome.baobab.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
---
diff --git a/org.gnome.baobab.json b/org.gnome.baobab.json
new file mode 100644
index 0000000..d6a682b
--- /dev/null
+++ b/org.gnome.baobab.json
@@ -0,0 +1,59 @@
+{
+    "app-id" : "org.gnome.baobab",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "baobab",
+    "tags" : [
+        "devel"
+    ],
+    "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",
+        /* Needed to be able to scan files */
+        "--filesystem=host:ro",
+        /* Access to other apps' files */
+        "--filesystem=~/.var/app"
+    ],
+    "build-options" : {
+        "cflags" : "-O2 -g",
+        "cxxflags" : "-O2 -g",
+        "env" : {
+        }
+    },
+    "cleanup" : [
+        "/include",
+        "/lib/pkgconfig",
+        "/share/pkgconfig",
+        "/share/aclocal",
+        "/man",
+        "/share/man",
+        "/share/gtk-doc",
+        "*.la",
+        "*.a",
+        "/lib/girepository-1.0",
+        "/share/doc",
+        "/share/gir-1.0"
+    ],
+    "modules" : [
+        {
+            "name" : "baobab",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/baobab.git";
+                }
+            ]
+        }
+    ]
+}


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