Skip to content

Commit

Permalink
Updated flatpak build manifest
Browse files Browse the repository at this point in the history
* Use platform 19.08
* Remove shared-modules, no longer required (udev is now part of the
platform)
* Switch PCSC source to github to avoid rate limitations.
  • Loading branch information
akallabeth committed Feb 19, 2020
1 parent 75be471 commit 3941e1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 76 deletions.
14 changes: 6 additions & 8 deletions packaging/flatpak/com.freerdp.FreeRDP.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.freerdp.FreeRDP",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"runtime-version": "19.08",
"sdk": "org.freedesktop.Sdk",
"build-options" : {
"cflags": "-O2 -g",
Expand All @@ -13,16 +13,16 @@
"finish-args": [
/* X11 + XShm access */
"--share=ipc",
"--socket=x11",
"--socket=fallback-x11",
"--socket=x11",
"--socket=fallback-x11",
/* Needs to talk to the network */
"--share=network",
/* Play sounds redirected from guests */
"--socket=pulseaudio",
/* Wayland access */
"--socket=wayland",
/* Allow rw access to download folder */
"--filesystem=xdg-download"
/* Allow rw access to download folder */
"--filesystem=xdg-download"
],
"modules": [
{
Expand All @@ -38,8 +38,6 @@
}
]
},
"shared-modules/udev/udev-175.json",
"shared-modules/dbus-glib/dbus-glib-0.110.json",
{
"name": "libusb",
"config-opts": ["--disable-static"],
Expand All @@ -64,7 +62,7 @@
"sources": [
{
"type": "git",
"url": "https://salsa.debian.org/rousseau/PCSC.git",
"url": "https://github.com/LudovicRousseau/PCSC.git",
"tag": "pcsc-1.8.24",
"commit": "73d95ada3221c060cbd7b6aa2375453f9d0e359b"
}
Expand Down
23 changes: 0 additions & 23 deletions packaging/flatpak/shared-modules/dbus-glib/dbus-glib-0.110.json

This file was deleted.

45 changes: 0 additions & 45 deletions packaging/flatpak/shared-modules/udev/udev-175.json

This file was deleted.

0 comments on commit 3941e1c

Please sign in to comment.