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

@@ -1,10 +1,10 @@
{ {
"app-id" : "org.gnome.Calls", "app-id": "org.gnome.Calls",
"runtime" : "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version" : "master", "runtime-version": "master",
"sdk" : "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"command" : "gnome-calls", "command": "gnome-calls",
"finish-args" : [ "finish-args": [
"--share=ipc", "--share=ipc",
"--socket=fallback-x11", "--socket=fallback-x11",
"--socket=wayland", "--socket=wayland",
@@ -20,7 +20,7 @@
"--talk-name=org.gtk.vfs.*", "--talk-name=org.gtk.vfs.*",
"--filesystem=xdg-run/gvfsd" "--filesystem=xdg-run/gvfsd"
], ],
"cleanup" : [ "cleanup": [
"/include", "/include",
"/lib/pkgconfig", "/lib/pkgconfig",
"/lib/systemd", "/lib/systemd",
@@ -34,11 +34,11 @@
"*.la", "*.la",
"*.a" "*.a"
], ],
"modules" : [ "modules": [
{ {
"name" : "modem-manager", "name": "modem-manager",
"buildsystem" : "meson", "buildsystem": "meson",
"config-opts" : [ "config-opts": [
"-Dudev=false", "-Dudev=false",
"-Dmbim=false", "-Dmbim=false",
"-Dqmi=false", "-Dqmi=false",
@@ -50,105 +50,106 @@
"-Dsystemdsystemunitdir=/app/lib/systemd/system", "-Dsystemdsystemunitdir=/app/lib/systemd/system",
"-Dudevdir=/app/lib/udev" "-Dudevdir=/app/lib/udev"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git", "url": "https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git",
"tag" : "1.24.2", "tag": "1.24.2",
"commit" : "f2b9ab1ad78d322f32134a444b5b54c6e8160e19" "commit": "f2b9ab1ad78d322f32134a444b5b54c6e8160e19"
} }
] ]
}, },
{ {
"name" : "libpeas-2", "name": "libpeas-2",
"buildsystem" : "meson", "buildsystem": "meson",
"config-opts" : [ "config-opts": [
"-Dgtk_doc=false", "-Dgtk_doc=false",
"-Dlua51=false", "-Dlua51=false",
"-Dgjs=false", "-Dgjs=false",
"-Dintrospection=false", "-Dintrospection=false",
"-Dpython3=false" "-Dpython3=false"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/GNOME/libpeas", "url": "https://gitlab.gnome.org/GNOME/libpeas",
"branch" : "main" "branch": "main"
} }
] ]
}, },
{ {
"name" : "libphonenumber", "name": "libphonenumber",
"buildsystem" : "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts" : [ "config-opts": [
"-DCMAKE_CXX_STANDARD=17", "-DCMAKE_CXX_STANDARD=17",
"-DREGENERATE_METADATA=OFF", "-DREGENERATE_METADATA=OFF",
"-DUSE_BOOST=OFF" "-DUSE_BOOST=OFF"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://github.com/google/libphonenumber.git", "url": "https://github.com/google/libphonenumber.git",
"tag" : "v9.0.14", "tag": "v9.0.14",
"commit" : "ef5facd4d0881041cd776e518df4ba94e01cfd08" "commit": "ef5facd4d0881041cd776e518df4ba94e01cfd08"
} }
], ],
"subdir" : "cpp", "subdir": "cpp",
"modules" : [ "modules": [
{ {
"name" : "GTest", "name": "GTest",
"buildsystem" : "cmake-ninja", "buildsystem": "cmake-ninja",
"cleanup" : ["*"], "cleanup": [
"sources" : [ "*"
],
"sources": [
{ {
"type" : "archive", "type": "archive",
"url" : "https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz", "url": "https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz",
"sha256" : "81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2" "sha256": "81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2"
} }
] ]
}, },
{ {
"name" : "protobuf", "name": "protobuf",
"cleanup" : [ "cleanup": [
"protoc", "protoc",
"/bin", "/bin",
"/doc", "/doc",
"/lib/plugins" "/lib/plugins"
], ],
"sources" : [ "sources": [
{ {
"type" : "archive", "type": "archive",
"url" : "https://github.com/protocolbuffers/protobuf/releases/download/v21.6/protobuf-cpp-3.21.6.tar.gz", "url": "https://github.com/protocolbuffers/protobuf/releases/download/v21.6/protobuf-cpp-3.21.6.tar.gz",
"sha256" : "a3c4c104b98a21a577ce5ecc0d9b9f43a359b917d0bcf69467b70dc27416dfdc" "sha256": "a3c4c104b98a21a577ce5ecc0d9b9f43a359b917d0bcf69467b70dc27416dfdc"
} }
] ]
}, },
{ {
"name" : "abseil", "name": "abseil",
"buildsystem" : "cmake", "buildsystem": "cmake",
"config-opts" : [ "config-opts": [
"-DCMAKE_CXX_STANDARD=17", "-DCMAKE_CXX_STANDARD=17",
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON" "-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://github.com/abseil/abseil-cpp.git", "url": "https://github.com/abseil/abseil-cpp.git",
"tag" : "20250814.0", "tag": "20250814.0",
"commit" : "987c57f325f7fa8472fa84e1f885f7534d391b0d" "commit": "987c57f325f7fa8472fa84e1f885f7534d391b0d"
} }
] ]
} }
] ]
}, },
{ {
"name" : "libical", "name": "libical",
"cleanup" : [ "cleanup": [
"/lib/cmake" "/lib/cmake"
], ],
"buildsystem" : "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts" : [ "config-opts": [
"-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_LIBDIR=lib", "-DCMAKE_INSTALL_LIBDIR=lib",
"-DBUILD_SHARED_LIBS:BOOL=ON", "-DBUILD_SHARED_LIBS:BOOL=ON",
@@ -157,31 +158,35 @@
"-DICAL_GLIB_VAPI=true", "-DICAL_GLIB_VAPI=true",
"-DICAL_BUILD_DOCS=false" "-DICAL_BUILD_DOCS=false"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://github.com/libical/libical.git", "url": "https://github.com/libical/libical.git",
"tag" : "v3.0.20", "tag": "v3.0.20",
"commit" : "57ce34025066935f356fd539e6deb7a7a9952618" "commit": "57ce34025066935f356fd539e6deb7a7a9952618"
} }
] ]
}, },
{ {
"name" : "intltool", "name": "intltool",
"cleanup" : [ "*" ], "cleanup": [
"sources" : [ "*"
],
"sources": [
{ {
"type" : "archive", "type": "archive",
"url" : "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz", "url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
"sha256" : "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd" "sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
} }
] ]
}, },
{ {
"name" : "evolution-data-server", "name": "evolution-data-server",
"cleanup" : [ "/share/GConf" ], "cleanup": [
"buildsystem" : "cmake-ninja", "/share/GConf"
"config-opts" : [ ],
"buildsystem": "cmake-ninja",
"config-opts": [
"-DENABLE_PHONENUMBER=ON", "-DENABLE_PHONENUMBER=ON",
"-DENABLE_DOT_LOCKING=OFF", "-DENABLE_DOT_LOCKING=OFF",
"-DENABLE_FILE_LOCKING=fcntl", "-DENABLE_FILE_LOCKING=fcntl",
@@ -202,50 +207,52 @@
"-DPHONENUMBER_DEFINITIONS=", "-DPHONENUMBER_DEFINITIONS=",
"-DENABLE_CANBERRA=OFF" "-DENABLE_CANBERRA=OFF"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/GNOME/evolution-data-server.git", "url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git",
"branch" : "master" "branch": "master"
} }
] ]
}, },
{ {
"name" : "gom", "name": "gom",
"buildsystem" : "meson", "buildsystem": "meson",
"config-opts" : [ "-Denable-introspection=false" ], "config-opts": [
"sources" : [ "-Denable-introspection=false"
],
"sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/GNOME/gom.git", "url": "https://gitlab.gnome.org/GNOME/gom.git",
"branch" : "master" "branch": "master"
} }
] ]
}, },
{ {
"name" : "folks", "name": "folks",
"buildsystem" : "meson", "buildsystem": "meson",
"cleanup" : [ "cleanup": [
"/bin" "/bin"
], ],
"config-opts" : [ "config-opts": [
"-Dtelepathy_backend=false", "-Dtelepathy_backend=false",
"-Dinspect_tool=false", "-Dinspect_tool=false",
"-Dimport_tool=false", "-Dimport_tool=false",
"-Dbluez_backend=false" "-Dbluez_backend=false"
], ],
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/GNOME/folks.git", "url": "https://gitlab.gnome.org/GNOME/folks.git",
"branch" : "main" "branch": "main"
} }
] ]
}, },
{ {
"name" : "feedbackd", "name": "feedbackd",
"buildsystem" : "meson", "buildsystem": "meson",
"config-opts" : [ "config-opts": [
"-Dintrospection=disabled", "-Dintrospection=disabled",
"-Dvapi=false", "-Dvapi=false",
"-Ddaemon=false", "-Ddaemon=false",
@@ -253,78 +260,78 @@
"-Dgtk_doc=false", "-Dgtk_doc=false",
"-Dtests=false" "-Dtests=false"
], ],
"sources" : [ "sources": [
{ {
"type" : "archive", "type": "archive",
"url" : "https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.8.4.tar.xz", "url": "https://sources.phosh.mobi/releases/feedbackd/feedbackd-0.8.4.tar.xz",
"sha256" : "b0b5b22216940b485d0d43679dce403583e33438f06c49a83cf1820cdbbca174" "sha256": "b0b5b22216940b485d0d43679dce403583e33438f06c49a83cf1820cdbbca174"
} }
] ]
}, },
{ {
"name" : "callaudiod", "name": "callaudiod",
"buildsystem" : "meson", "buildsystem": "meson",
"sources" : [ "sources": [
{ {
"type" : "archive", "type": "archive",
"url" : "https://gitlab.com/mobian1/callaudiod/-/archive/0.1.3/callaudiod-0.1.3.tar.gz", "url": "https://gitlab.com/mobian1/callaudiod/-/archive/0.1.3/callaudiod-0.1.3.tar.gz",
"sha256" : "4e844539457860975fe8407f583a625cd2e696576a6977306e7904c2a0679571" "sha256": "4e844539457860975fe8407f583a625cd2e696576a6977306e7904c2a0679571"
} }
] ]
}, },
{ {
"name" : "sofia-sip", "name": "sofia-sip",
"buildsystem" : "autotools", "buildsystem": "autotools",
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://github.com/freeswitch/sofia-sip.git", "url": "https://github.com/freeswitch/sofia-sip.git",
"commit" : "43f41d153f8034288083a440b1569d63f431f1b9" "commit": "43f41d153f8034288083a440b1569d63f431f1b9"
} }
] ]
}, },
{ {
"name" : "gmobile", "name": "gmobile",
"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": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/World/Phosh/gmobile", "url": "https://gitlab.gnome.org/World/Phosh/gmobile",
"branch" : "main" "branch": "main"
} }
] ]
}, },
{ {
"name" : "mobile-broadband-provider-info", "name": "mobile-broadband-provider-info",
"buildsystem" : "meson", "buildsystem": "meson",
"sources" : [ "sources": [
{ {
"type" : "git", "type": "git",
"url" : "https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info", "url": "https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info",
"branch" : "main" "branch": "main"
} }
] ]
}, },
{ {
"name" : "calls", "name": "calls",
"builddir" : true, "builddir": true,
"buildsystem" : "meson", "buildsystem": "meson",
"config-opts" : [ "config-opts": [
"-Dmanpages=false", "-Dmanpages=false",
"-Dsystemd_user_unit_dir=/app/lib/systemd/user" "-Dsystemd_user_unit_dir=/app/lib/systemd/user"
], ],
"sources" : [ "sources": [
{ {
"type" : "dir", "type": "dir",
"path" : "./" "path": "./"
} }
] ]
} }