diff options
| -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" ], |
