┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/.flatpak-manifest.json
diff options
context:
space:
mode:
authorAleix Pol <[email protected]>2025-08-03 19:21:16 +0200
committerAleix Pol Gonzalez <[email protected]>2025-09-18 00:11:08 +0000
commit5f63b303235a4a28e3165c7d9d964b1bf64c6eb2 (patch)
tree22d2cf78194c1116ec2bb0f863ddc57b8b0e1e38 /.flatpak-manifest.json
parent7be1e4aa5f1dd257ac1ad9f811e2e7665d8751a4 (diff)
flatpak: Include konsole
Otherwise it complains it's not present. BUG: 506955
Diffstat (limited to '.flatpak-manifest.json')
-rw-r--r--.flatpak-manifest.json11
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"
],