[gnome-photos/gnome-3-24] flatpak: Style fixes



commit c78955d4441bca28ffc006a6e03d37fb5d493509
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 15 10:54:09 2017 +0200

    flatpak: Style fixes

 flatpak/org.gnome.Photos.json |   28 ++++++++++------------------
 1 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index ee0db4d..c6b0594 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -7,24 +7,20 @@
     "command": "gnome-photos",
     "tags": [],
     "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: */
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--filesystem=xdg-download",
+        "--filesystem=xdg-pictures",
+        "--filesystem=xdg-run/dconf",
+        "--share=ipc",
         "--share=network",
-        /* Tracker access */
+        "--socket=wayland",
+        "--socket=x11",
+        "--talk-name=ca.desrt.dconf",
         "--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"
+        "--talk-name=org.gnome.SettingsDaemon"
     ],
     "build-options" : {
         "cflags": "-O2 -g",
@@ -75,7 +71,6 @@
             ]
         },
         {
-            /* required by libgfbgraph */
             "name": "librest",
             "sources": [
                 {
@@ -86,7 +81,6 @@
             ]
         },
         {
-            /* required by libgfbgraph */
             "name": "gnome-online-accounts",
             "config-opts": [ "--disable-telepathy", "--disable-documentation", "--disable-backend" ],
             "sources": [
@@ -109,7 +103,6 @@
             ]
         },
         {
-            /* required by libgdata */
             "name": "liboauth",
             "sources": [
                 {
@@ -177,7 +170,6 @@
             ]
         },
         {
-            /* moved before gegl because it adds features */
             "name": "gexiv2",
             "config-opts": [ "--disable-introspection" ],
             "sources": [


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