PhoenicisOrg / phoenicis-winebuild

Docker based Wine building tool for Linux and macOS
https://www.playonlinux.com/wine/
MIT License
70 stars 20 forks source link

Flatpak environment #20

Open plata opened 5 years ago

plata commented 5 years ago

Can we have an additional build environment which builds inside a flatpak environment? That way, we could really ensure compatibility of Wine in our flatpak. Would be a great thing because it would eliminate any runtime dependency issues for everybody using the flatpak.

qparis commented 5 years ago

How would it work?

plata commented 5 years ago

A bit like this: https://ramsdenj.com/2018/03/26/packaging-pathofexile-with-flatpak.html Except that we do not build a flatpak for the whole application, but only use it to build Wine.

There's already winepak but they use a different approach than we do (i.e. one flatpak per application).