[gnome-calendar] flatpak: Trivial style update



commit bd0b16c58ffd50cd68425658597b8281e4badeb2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Feb 18 19:01:24 2018 +0000

    flatpak: Trivial style update

 org.gnome.Calendar.json | 144 +++++++++++++++++++++++++++---------------------
 1 file changed, 82 insertions(+), 62 deletions(-)
---
diff --git a/org.gnome.Calendar.json b/org.gnome.Calendar.json
index 7aafbcf4..76e7d59d 100644
--- a/org.gnome.Calendar.json
+++ b/org.gnome.Calendar.json
@@ -1,12 +1,14 @@
 {
-    "app-id": "org.gnome.Calendar",
-    "runtime": "org.gnome.Platform",
-    "runtime-version": "master",
-    "sdk": "org.gnome.Sdk",
-    "command": "gnome-calendar",
-    "tags": ["devel"],
-    "desktop-file-name-prefix": "(Development) ",
-    "finish-args": [
+    "app-id" : "org.gnome.Calendar",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "gnome-calendar",
+    "tags" : [
+        "devel"
+    ],
+    "desktop-file-name-prefix" : "(Development) ",
+    "finish-args" : [
         "--share=ipc",
         "--share=network",
         "--socket=x11",
@@ -26,14 +28,16 @@
         "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
     "build-options" : {
-        "cflags": "-O2 -g",
-        "cxxflags": "-O2 -g",
-        "env": {
-            "V": "1"
+        "cflags" : "-O2 -g",
+        "cxxflags" : "-O2 -g",
+        "env" : {
+            "V" : "1"
         }
     },
-    "x-run-args" : [ "--debug" ],
-    "cleanup": [
+    "x-run-args" : [
+        "--debug"
+    ],
+    "cleanup" : [
         "/include",
         "/lib/pkgconfig",
         "/share/pkgconfig",
@@ -44,64 +48,76 @@
         "*.la",
         "*.a"
     ],
-    "modules": [
+    "modules" : [
         {
-            "name": "gnome-online-accounts",
-            "config-opts": ["--disable-telepathy", "--disable-documentation", "--disable-backend"],
-            "sources": [
+            "name" : "gnome-online-accounts",
+            "config-opts" : [
+                "--disable-telepathy",
+                "--disable-documentation",
+                "--disable-backend"
+            ],
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "git://git.gnome.org/gnome-online-accounts"
+                    "type" : "git",
+                    "url" : "git://git.gnome.org/gnome-online-accounts"
                 }
             ]
         },
         {
-            "name": "libical",
-            "cleanup": [ "/lib/cmake"],
-            "buildsystem": "cmake",
-            "config-opts": [ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
-                             "-DBUILD_SHARED_LIBS:BOOL=ON" ],
-            "sources": [
+            "name" : "libical",
+            "cleanup" : [
+                "/lib/cmake"
+            ],
+            "buildsystem" : "cmake",
+            "config-opts" : [
+                "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
+                "-DBUILD_SHARED_LIBS:BOOL=ON"
+            ],
+            "sources" : [
                 {
-                    "type": "archive",
-                    "url": 
"https://github.com/libical/libical/releases/download/v3.0.1/libical-3.0.1.tar.gz";,
-                    "sha256": "7f32a889df542592a357a73ff5f3bd7b5058450c1a3fb272b1c9a69e32d9ed10"
+                    "type" : "archive",
+                    "url" : 
"https://github.com/libical/libical/releases/download/v3.0.1/libical-3.0.1.tar.gz";,
+                    "sha256" : "7f32a889df542592a357a73ff5f3bd7b5058450c1a3fb272b1c9a69e32d9ed10"
                 }
             ]
         },
         {
-            "name": "geocode-glib",
-            "buildsystem": "meson",
-            "builddir": true,
-            "config-opts": [ "--libdir=/app/lib" ],
-            "sources": [
+            "name" : "geocode-glib",
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "config-opts" : [
+                "--libdir=/app/lib"
+            ],
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "git://git.gnome.org/geocode-glib"
+                    "type" : "git",
+                    "url" : "git://git.gnome.org/geocode-glib"
                 }
             ]
         },
         {
-            "name": "libgweather",
-            "buildsystem": "meson",
-            "config-opts": ["--libdir=/app/lib"],
-            "sources": [
+            "name" : "libgweather",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "--libdir=/app/lib"
+            ],
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/libgweather.git";
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/libgweather.git";
                 }
             ]
         },
         {
-            "name": "evolution-data-server",
-            "cleanup": [
+            "name" : "evolution-data-server",
+            "cleanup" : [
                 "/lib/cmake",
                 "/lib/evolution-data-server/*-backends",
                 "/libexec",
                 "/share/dbus-1/services"
             ],
-            "buildsystem": "cmake",
-            "config-opts": [
+            "buildsystem" : "cmake",
+            "config-opts" : [
                 "-DENABLE_GTK=ON",
                 "-DENABLE_GOOGLE_AUTH=OFF",
                 "-DENABLE_UOA=OFF",
@@ -114,35 +130,39 @@
                 "-DENABLE_GTK_DOC=OFF",
                 "-DENABLE_EXAMPLES=OFF"
             ],
-            "sources": [
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "git://git.gnome.org/evolution-data-server"
+                    "type" : "git",
+                    "url" : "git://git.gnome.org/evolution-data-server"
                 }
             ]
         },
         {
-            "name": "libdazzle",
-            "config-opts": [ "--libdir=/app/lib",
-                             "--buildtype=debugoptimized" ],
-            "buildsystem": "meson",
-            "builddir": true,
-            "sources": [
+            "name" : "libdazzle",
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "--buildtype=debugoptimized"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://git.gnome.org/browse/libdazzle";
+                    "type" : "git",
+                    "url" : "https://git.gnome.org/browse/libdazzle";
                 }
             ]
         },
         {
-            "name": "gnome-calendar",
-            "sources": [
+            "name" : "gnome-calendar",
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/gnome-calendar.git";
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-calendar.git";
                 }
             ],
-            "config-opts": ["-Dtracing=true"]
+            "config-opts" : [
+                "-Dtracing=true"
+            ]
         }
     ]
 }


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