diff options
| author | Aleix Pol <[email protected]> | 2025-08-03 19:21:16 +0200 |
|---|---|---|
| committer | Aleix Pol Gonzalez <[email protected]> | 2025-09-18 00:11:08 +0000 |
| commit | 5f63b303235a4a28e3165c7d9d964b1bf64c6eb2 (patch) | |
| tree | 22d2cf78194c1116ec2bb0f863ddc57b8b0e1e38 | |
| parent | 7be1e4aa5f1dd257ac1ad9f811e2e7665d8751a4 (diff) | |
flatpak: Include konsole
Otherwise it complains it's not present.
BUG: 506955
| -rw-r--r-- | .flatpak-manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index b5e8f803f..7ab1af614 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -293,6 +293,17 @@ ] }, { + "name": "konsole", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/utilities/konsole.git", + "branch": "master" + } + ] + }, + { "config-opts": [ "-DFLATPAK=ON" ], |
