[polari] flatpak: Use consistent array formatting



commit de1f14b6f89491fd67ec3bfbfe2ae209ccf63b18
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Jul 22 20:57:22 2021 +0200

    flatpak: Use consistent array formatting
    
    In particular this allows running flatpak-external-data-checker with
    the --update flag without affecting unrelated parts of the manifest.
    
    https://gitlab.gnome.org/GNOME/polari/-/merge_requests/204

 flatpak/org.gnome.Polari.json | 50 ++++++++++++++++++++++++++++++-------------
 1 file changed, 35 insertions(+), 15 deletions(-)
---
diff --git a/flatpak/org.gnome.Polari.json b/flatpak/org.gnome.Polari.json
index b0ca28b4..6eb04d5e 100644
--- a/flatpak/org.gnome.Polari.json
+++ b/flatpak/org.gnome.Polari.json
@@ -4,11 +4,16 @@
     "runtime-version": "master",
     "sdk": "org.gnome.Sdk",
     "command": "polari",
-    "x-run-args": ["--test-instance"],
-    "tags": ["nightly"],
+    "x-run-args": [
+        "--test-instance"
+    ],
+    "tags": [
+        "nightly"
+    ],
     "desktop-file-name-prefix": "(Nightly) ",
     "finish-args": [
-        "--share=ipc", "--socket=fallback-x11",
+        "--share=ipc",
+        "--socket=fallback-x11",
         "--socket=wayland",
         "--share=network",
         "--own-name=org.freedesktop.Telepathy.Client.Polari",
@@ -33,18 +38,22 @@
     "build-options": {
         "cflags": "-O2 -g"
     },
-    "cleanup": ["*.la",
-                "/include",
-                "/lib/pkgconfig",
-                "/share/gir-1.0",
-                "/share/man",
-                "/share/polari/gir-1.0",
-                "/share/telepathy"
+    "cleanup": [
+        "*.la",
+        "/include",
+        "/lib/pkgconfig",
+        "/share/gir-1.0",
+        "/share/man",
+        "/share/polari/gir-1.0",
+        "/share/telepathy"
     ],
     "modules": [
         {
             "name": "dbus-glib",
-            "config-opts": ["--disable-static", "--disable-gtk-doc"],
+            "config-opts": [
+                "--disable-static",
+                "--disable-gtk-doc"
+            ],
             "sources": [
                 {
                     "type": "git",
@@ -56,7 +65,10 @@
         },
         {
             "name": "telepathy-glib",
-            "config-opts": ["--disable-static", "--disable-gtk-doc"],
+            "config-opts": [
+                "--disable-static",
+                "--disable-gtk-doc"
+            ],
             "sources": [
                 {
                     "type": "git",
@@ -72,7 +84,10 @@
         },
         {
             "name": "telepathy-mission-control",
-            "config-opts": ["--disable-static", "--disable-gtk-doc"],
+            "config-opts": [
+                "--disable-static",
+                "--disable-gtk-doc"
+            ],
             "sources": [
                 {
                     "type": "git",
@@ -107,7 +122,10 @@
         },
         {
             "name": "telepathy-logger",
-            "config-opts": ["--disable-static", "--disable-gtk-doc"],
+            "config-opts": [
+                "--disable-static",
+                "--disable-gtk-doc"
+            ],
             "sources": [
                 {
                     "type": "git",
@@ -163,7 +181,9 @@
             "name": "polari",
             "buildsystem": "meson",
             "builddir": true,
-            "config-opts": ["--libdir=lib"],
+            "config-opts": [
+                "--libdir=lib"
+            ],
             "sources": [
                 {
                     "type": "git",


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