[gnome-dictionary/wip/albfan/flatpak] Add flatpak manifest



commit 597c1c81301e58880ab3fad8e60eb11b18419ce9
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu May 30 20:31:26 2019 +0200

    Add flatpak manifest

 org.gnome.Dictionary.json | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
---
diff --git a/org.gnome.Dictionary.json b/org.gnome.Dictionary.json
new file mode 100644
index 0000000..c2e7c82
--- /dev/null
+++ b/org.gnome.Dictionary.json
@@ -0,0 +1,41 @@
+{
+    "app-id" : "org.gnome.Dictionary",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "master",
+    "branch" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "gnome-dictionary",
+    "finish-args" : [
+        "--share=ipc",
+        "--share=network",
+        "--socket=x11",
+        "--socket=wayland",
+        "--talk-name=ca.desrt.dconf",
+        "--talk-name=org.gtk.vfs.*",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "cleanup" : [
+        "/include",
+        "/lib/pkgconfig",
+        "/share/pkgconfig",
+        "/share/aclocal",
+        "/man",
+        "/share/man",
+        "/share/gtk-doc",
+        "*.la",
+        "*.a"
+    ],
+    "modules" : [
+        {
+            "name" : "gnome-dictionary",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-dictionary.git";
+                }
+            ]
+        }
+    ]
+}


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