flatpak: Formatting fixes

Signed-off-by: Christian Glombek <c.glombek@cosa.systems>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/809>
This commit is contained in:
Christian Glombek
2025-11-27 19:49:17 +01:00
committed by Marge Bot
parent d6d2193792
commit 1e873514c5

View File

@@ -98,7 +98,9 @@
{ {
"name": "GTest", "name": "GTest",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"cleanup" : ["*"], "cleanup": [
"*"
],
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
@@ -140,7 +142,6 @@
] ]
} }
] ]
}, },
{ {
"name": "libical", "name": "libical",
@@ -168,7 +169,9 @@
}, },
{ {
"name": "intltool", "name": "intltool",
"cleanup" : [ "*" ], "cleanup": [
"*"
],
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
@@ -179,7 +182,9 @@
}, },
{ {
"name": "evolution-data-server", "name": "evolution-data-server",
"cleanup" : [ "/share/GConf" ], "cleanup": [
"/share/GConf"
],
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts": [ "config-opts": [
"-DENABLE_PHONENUMBER=ON", "-DENABLE_PHONENUMBER=ON",
@@ -213,7 +218,9 @@
{ {
"name": "gom", "name": "gom",
"buildsystem": "meson", "buildsystem": "meson",
"config-opts" : [ "-Denable-introspection=false" ], "config-opts": [
"-Denable-introspection=false"
],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
@@ -288,11 +295,11 @@
"buildsystem": "meson", "buildsystem": "meson",
"config-opts": [ "config-opts": [
"-Dexamples=false", "-Dexamples=false",
'-Dintrospection=false', "-Dintrospection=false",
'-Dgtk_doc=false', "-Dgtk_doc=false",
'-Dtests=false', "-Dtests=false",
'-Dvapi=false', "-Dvapi=false",
'-Dhwdb=false' "-Dhwdb=false"
], ],
"sources": [ "sources": [
{ {