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>2022-04-26 00:13:55 +0300
committerAntenore Gatta <antenore@simbiosi.org>2022-04-26 00:13:55 +0300
commit24b19b164f6883b7d0ee4b0965318e0c7e940ff6 (patch)
tree5addcdfcb698334b7d0f0c1b60e0a9a24dfd445a /flatpak
parent98d0fddcd4940a50d31c2afaefb8ebdb57acba13 (diff)
Updating sandbox dependencies
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina-local.json13
-rw-r--r--flatpak/org.remmina.Remmina.json15
2 files changed, 11 insertions, 17 deletions
diff --git a/flatpak/org.remmina.Remmina-local.json b/flatpak/org.remmina.Remmina-local.json
index c437fc40c..9935c3261 100644
--- a/flatpak/org.remmina.Remmina-local.json
+++ b/flatpak/org.remmina.Remmina-local.json
@@ -288,17 +288,14 @@
],
"modules": [
{
- /**
- * Do not upgrade to 3.0.x till we discover why spice-common cannot find pyparsing
- */
- "name": "python-pyparsing",
+ "name": "python3-pyparsing",
"buildsystem": "simple",
"build-commands": [
- "python3 setup.py install --prefix=${FLATPAK_DEST} --root=/ --optimize=1"
+ "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyparsing==3.0.7\" --no-build-isolation"
],
"sources": [
{
- "type": "archive",
+ "type": "file",
"url": "https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b/pyparsing-3.0.7.tar.gz",
"sha256": "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea",
"x-checker-data": {
@@ -498,8 +495,8 @@
{
"type": "git",
"url": "https://github.com/FreeRDP/FreeRDP.git",
- "tag": "2.6.1",
- "commit": "658a72980f6e93241d927c46cfa664bf2547b8b1",
+ "tag": "2.7.0",
+ "commit": "40ee5d3bcc70343af6c0300d71968858c1f1948f",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index 99d0155e3..318252773 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -1,7 +1,7 @@
{
"app-id": "org.remmina.Remmina",
"runtime": "org.gnome.Platform",
- "runtime-version": "41",
+ "runtime-version": "42",
"sdk": "org.gnome.Sdk",
"command": "remmina",
"cleanup": [
@@ -288,17 +288,14 @@
],
"modules": [
{
- /**
- * Do not upgrade to 3.0.x till we discover why spice-common cannot find pyparsing
- */
- "name": "python-pyparsing",
+ "name": "python3-pyparsing",
"buildsystem": "simple",
"build-commands": [
- "python3 setup.py install --prefix=${FLATPAK_DEST} --root=/ --optimize=1"
+ "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyparsing==3.0.7\" --no-build-isolation"
],
"sources": [
{
- "type": "archive",
+ "type": "file",
"url": "https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b/pyparsing-3.0.7.tar.gz",
"sha256": "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea",
"x-checker-data": {
@@ -498,8 +495,8 @@
{
"type": "git",
"url": "https://github.com/FreeRDP/FreeRDP.git",
- "tag": "2.6.1",
- "commit": "658a72980f6e93241d927c46cfa664bf2547b8b1",
+ "tag": "2.7.0",
+ "commit": "40ee5d3bcc70343af6c0300d71968858c1f1948f",
"x-checker-data": {
"type": "git",
"tag-pattern": "^([\\d.]+)$"