[utilities/kalm] /: CI: Flatpak: Manifest Updates
Plata Hill <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ee806cfffee39cd53a7bc8962a0c6de8e6fa5ed2 by Plata Hill.
Committed on 09/08/2026 at 13:50.
Pushed by plata into branch 'master'.
CI: Flatpak: Manifest Updates
M +5 -3 .flatpak-manifest.yml
https://invent.kde.org/utilities/kalm/-/commit/ee806cfffee39cd53a7bc8962a0c6de8e6fa5ed2
diff --git a/.flatpak-manifest.yml b/.flatpak-manifest.yml
index 0e3842e..bf046f9 100644
--- a/.flatpak-manifest.yml
+++ b/.flatpak-manifest.yml
@@ -3,7 +3,7 @@
---
app-id: org.kde.kalm
runtime: org.kde.Platform
-runtime-version: 6.10
+runtime-version: 6.11
sdk: org.kde.Sdk
command: kalm
copy-icon: true
@@ -11,9 +11,9 @@ tags:
- nightly
desktop-file-name-suffix: ' (Nightly)'
finish-args:
- - --socket=wayland
- - --socket=fallback-x11
- --device=dri
+ - --socket=fallback-x11
+ - --socket=wayland
cleanup:
- /include
- /lib/cmake
@@ -24,6 +24,8 @@ cleanup:
modules:
- name: kalm
buildsystem: cmake-ninja
+ config-opts:
+ - -DBUILD_TESTING=OFF
sources:
- type: dir
path: '.'