[gnome-photos] org.gnome.Photos.json: Remove JSON C style comments



commit 419bf39986bd60e5d3955eca77ce7d64aa09d235
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Apr 25 11:46:42 2017 +0200

    org.gnome.Photos.json: Remove JSON C style comments
    
    They are invalid JSON. If required we could add a _comments section.

 flatpak/org.gnome.Photos.json |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 69788d2..71d52c7 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -7,22 +7,14 @@
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Nightly) ",
     "finish-args": [
-        /* X11 + XShm access */
         "--share=ipc", "--socket=x11",
-        /* Wayland access */
         "--socket=wayland",
-        /* Access to users pictures */
         "--filesystem=xdg-pictures", "--filesystem=xdg-download",
-        /* Needs to talk to the network: */
         "--share=network",
-        /* Tracker access */
         "--talk-name=org.freedesktop.Tracker1",
         "--talk-name=org.freedesktop.Tracker1.Miner.Extract",
-        /* dleyna-renderer access */
         "--talk-name=com.intel.dleyna-renderer",
-        /* SettingsDaemon for org.gnome.SettingsDaemon.Housekeeping:EmptyTrash method */
         "--talk-name=org.gnome.SettingsDaemon",
-        /* 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"
     ],
@@ -73,8 +65,6 @@
             ]
         },
         {
-            /* required by libgfbgraph */
-            /* we need rest-0.7 so we use a tarball for it */
             "name": "librest",
             "sources": [
                 {
@@ -85,7 +75,6 @@
             ]
         },
         {
-            /* required by libgfbgraph */
             "name": "gnome-online-accounts",
             "config-opts": ["--disable-telepathy", "--disable-documentation", "--disable-backend"],
             "sources": [
@@ -106,7 +95,6 @@
             ]
         },
         {
-            /* required by libgdata */
             "name": "liboauth",
             "sources": [
                 {
@@ -182,8 +170,6 @@
             ]
         },
         {
-            /* moved before gegl because it adds features */
-            /* use an archive because git master has a problem with --disable-introspection option */
             "name": "gexiv2",
             "config-opts": [ "--disable-introspection" ],
             "sources": [
@@ -240,7 +226,6 @@
             ]
         },
         {
-            /* doesn't compile without --disable-Werror */
             "name": "gnome-photos",
             "config-opts": [ "--disable-documentation","--disable-Werror"],
             "sources": [


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