Flatpak: runtime refresh, tag CI bundle, README, Boost without tests - #118
Merged
vigri merged 3 commits intoApr 20, 2026
Merged
Conversation
- flatpak: KDE Platform/Sdk 5.15-24.08, drop redundant base/base-version - CMake: require Boost unit_test_framework only when BUILD_TESTS=ON - GHA: flatpak workflow on v* tags and workflow_dispatch with .flatpak artifact - README: clarify Releases vs Flathub vs local build and submission docs
vigri
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
flatpak/org.scantailor.Advanced.json): bump KDEorg.kde.Platform/org.kde.Sdkto 5.15-24.08 (supported on Flathub); remove redundantbase/base-versionentries. Source tag remains v1.1.1 (current upstream release).Boost::unit_test_frameworkis only required whenBUILD_TESTS=ON; with-DBUILD_TESTS=OFF(Flatpak) only header libraries are required. Helps chroot/Flatpak builds (see issue imageproc_tests fails when building offline in clean chroot #61)..github/workflows/flatpak.yml— runs onv*tag pushes and workflow_dispatch, uploads a.flatpakartifact for smoke testing (not a Flathub publish pipeline).Relation to Flathub / #105
This PR does not complete Flathub distribution by itself; it makes the in-repo manifest and build path more credible for a future Flathub submission and gives maintainers an automated bundle on tags.
Relates to #105 (does not close Flathub listing).