[gnome-photos] flatpak: Style fixes



commit a4216ad906b2f07f0685e1c2b094ccb63ed6ea90
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Aug 17 18:16:18 2017 +0200

    flatpak: Style fixes

 flatpak/org.gnome.Photos.json |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 08a90de..a102910 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -4,19 +4,23 @@
     "runtime-version": "master",
     "sdk": "org.gnome.Sdk",
     "command": "gnome-photos",
-    "tags": ["nightly"],
+    "tags": [ "nightly" ],
     "desktop-file-name-prefix": "(Nightly) ",
     "finish-args": [
-        "--share=ipc", "--socket=x11",
-        "--socket=wayland",
-        "--filesystem=xdg-pictures", "--filesystem=xdg-download",
+        "--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",
+        "--socket=wayland",
+        "--socket=x11",
+        "--talk-name=ca.desrt.dconf",
         "--talk-name=org.freedesktop.Tracker1",
         "--talk-name=org.freedesktop.Tracker1.Miner.Extract",
         "--talk-name=com.intel.dleyna-renderer",
-        "--talk-name=org.gnome.SettingsDaemon",
-        "--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",
@@ -241,7 +245,7 @@
         },
         {
             "name": "gnome-photos",
-            "config-opts": [ "--disable-documentation","--disable-Werror"],
+            "config-opts": [ "--disable-documentation","--disable-Werror" ],
             "sources": [
                 {
                     "type": "git",


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