[plasma/spectacle] /: CI: Flatpak: Formatting
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e568e6ecf0b10d6970466a24e1642dd274a4e78e by Justin Zobel.
Committed on 07/08/2026 at 03:17.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Formatting
M +21 -7 .flatpak-manifest.json
https://invent.kde.org/plasma/spectacle/-/commit/e568e6ecf0b10d6970466a24e1642dd274a4e78e
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 31eefdd2d..72b59b251 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -5,24 +5,38 @@
"runtime-version": "5.15-22.08",
"sdk": "org.kde.Sdk",
"command": "spectacle",
- "tags": ["nightly"],
+ "tags": [
+ "nightly"
+ ],
"desktop-file-name-suffix": " (Nightly)",
- "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland",
+ "finish-args": [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
"--talk-name=org.kde.kglobalaccel",
- "--talk-name=org.kde.KWin"],
-
+ "--talk-name=org.kde.KWin"
+ ],
"modules": [
{
"name": "kpipewire",
"buildsystem": "cmake-ninja",
- "sources": [ { "type": "git", "url": "https://invent.kde.org/plasma/kpipewire.git", "tag": "v5.27.5" } ]
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://invent.kde.org/plasma/kpipewire.git",
+ "tag": "v5.27.5"
+ }
+ ]
},
{
"name": "spectacle",
"buildsystem": "cmake-ninja",
"sources": [
- { "type": "dir", "path": "." }
+ {
+ "type": "dir",
+ "path": "."
+ }
]
}
]
-}
\ No newline at end of file
+}