[office/klevernotes] /: flatpak: Don't build kirigami-addons
Volker Krause <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 45b77cc75cf883bdf5708f73ee655be077543be8 by Volker Krause.
Committed on 16/07/2026 at 15:19.
Pushed by ngraham into branch 'master'.
flatpak: Don't build kirigami-addons
That's part of the runtime meanwhile.
M +0 -14 .flatpak-manifest.json
https://invent.kde.org/office/klevernotes/-/commit/45b77cc75cf883bdf5708f73ee655be077543be8
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index c79678a8..94e05c09 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -28,20 +28,6 @@
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ]
- },
- {
- "name": "kirigami-addons",
- "config-opts": [
- "-DBUILD_TESTING=OFF",
- "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
- ],
- "buildsystem": "cmake-ninja",
- "sources": [
- {
- "type": "git",
- "url": "https://invent.kde.org/libraries/kirigami-addons.git"
- }
- ]
}
]
}