Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-30 01:17:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-30 01:17:27 +0300
commitd1675af3fb18daab85b91f8848a4c7108fc2790b (patch)
tree3d9124548d4ca50337b364cad4a7e99fb4be24f6 /flatpak
parented691dba30e4d67d065a5f05e486ec9dfbdbc8ae (diff)
Updating CI for libsodium inclusion
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index b95de037d..28f3ce307 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -240,6 +240,20 @@
]
},
{
+ "name": "libsodium",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://github.com/jedisct1/libsodium.git",
+ "tag": "1.0.17",
+ "commit": "b732443c442239c2e0184820e9b23cca0de0828c"
+ }
+ ],
+ "post-install": [
+ "install -Dm644 -t /app/share/licenses/libsodium LICENSE"
+ ]
+ },
+ {
"name": "libssh",
"buildsystem": "cmake-ninja",
"builddir": true,