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.
popcorntime-flatpak/README.md

30 lines
704 B
Markdown
Raw Permalink Normal View History

# PopcornTime-flatpak
2018-11-02 19:36:02 +01:00
PopcornTime Flatpak package (unoffical)
2018-11-02 19:18:09 +01:00
## TODO:
- [ ] Contact upstream to use it as an official distribution system
2018-11-21 08:21:20 +01:00
- [ ] Looking for a way to allow external players (maybe add patch to use xdg-open)
2018-11-02 19:18:09 +01:00
## How to build:
1 - Install [Flatpak](https://flatpak.org/setup/) & flatpak-builder
2 - Add Flathub remote
```
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```
2018-11-03 19:28:34 +01:00
3 - Clone the repository
2018-11-02 19:18:09 +01:00
```
git clone https://gitlab.com/Preisschild/popcorntime-flatpak
2018-11-02 19:36:02 +01:00
cd ./popcorntime-flatpak
2018-11-02 19:18:09 +01:00
```
2018-11-03 19:28:34 +01:00
4 - Build & Install the Flatpak package
2018-11-02 19:18:09 +01:00
```
2018-11-03 19:28:34 +01:00
flatpak-builder --install --install-deps-from=flathub popcorntime sh.popcorntime.PopcornTime.yml
2018-11-02 19:18:09 +01:00
```