[devhelp] Add Flatpak build manifest



commit 3d626e0ff63999689da86707a74a636c582ad633
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 4 11:48:54 2017 +0100

    Add Flatpak build manifest
    
    For this GNOME goal:
    https://wiki.gnome.org/Initiatives/GnomeGoals/FlatpakManifests
    
    Add it in the data/ directory, where other org.gnome.Devhelp.* files
    are.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779563

 data/org.gnome.Devhelp.json |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.Devhelp.json b/data/org.gnome.Devhelp.json
new file mode 100644
index 0000000..d8fc6c6
--- /dev/null
+++ b/data/org.gnome.Devhelp.json
@@ -0,0 +1,43 @@
+{
+    "app-id": "org.gnome.Devhelp",
+    "runtime": "org.gnome.Sdk",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "devhelp",
+    "rename-icon": "devhelp",
+    "tags": ["nightly"],
+    "desktop-file-name-prefix": "(Nightly) ",
+    "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": {
+            "V": "1"
+        }
+    },
+    "cleanup": ["/include", "/lib/pkgconfig",
+                "/share/pkgconfig", "/share/aclocal",
+                "/man", "/share/man",
+                "*.la", "*.a"],
+    "modules": [
+        {
+            "name": "devhelp",
+            "config-opts": ["--disable-man-pages", "--disable-Werror"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/GNOME/devhelp.git";,
+                    "branch": "master"
+                }
+            ]
+        }
+    ]
+}


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