feat: Initial flatpak support

This commit is contained in:
Mr Finchum 2025-01-30 14:29:45 +00:00
parent d608156206
commit 51108ef86e
13 changed files with 771 additions and 1 deletions

5
flatpak/build_flatpak.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# runtime, skd, and base has to be installed, see net.boxyfoxy.net.OptimaLab35.json
# uses [flatpak-pip-generator](https://github.com/flatpak/flatpak-builder-tools/tree/master/pip) to download and build all dependency from pip
python flatpak-pip-generator --runtime='org.kde.Sdk//6.8' piexif pillow optima35 PyYAML hatchling
flatpak-builder --user --install flatpak-build-dir net.boxyfoxy.OptimaLab35.json --force-clean