[office/kile] /: CI: Flatpak: Add libssh for konsole
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 23d84e91ae44f50b82e099793425ab1a2f46a758 by Justin Zobel.
Committed on 18/07/2026 at 02:01.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Add libssh for konsole
M +23 -0 .flatpak-manifest.json
https://invent.kde.org/office/kile/-/commit/23d84e91ae44f50b82e099793425ab1a2f46a758
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 6b634838..3accf0d1 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -329,6 +329,29 @@
}
]
},
+ {
+ "name": "libssh",
+ "buildsystem": "cmake-ninja",
+ "builddir": true,
+ "config-opts": [
+ "-DWITH_DEBUG_CALLTRACE:BOOL=OFF",
+ "-DWITH_EXAMPLES:BOOL=OFF",
+ "-DWITH_SERVER:BOOL=OFF"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://www.libssh.org/files/0.12/libssh-0.12.0.tar.xz",
+ "sha256": "1a6af424d8327e5eedef4e5fe7f5b924226dd617ac9f3de80f217d82a36a7121",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 1729,
+ "stable-only": true,
+ "url-template": "https://www.libssh.org/files/$major.$minor/libssh-$version.tar.xz"
+ }
+ }
+ ]
+ },
{
"name": "konsole",
"buildsystem": "cmake-ninja",