-
Notifications
You must be signed in to change notification settings - Fork 2
Bump to Release-1.1.19 #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
- Replaced `--filesystem=home` with `--filesystem=host` - Added `--filesystem=xdg-cache` and `--filesystem=xdg-data`
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
|
🚧 Test build enqueued. |
|
❌ Test build was cancelled. |
|
🚧 Started test build. |
|
❌ Test build failed. |
|
✅ Test build succeeded. To test this build, install it from the testing repository: |
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.
This pull request makes several improvements to the Flatpak packaging and build process for the project, focusing on updating dependency handling, patch management, and installation steps. It also updates documentation to clarify Flatpak installation commands. The changes improve maintainability and ensure that the build uses the correct versions and locations for dependencies and patches.
Flatpak build and dependency management:
clipper4cootmodule name toclipperinio.github.pemsley.coot.yamlto better reflect the dependency's actual name.patches/directory, improving organization and clarity. [1] [2] [3]Release-1.1.19tag instead of a specific commit, ensuring builds use a stable, versioned release.Build process and installation improvements:
mkdir -pcommand in the post-install step, as the subsequentcp -rcommand creates the directory if needed.patches/Makefile.am.patch) to include themonomersdirectory in the build, ensuring all necessary resources are packaged.Documentation updates:
README.mdto include the--userflag, clarifying that the remote is added for the current user only. [1] [2]