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 (tmow) <antenore@simbiosi.org>2022-04-09 00:30:22 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-04-09 00:30:22 +0300
commit7dd3981a887a86cdb7eab3b768c13a47e3bb4f4d (patch)
tree02f862f1a1ff531cbf17626eb3eba8a8830899b7 /flatpak
parent143caac839efb5677ee020d86a3517986a583724 (diff)
SSH X11 Forwarding flatpak deps
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina-local.json48
-rw-r--r--flatpak/org.remmina.Remmina.json36
2 files changed, 78 insertions, 6 deletions
diff --git a/flatpak/org.remmina.Remmina-local.json b/flatpak/org.remmina.Remmina-local.json
index ca1b78491..99ee971df 100644
--- a/flatpak/org.remmina.Remmina-local.json
+++ b/flatpak/org.remmina.Remmina-local.json
@@ -88,6 +88,42 @@
]
},
{
+ /**
+ * Remmina uses xauth, that needs libXmu
+ */
+ "name": "libXmu",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.1.3.tar.bz2",
+ "sha256": "9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 1785,
+ "url-template": "https://xorg.freedesktop.org/archive/individual/lib/libXmu-$version.tar.bz2"
+ }
+ }
+ ]
+ },
+ {
+ /**
+ * Remmina uses xauth with the SSH X11 Forwarding
+ */
+ "name": "xauth",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://xorg.freedesktop.org/archive/individual/app/xauth-1.1.1.tar.bz2",
+ "sha256": "164ea0a29137b284a47b886ef2affcb0a74733bf3aad04f9b106b1a6c82ebd92",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 5253,
+ "url-template": "https://xorg.freedesktop.org/archive/individual/app/xauth-$version.tar.bz2"
+ }
+ }
+ ]
+ },
+ {
"name": "libcups",
"make-args": [
"libs"
@@ -133,8 +169,8 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/vte.git",
- "tag": "0.67.90",
- "commit": "08f6c596d1a05e20541b8268d19aede55ac99f4d",
+ "tag": "0.68.0",
+ "commit": "0f438924f9f8a858b1b82434c876e31c2de180d4",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
@@ -381,7 +417,7 @@
"type": "git",
"url": "https://github.com/jedisct1/libsodium.git",
"branch": "stable",
- "commit": "32cba2b5e90c2b98b61e8cc4c8105c0a27725fb0"
+ "commit": "7389bf7f2968be75520e932704f18f038c29e581"
}
],
"post-install": [
@@ -462,8 +498,8 @@
{
"type": "git",
"url": "https://github.com/FreeRDP/FreeRDP.git",
- "tag": "2.6.0",
- "commit": "8a5c034d547c428c512b0a4b840d3a8a4762f989",
+ "tag": "2.6.1",
+ "commit": "658a72980f6e93241d927c46cfa664bf2547b8b1",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
@@ -492,7 +528,7 @@
"sources": [
{
"type": "dir",
- "path": "~/remmina_devel/Remmina"
+ "path": "../"
}
]
}
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index 2713fd32a..e08480aff 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -88,6 +88,42 @@
]
},
{
+ /**
+ * Remmina uses xauth, that needs libXmu
+ */
+ "name": "libXmu",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.1.3.tar.bz2",
+ "sha256": "9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 1785,
+ "url-template": "https://xorg.freedesktop.org/archive/individual/lib/libXmu-$version.tar.bz2"
+ }
+ }
+ ]
+ },
+ {
+ /**
+ * Remmina uses xauth with the SSH X11 Forwarding
+ */
+ "name": "xauth",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://xorg.freedesktop.org/archive/individual/app/xauth-1.1.1.tar.bz2",
+ "sha256": "164ea0a29137b284a47b886ef2affcb0a74733bf3aad04f9b106b1a6c82ebd92",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 5253,
+ "url-template": "https://xorg.freedesktop.org/archive/individual/app/xauth-$version.tar.bz2"
+ }
+ }
+ ]
+ },
+ {
"name": "libcups",
"make-args": [
"libs"