[gthumb: 1/2] Flatpak manifest: improve formatting




commit 21e7f66d5c22ef4271d6dda365427e846dc780c7
Author: AsciiWolf <mail asciiwolf com>
Date:   Mon Aug 30 22:18:26 2021 +0000

    Flatpak manifest: improve formatting

 org.gnome.gthumb.json | 76 +++++++++++++++++++++++++--------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)
---
diff --git a/org.gnome.gthumb.json b/org.gnome.gthumb.json
index aafe4c50..639fa305 100644
--- a/org.gnome.gthumb.json
+++ b/org.gnome.gthumb.json
@@ -1,42 +1,42 @@
 {
-  "app-id": "org.gnome.gthumb",
-  "runtime": "org.gnome.Platform",
-  "runtime-version": "master",
-  "sdk": "org.gnome.Sdk",
-  "command": "gthumb",
-  "tags" : [
-    "nightly"
-  ],
-  "finish-args": [
-    "--share=ipc",
-    "--socket=x11",
-    "--socket=wayland",
-    "--socket=fallback-x11",
-    "--socket=session-bus",
-    "--share=network",
-    "--filesystem=host"
-  ],
-  "cleanup": [
-    "/include",
-    "/lib/pkgconfig",
-    "/share/pkgconfig",
-    "/share/aclocal",
-    "/man",
-    "/share/man",
-    "/share/gtk-doc",
-    "*.la",
-    "*.a"
-  ],
-  "modules": [
-    {
-      "name": "gthumb",
-      "buildsystem": "meson",
-      "sources": [
+    "app-id": "org.gnome.gthumb",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "gthumb",
+    "tags": [
+        "nightly"
+    ],
+    "finish-args": [
+        "--share=ipc",
+        "--socket=x11",
+        "--socket=wayland",
+        "--socket=fallback-x11",
+        "--socket=session-bus",
+        "--share=network",
+        "--filesystem=host"
+    ],
+    "cleanup": [
+        "/include",
+        "/lib/pkgconfig",
+        "/share/pkgconfig",
+        "/share/aclocal",
+        "/man",
+        "/share/man",
+        "/share/gtk-doc",
+        "*.la",
+        "*.a"
+    ],
+    "modules": [
         {
-          "type": "git",
-          "url": "https://github.com/GNOME/gthumb.git";
+            "name": "gthumb",
+            "buildsystem": "meson",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://github.com/GNOME/gthumb.git";
+                }
+            ]
         }
-      ]
-    }
-  ]
+    ]
 }


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