PopcornTime packaged to flatpak sh.popcorntime.PopcornTime
This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-11-03 02:13:25 +01:00
shared-modules@b66d4b9d4e v1 2018-11-02 19:18:09 +01:00
.gitmodules v1 2018-11-02 19:18:09 +01:00
LICENSE v1 2018-11-02 19:18:09 +01:00
README.md Making use of the freedesktop standarts for the .desktop file 2018-11-03 01:53:54 +01:00
sh.popcorntime.PopcornTime.appdata.xml Added appdata file 2018-11-03 02:13:25 +01:00
sh.popcorntime.PopcornTime.yml Making use of the freedesktop standarts for the .desktop file 2018-11-03 01:53:54 +01:00

PopcornTime-flatpak

PopcornTime Flatpak package (unoffical)

TODO:

  • Contact upstream to use it as an official distribution system
  • Get a dynamic mirror link instead of "mirror03.popcorntime.sh"
  • Looking for a way to allow external players (might not be possible with flatpak)

How to build:

1 - Install Flatpak & flatpak-builder

2 - Add Flathub remote

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

3 - Install freedesktop's runtime

flatpak install flathub org.freedesktop.Platform//18.08
flatpak install flathub org.freedesktop.Sdk//18.08

4 - Install Electron's BaseApp

flatpak install flathub org.electronjs.Electron2.BaseApp//stable

5 - Clone the repository

git clone --recurse-submodules https://gitlab.com/Preisschild/popcorntime-flatpak
cd ./popcorntime-flatpak

6 - Build & Install the Flatpak package

flatpak-builder --install popcorntime sh.popcorntime.PopcornTime.yml