[gnome-dictionary] Remove comments from the Flatpak manifest



commit f591463dc82915b765129c5acff4fb938bb3054f
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Apr 11 09:45:49 2017 +0100

    Remove comments from the Flatpak manifest
    
    They are not really needed, and are completely non-standard. The only
    reason flatpak-builder does not choke on them is because it's using
    json-glib.

 data/org.gnome.Dictionary.json |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.Dictionary.json b/data/org.gnome.Dictionary.json
index fc9108c..9919aef 100644
--- a/data/org.gnome.Dictionary.json
+++ b/data/org.gnome.Dictionary.json
@@ -7,13 +7,9 @@
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Nightly) ",
     "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"
     ],


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