rebrand!: Antergos NeXT -> Euri Linux
This commit is contained in:
+5
-5
@@ -1,4 +1,4 @@
|
||||
# Contributing to Antergos NeXT Packages
|
||||
# Contributing to Euri Linux Packages
|
||||
|
||||
## Who's behind this
|
||||
|
||||
@@ -10,7 +10,7 @@ This project is maintained **solo** by Michał (c-ludenberg). I'm recovering fro
|
||||
|
||||
- **Bug reports**: Include the package name, version (`pacman -Q <pkg>`), and steps to reproduce. Paste relevant log output.
|
||||
- **Feature requests**: Explain what package or change you want and why. PRs are better than requests.
|
||||
- **Questions**: If it's about using the ISO, check the [antergos-iso docs](https://antergos-next.github.io/antergos-iso/) first. If it's about packaging, just open an issue.
|
||||
- **Questions**: If it's about using the ISO, check the [euri-iso docs](https://euri-linux.github.io/euri-iso/) first. If it's about packaging, just open an issue.
|
||||
|
||||
### Pull requests
|
||||
|
||||
@@ -33,13 +33,13 @@ git config commit.gpgsign true
|
||||
|
||||
- `pkgname` matches the directory name (lowercase, hyphen-separated).
|
||||
- `pkgrel` starts at `1` and increments per change.
|
||||
- Antergos-specific packages use the `antergos-` prefix.
|
||||
- Euri-specific packages use the `euri-` prefix.
|
||||
- Config files that need specific paths can use a `Configs/` directory mirroring the filesystem layout.
|
||||
|
||||
## Key gotchas
|
||||
|
||||
- **Init system awareness**: Antergos NeXT defaults to dinit but supports runit and s6. If shipping service files, consider providing them for all three. OpenRC is not supported.
|
||||
- **Package order in profile.yaml**: In the ISO repo's `profile.yaml`, `calamares` must be listed before `calamares-branding-antergos-next` so branding files overwrite defaults.
|
||||
- **Init system awareness**: Euri Linux defaults to dinit but supports runit and s6. If shipping service files, consider providing them for all three. OpenRC is not supported.
|
||||
- **Package order in profile.yaml**: In the ISO repo's `profile.yaml`, `calamares` must be listed before `calamares-branding-euri` so branding files overwrite defaults.
|
||||
- **`componentName` in `branding.desc` must match its directory name**. Calamares will bail if they don't match.
|
||||
|
||||
## Building packages locally
|
||||
|
||||
Reference in New Issue
Block a user