From 95f21377c650ae8751f9f296f7ffe2c48ef2dc0d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 18 Jul 2026 22:34:47 +0200 Subject: [PATCH] docs: align Flatpak build notes --- flatpak/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flatpak/README.md b/flatpak/README.md index 7e9be21..1cd941b 100644 --- a/flatpak/README.md +++ b/flatpak/README.md @@ -84,9 +84,11 @@ flatpak install --user ./fluxtuner.flatpak - `ogg123` lightweight Ogg/Vorbis/Opus/FLAC-style fallback - The local development manifest does not currently bundle player binaries explicitly. Use `flatpak run io.github.pitill0.Fluxtuner --list-players` to confirm which backends are available inside the sandbox. -- `appstream-compose: false` is currently enabled for local development builds. -- The local development manifest may fetch Python dependencies from PyPI during build. - The Flathub manifest should use vendored or generated dependency modules such as `python3-requirements.json`. +- Python dependencies are installed from the checked-in + `python3-requirements.json` module using pinned source URLs and checksums. + Flatpak builds should not resolve application dependencies from the network + through `pip`. +- AppStream metadata is installed and validated as part of the Flatpak build. ## Sandbox permissions