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:
authormyheroyuki <myheroyuki@outlook.com>2022-11-22 19:17:38 +0300
committermyheroyuki <myheroyuki@outlook.com>2022-11-22 19:17:38 +0300
commitbdb839ce9433467cd09e8163a21b67d85d6ce099 (patch)
tree7d1027e417bc51d6dbf380097a2dce056f881af3 /flatpak
parentfcb5b3498b8851c47c89f5c4a2eb1fe1d7a93e54 (diff)
Fixed more flatpak build errors
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina-local.json18
-rw-r--r--flatpak/org.remmina.Remmina.json22
2 files changed, 14 insertions, 26 deletions
diff --git a/flatpak/org.remmina.Remmina-local.json b/flatpak/org.remmina.Remmina-local.json
index 596cb2d25..4208d070f 100644
--- a/flatpak/org.remmina.Remmina-local.json
+++ b/flatpak/org.remmina.Remmina-local.json
@@ -50,7 +50,7 @@
"directory": "lib/ffmpeg",
"version": "22.08",
"add-ld-path": ".",
- "no-autodownload": false,
+ "no-autodownload": true,
"autodelete": false
},
"org.freedesktop.Platform.openh264": {
@@ -272,7 +272,8 @@
"config-opts": [
"-Dvapi=enabled",
"-Dwebdav=enabled",
- "-Dgtk_doc=disabled"
+ "-Dgtk_doc=disabled",
+ "-Dpolkit=disabled"
],
"sources": [
{
@@ -458,14 +459,9 @@
],
"sources": [
{
- "type": "archive",
- "url": "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.13.tar.gz",
- "sha256": "0ae5bb9175dc0a602fe85c1cf591ac47ee5247b87f2bf164c16b05f87cbfa81a",
- "x-checker-data": {
- "type": "anitya",
- "project-id": 1756,
- "url-template": "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-$version.tar.gz"
- }
+ "type": "git",
+ "url": "https://github.com/LibVNC/libvncserver.git",
+ "branch": "master"
}
]
},
@@ -477,7 +473,7 @@
"-DCMAKE_BUILD_TYPE:STRING=Release",
"-DCMAKE_INSTALL_LIBDIR:PATH=lib",
"-DWITH_WAYLAND:BOOL=ON",
- "-DCHANNEL_TSMF:BOOL=ON",
+ "-DCHANNEL_TSMF:BOOL=OFF",
"-DCHANNEL_URBDRC:BOOL=ON",
"-DBUILD_TESTING:BOOL=OFF",
"-DWITH_ICU:BOOL=ON",
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index e573a1382..0d4509067 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -50,7 +50,7 @@
"directory": "lib/ffmpeg",
"version": "22.08",
"add-ld-path": ".",
- "no-autodownload": false,
+ "no-autodownload": true,
"autodelete": false
},
"org.freedesktop.Platform.openh264": {
@@ -263,7 +263,8 @@
"config-opts": [
"-Dvapi=enabled",
"-Dwebdav=enabled",
- "-Dgtk_doc=disabled"
+ "-Dgtk_doc=disabled",
+ "-Dpolkit=disabled"
],
"sources": [
{
@@ -347,10 +348,6 @@
"/bin",
"/sbin"
],
- "config-opts": [
- "-Dgtk_doc=disabled",
- "-Dsystemd=disabled"
- ],
"sources": [
{
"type": "archive",
@@ -450,14 +447,9 @@
],
"sources": [
{
- "type": "archive",
- "url": "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.13.tar.gz",
- "sha256": "0ae5bb9175dc0a602fe85c1cf591ac47ee5247b87f2bf164c16b05f87cbfa81a",
- "x-checker-data": {
- "type": "anitya",
- "project-id": 1756,
- "url-template": "https://github.com/LibVNC/libvncserver/archive/LibVNCServer-$version.tar.gz"
- }
+ "type": "git",
+ "url": "https://github.com/LibVNC/libvncserver.git",
+ "branch": "master"
}
]
},
@@ -469,7 +461,7 @@
"-DCMAKE_BUILD_TYPE:STRING=Release",
"-DCMAKE_INSTALL_LIBDIR:PATH=lib",
"-DWITH_WAYLAND:BOOL=ON",
- "-DCHANNEL_TSMF:BOOL=ON",
+ "-DCHANNEL_TSMF:BOOL=OFF",
"-DCHANNEL_URBDRC:BOOL=ON",
"-DBUILD_TESTING:BOOL=OFF",
"-DWITH_ICU:BOOL=ON",