Merged
Conversation
Arch Linux is the parent distribution that Manjaro is based on, so naming the script after the base distro is more appropriate and consistent with the convention used for other setup scripts. Updated all references in setup.sh, setup_fedora.sh, and docs/PACKAGING.md.
Arch Linux is the parent distribution, so it should be listed first when mentioning both distributions together.
Consistent with setup_arch.sh rename - using the parent distro name. Updated references in setup_arch.sh and docs/PACKAGING.md.
Changed package naming from taskcoach-X.Y.Z-1-any.pkg.tar.zst to taskcoach-X.Y.Z-arch.pkg.tar.zst for consistency with other distro packages (Debian, Ubuntu, Fedora all include distro name). Updated build-arch.yml workflow and README.md examples.
The _all architecture suffix is obvious for a Python package and redundant. Simplified naming to match the pattern of other packages. Example: taskcoach_1.6.1.73_debian-13-trixie.deb
- Renamed directory build.in/manjaro/ to build.in/arch/ - Updated all build-area/manjaro references to build-area/arch - Updated build.in/manjaro references to build.in/arch - Updated "Uses Manjaro setup" to "Uses Arch setup" in docs Consistent naming with setup_arch.sh and build-arch.sh.
The "For other distributions, see:" comments listing other setup scripts are unnecessary clutter. Users can see available scripts by listing the directory.
Updated example package names to match new naming convention without the redundant _all suffix.
Updated version numbers in README.md, docs, and build files to match current release version.
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.
Update Build Scripts and docs