Update Flatpak README

This commit is contained in:
Rinigus 2020-03-25 23:12:48 +02:00
parent 3ea97105e4
commit 7ba4bc0ee4

View File

@ -11,10 +11,7 @@ it.
Note that the requirements are taken from Note that the requirements are taken from
[requirements.flatpak.txt](requirements.flatpak.txt) and the ones [requirements.flatpak.txt](requirements.flatpak.txt) and the ones
specified in the project' root specified in the project' root
[requirements.txt](../../requirements.txt). At the moment of writing, [requirements.txt](../../requirements.txt).
included packages are `multidict` with the version that installs in
Flatpak (newer versions seem to have some issues), `uvloop`, and few
packages required for building other packages.
In addition, the list of ignored packages is in In addition, the list of ignored packages is in
[generate-flatpak-script.sh](generate-flatpak-script.sh). [generate-flatpak-script.sh](generate-flatpak-script.sh).
@ -27,11 +24,11 @@ marked placeholder with Python module dependencies.
## Building Flatpak ## Building Flatpak
To build flatpak package, you will need flatpak, flatpak-builder, To build flatpak package, you will need flatpak, flatpak-builder, and
runtime and SDK (KDE 5.12), and flatpak-builder. flatpak-builder is KDE 5.12 runtime with SDK. flatpak-builder is usually available from
usually available from the same repository as flatpak. See the same repository as flatpak. See https://flatpak.org/setup/ for
https://flatpak.org/setup/ for setting it up. To install runtimes setting it up. To install runtimes (adjust as needed if you prefer
(adjust as needed if you prefer system-wide installation): system-wide installation):
``` ```
flatpak install --user flathub org.kde.Platform//5.12 org.kde.Sdk//5.12 flatpak install --user flathub org.kde.Platform//5.12 org.kde.Sdk//5.12