[gnome-usage] flatpak: Add org.gnome.Usage flatpak manifest



commit 15544e0d0e8d100b3e629b90f7c669307440afb6
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Apr 20 12:03:59 2017 +0200

    flatpak: Add org.gnome.Usage flatpak manifest
    
    This will make it significantly easier for other developers
    to contribute to GNOME Usage.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781521

 org.gnome.Usage.json |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Usage.json b/org.gnome.Usage.json
new file mode 100644
index 0000000..861dfee
--- /dev/null
+++ b/org.gnome.Usage.json
@@ -0,0 +1,54 @@
+{
+    "app-id": "org.gnome.Usage",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "gnome-usage",
+    "tags": ["devel"],
+    "desktop-file-name-prefix": "(Development) ",
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+        /* Wayland access */
+        "--socket=wayland",
+        /* Needs to talk to the network: */
+        "--share=network",
+        /* 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": {
+            "V": "1"
+        }
+    },
+    "cleanup": ["/include", "/lib/pkgconfig",
+                "/share/pkgconfig", "/share/aclocal",
+                "/man", "/share/man", "/share/gtk-doc",
+                "/share/vala",
+                "*.la", "*.a"],
+    "modules": [
+        {
+            "name": "libgtop-2.0",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/libgtop"
+                }
+            ]
+        },
+        {
+            "buildsystem": "meson",
+            "builddir": true,
+            "name": "gnome-usage",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-usage"
+                }
+            ]
+        }
+    ]
+}


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