[gnome-contacts/gnome-3-36] flatpak: Remove comments from manifest



commit 79fd1ebc6ba40088835b2579a92787710c878d8a
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue May 12 19:39:44 2020 +0200

    flatpak: Remove comments from manifest
    
    Comments are illegal according to the JSON spec, and the JSON parser
    that the CI uses does not like them. This is fixed in master, but let's
    not spend time in getting this fixed for older branches, so just remove
    these. Then the CI should be fixed

 data/flatpak/org.gnome.Contacts.Devel.json | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.Devel.json b/data/flatpak/org.gnome.Contacts.Devel.json
index ddedffb..679440a 100644
--- a/data/flatpak/org.gnome.Contacts.Devel.json
+++ b/data/flatpak/org.gnome.Contacts.Devel.json
@@ -9,25 +9,16 @@
       "Nightly"
     ],
     "finish-args": [
-        /* X11 + XShm access */
         "--share=ipc", "--socket=fallback-x11",
-        /* Wayland access */
         "--socket=wayland",
         "--device=dri",
-        /* Webcam access */
-        /* FIMXE: Remove when the webcam portal is available */
         "--device=all",
-        /* Notification access */
         "--talk-name=org.freedesktop.Notifications",
-        /* GNOME Control Center (for the Online Accounts panel) */
         "--talk-name=org.gnome.ControlCenter",
-        /* GNOME Online Accounts */
         "--talk-name=org.gnome.OnlineAccounts",
-        /* Evolution Data server */
         "--talk-name=org.gnome.evolution.dataserver.AddressBook10",
         "--talk-name=org.gnome.evolution.dataserver.Sources5",
         "--talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.*",
-        /* Access for the default avatars */
         "--filesystem=xdg-data/pixmaps/faces:ro:create"
     ],
     "cleanup": [
@@ -41,7 +32,6 @@
     ],
     "modules": [
         {
-            /* Needed by g-o-a */
             "name": "librest",
             "sources": [
                 {


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