[gnome-clocks] Flatpak: remove finish-args comments



commit 85638c6289a912d48b0a7fdc51b6209ee2891f84
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat May 2 08:21:08 2020 +0000

    Flatpak: remove finish-args comments
    
    this causes the CI to fail since the introduction of
    rewrite-flatpak-manifest that doesn't seem to use json-glib for now

 build-aux/flatpak/org.gnome.clocks.json | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.clocks.json b/build-aux/flatpak/org.gnome.clocks.json
index 0e8f61b..c085f05 100644
--- a/build-aux/flatpak/org.gnome.clocks.json
+++ b/build-aux/flatpak/org.gnome.clocks.json
@@ -7,17 +7,11 @@
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Development) ",
     "finish-args": [
-        /* X11 + XShm access */
         "--share=ipc", "--socket=x11",
-        /* Wayland access */
         "--socket=wayland",
-        /* PulseAudio access */
         "--socket=pulseaudio",
-        /* Needs to talk to the network: */
         "--share=network",
-        /* Needed to get geo-positioning */
         "--system-talk-name=org.freedesktop.GeoClue2",
-        /* 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]