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