Add all missing deps for building flatpak

With this flatpak is now possible to build and working
This commit is contained in:
Rafostar
2020-10-29 18:58:02 +01:00
parent 9d9759991b
commit f0a54f97e1
34 changed files with 1250 additions and 122 deletions

7
pkgs/flatpak/build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
rm -f com.github.rafostar.Clapper.flatpak
rm -rf build; mkdir build
rm -rf repo; mkdir repo
flatpak-builder --ccache --force-clean --default-branch=test build com.github.rafostar.Clapper.yml --repo=repo