-
Notifications
You must be signed in to change notification settings - Fork 2
Bump to 21edc3a for alpha branch
#74
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
Conversation
Merge pull request flathub#61 from eunos-1128/beta
Update io.github.pemsley.coot.yaml
Update Boost to 1.88
Bump to `4f510d4` for Beta channel
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request simplifies the build process by removing outdated dependencies and updating the Git source commit in the YAML manifest. Key changes include:
- Removing commands that relocate the monomer and reference‐structure directories in the post-install section.
- Eliminating archive dependency entries from the sources block.
- Updating the Git commit to point to a newer repository version.
Comments suppressed due to low confidence (2)
io.github.pemsley.coot.yaml:334
- Ensure that simply creating the '${FLATPAK_DEST}/share/coot/' directory fully replaces the functionality previously provided by moving the monomer and reference-structure directories. If these files are still needed elsewhere, consider adding comments or additional logic for clarity.
- mkdir -p ${FLATPAK_DEST}/share/coot/
io.github.pemsley.coot.yaml:343
- Verify that the updated Git commit correctly reflects all necessary changes now that the archive-based dependencies have been removed. Adding a brief comment in the YAML to indicate this intentional change could help future maintainers.
commit: 21edc3a8c08602006a3d57f486444588f9326833
|
🚧 Test build succeeded. To test this build, install it from the testing repository: |
|
✅ Test build committed. To test this build, install it from the testing repository: |
This pull request simplifies the build process for the
io.github.pemsley.coot.yamlfile by removing unnecessary dependencies and updating the source commit. The most important changes include removing the monomer and reference-structure archives and updating the Git source commit.Build process simplification:
sourcessection, eliminating their associated URLs and SHA256 checksums. This simplifies the dependency management.21edc3a8c08602006a3d57f486444588f9326833in thesourcessection to point to a newer version of the repository.post-installsection to remove operations related to the monomer and reference-structure directories, as they are no longer included in the build process.