[gnome-apps-nightly] Add dconf-editor



commit d9f009b89b269936e3cb5e98df0ef66d6b3b1b8e
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Sep 15 18:13:29 2016 +0200

    Add dconf-editor

 ca.desrt.dconf-editor.json |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/ca.desrt.dconf-editor.json b/ca.desrt.dconf-editor.json
new file mode 100644
index 0000000..c503e1a
--- /dev/null
+++ b/ca.desrt.dconf-editor.json
@@ -0,0 +1,37 @@
+{
+    "app-id": "ca.desrt.dconf-editor",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "dconf-editor",
+    "tags": ["nightly"],
+    "copy-icon": true,
+    "rename-icon": "dconf-editor",
+    "desktop-file-name-prefix": "(Nightly) ",
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+
+        /* Wayland access */
+        "--socket=wayland",
+
+        /* dconf */
+        "--filesystem=/usr/share/glib-2.0/schemas:ro",
+        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:rw",
+        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "build-options": {
+        "cflags": "-O2 -g"
+    },
+    "modules": [
+        {
+            "name": "dconf-editor",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/dconf-editor"
+                }
+            ]
+        }
+    ]
+}


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