From 5f63b303235a4a28e3165c7d9d964b1bf64c6eb2 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 3 Aug 2025 19:21:16 +0200 Subject: flatpak: Include konsole Otherwise it complains it's not present. BUG: 506955 --- .flatpak-manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index b5e8f803f..7ab1af614 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -292,6 +292,17 @@ } ] }, + { + "name": "konsole", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/utilities/konsole.git", + "branch": "master" + } + ] + }, { "config-opts": [ "-DFLATPAK=ON" -- cgit v1.3