From: Justin Zobel Date: Sat, 8 Feb 2025 04:11:22 +0000 (+1030) Subject: CI: Flatpak: Add KDE CLI Tools X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/3ff3b35e963269f31cdf572257b25ea17c6b6958?hp=f6c97d52220be9bd996b71309051e56ff7aa1834 CI: Flatpak: Add KDE CLI Tools --- diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 80a7a8fda..0e9fa53c6 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -27,6 +27,16 @@ "--system-talk-name=org.freedesktop.UDisks2" ], "modules": [ + { + "name": "kde-cli-tools", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "git", + "url": "https://invent.kde.org/plasma/kde-cli-tools.git" + } + ] + }, { "name": "zstd", "buildsystem": "simple",