-
Notifications
You must be signed in to change notification settings - Fork 2
Bump to Release-1.1.18 #94
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
Bump to `a374e03`
- 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 succeeded. To test this build, install it from the testing repository: |
eunos-1128
added a commit
that referenced
this pull request
Oct 9, 2025
* Update io.github.pemsley.coot.yaml - Replaced `--filesystem=home` with `--filesystem=host` - Added `--filesystem=xdg-cache` and `--filesystem=xdg-data` * gemmi: Bump to v0.7.3 * coot: Bump to Release-1.1.18 * Revert filesystem permissions * Bump to Release-1.1.18 (#8) (#9) * Bump to Release-1.1.18 (#8) (#96) * Bump to Release-1.1.18 (#94) * Bump to `6629ed9` (#10) * Bump to `6629ed9` (#97) * Update README.md * Update README.md * Rename module 'clipper4coot' to 'clipper' * Remove redundant directory creation and add new command for monomers data * Replace directory creation with sed command to update Makefile.am for monomers data * Update sed command to correctly append monomers data in Makefile.am * Update Makefile.am to include 'monomers' directory; refactor patch command * Refactor patch file paths in the manifest * Bump to Release-1.1.19 (#12)
eunos-1128
added a commit
that referenced
this pull request
Oct 9, 2025
* Update io.github.pemsley.coot.yaml - Replaced `--filesystem=home` with `--filesystem=host` - Added `--filesystem=xdg-cache` and `--filesystem=xdg-data` * gemmi: Bump to v0.7.3 * coot: Bump to Release-1.1.18 * Revert filesystem permissions * Bump to Release-1.1.18 (#94) * Update README.md * Update README.md * Rename module 'clipper4coot' to 'clipper' * Remove redundant directory creation and add new command for monomers data * Replace directory creation with sed command to update Makefile.am for monomers data * Update sed command to correctly append monomers data in Makefile.am * Update Makefile.am to include 'monomers' directory; refactor patch command * Refactor patch file paths in the manifest * Update README and manifest (#99) * Bump to Release-1.1.19 Updated the tag for the source repository from Release-1.1.18 to Release-1.1.19. * Delete patches/Makefile.am.patch * Bump to Release-1.1.19 (#102)
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 updates the
io.github.pemsley.coot.yamlconfiguration file to ensure compatibility with newer versions of dependencies and improve clarity in the build process. The most important changes involve updates to dependency versions and adjustments to source references.Dependency Updates:
gemmimodule configuration to use-DUSE_PYTHON=ONinstead of-DUSE_PYTHON=1for clarity and consistency with modern conventions. The version tag forgemmiwas also updated fromv0.7.1tov0.7.3. ([io.github.pemsley.coot.yamlL52-R59](https://github.com/flathub/io.github.pemsley.coot/pull/94/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL52-R59))Source Reference Updates:
cootmodule source reference from a specific commit (a1e8ef5b22fcd6348807923943bd984494e594bf) to a release tag (Release-1.1.18) for easier tracking of the version being built. ([io.github.pemsley.coot.yamlL357-R357](https://github.com/flathub/io.github.pemsley.coot/pull/94/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL357-R357))