[fractal] Flatpak manifest: Fix typos



commit ecf79bb0567d39895db0f957e62deb8d4ab94b8e
Author: Alejandro Domínguez <adomu net-c com>
Date:   Thu Oct 3 10:03:32 2019 +0200

    Flatpak manifest: Fix typos

 flatpak/org.gnome.Fractal-release.json | 20 ++++++++++----------
 flatpak/org.gnome.Fractal.json         |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/flatpak/org.gnome.Fractal-release.json b/flatpak/org.gnome.Fractal-release.json
index 2f902d91..215347be 100644
--- a/flatpak/org.gnome.Fractal-release.json
+++ b/flatpak/org.gnome.Fractal-release.json
@@ -1,8 +1,8 @@
 {
-    "app-id": "org.gnome.Fractal",
-    "runtime": "org.gnome.Platform",
-    "runtime-version": "3.34",
-    "sdk": "org.gnome.Sdk",
+    "app-id" : "org.gnome.Fractal",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "3.34",
+    "sdk" : "org.gnome.Sdk",
     "sdk-extensions" : [
         "org.freedesktop.Sdk.Extension.rust-stable"
     ],
@@ -19,7 +19,7 @@
         "--filesystem=home"
     ],
     "build-options" : {
-        "append-path": "/usr/lib/sdk/rust-stable/bin",
+        "append-path" : "/usr/lib/sdk/rust-stable/bin",
         "build-args" : [
             "--share=network"
         ],
@@ -61,7 +61,7 @@
             ]
         },
         {
-            "name": "gspell",
+            "name" : "gspell",
             "config-opts" : [
                 "--disable-gtk-doc",
                 "--disable-gtk-doc-html"
@@ -101,12 +101,12 @@
                 "-Dprofile=default"
             ],
             "sources" : [
-               {
+                {
                     "type" : "git",
-                    "branch": "release-4.2.1",
+                    "branch" : "release-4.2.1",
                     "url" : ".."
-               }
-           ]
+                }
+            ]
         }
     ]
 }
diff --git a/flatpak/org.gnome.Fractal.json b/flatpak/org.gnome.Fractal.json
index 721d986b..ff7094aa 100644
--- a/flatpak/org.gnome.Fractal.json
+++ b/flatpak/org.gnome.Fractal.json
@@ -65,7 +65,7 @@
             ]
         },
         {
-            "name": "gspell",
+            "name" : "gspell",
             "config-opts" : [
                 "--disable-gtk-doc",
                 "--disable-gtk-doc-html"


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