Draft: example of a working Flatpak manifest file #327
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi everyone! 👋
In order to give more visibility to this awesome application, I am suggesting this initial draft for a flatpaked version of Friction.
As you may see in the file in the MR, several changes to the packaged files are required. I have managed to apply them in the package procedure, so that maintainers don't have to bother with it.
As-is, the package is really "dirty": I didn't manage to compile the source code by myself, so I use a pre-compiled binary directly fetched from Github releases.
However, I tried to lighten the package size, by removing dependencies already provided by the runtime (it's the reason why there is so much files deleted during the package procedure). Its installed size is now 70MiB (~15MiB less than the uncompressed tarball)
Try it by yourself with the following commands:
Notable points: