[meld] data: Remove "comments" from the flatpak JSON



commit 4716a6cb25c95fc1c37a1b38814b9367cdd054ca
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun May 27 11:28:10 2018 +1000

    data: Remove "comments" from the flatpak JSON
    
    Flatpak handles these perfectly well, but I feel like the limited
    benefit here is outweighed by it... not being valid JSON.

 data/org.gnome.meld-devel.json | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/data/org.gnome.meld-devel.json b/data/org.gnome.meld-devel.json
index c52b2d05..9fe39bd1 100644
--- a/data/org.gnome.meld-devel.json
+++ b/data/org.gnome.meld-devel.json
@@ -26,14 +26,12 @@
     }
   },
   "finish-args": [
-    /* X11 + XShm */
-    "--share=ipc", "--socket=x11",
-    /* Wayland */
+    "--share=ipc",
+    "--socket=x11",
     "--socket=wayland",
-    /* Filesystem */
     "--filesystem=host",
-    /* dconf */
-    "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    "--talk-name=ca.desrt.dconf",
+    "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
   ],
   "modules": [
     {


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