2026-06-07 19:50:55 +02:00
# antergos-pkgs
2026-06-12 19:44:19 +02:00
Custom package repository for Antergos NeXT ISO builds.
2026-06-07 19:50:55 +02:00
## Packages
2026-06-18 20:20:13 +02:00
| Package | Description | Source |
|---------|-------------|--------|
2026-06-23 13:35:37 +02:00
| `calamares` | Universal installer framework (Qt6) | [upstream ](https://codeberg.org/calamares/calamares ) |
2026-06-28 18:17:00 +02:00
| `calamares-branding-antergos-next` | Antergos Calamares branding + offline/online installer split + launcher | local |
2026-06-18 20:20:13 +02:00
| `antergos-next-keyring` | GPG keyring for the repo | local |
| `antergos-next-mirrorlist` | Mirror list for `[antergos-pkgs]` | local |
2026-06-28 18:17:00 +02:00
| `antergos-next-desktop-settings` | Plasma/GTK theme, dconf defaults | local |
2026-06-18 20:20:13 +02:00
| `antergos-wallpapers` | Antergos desktop wallpapers | local |
2026-06-28 18:17:00 +02:00
| `antergos-grub-theme` | Antergos GRUB theme | local |
| `antergos-welcome` | Welcome screen + support tool | local |
| `antergos-live` | Live session configuration | local |
| `antergos-release` | Antergos NeXT release file | local |
| `antergos-next-memes` | Welcome audio memes | local |
| `yay` | AUR helper | [AUR ](https://aur.archlinux.org/packages/yay ) |
| `downgrade` | Pacman package downgrade tool | [AUR ](https://aur.archlinux.org/packages/downgrade ) |
2026-06-07 19:50:55 +02:00
## Usage
Add to `/etc/pacman.conf` :
```
[antergos-pkgs]
SigLevel = Optional TrustAll
2026-06-28 18:17:00 +02:00
Server = https://antergos-next.github.io/antergos-packages/$repo/os/$arch
2026-06-07 19:50:55 +02:00
```
Then:
```
pacman -Sy
2026-06-28 18:17:00 +02:00
pacman -S calamares calamares-branding-antergos-next antergos-wallpapers
2026-06-07 19:50:55 +02:00
```
2026-06-23 12:05:23 +02:00
## Calamares installer
The `calamares-branding-antergos-next` package provides:
2026-06-28 18:17:00 +02:00
- **Offline install** — unpacks KDE Plasma squashfs from the ISO (no internet needed)
- **Online install** — netinstall with init system selection (OpenRC, Dinit, S6, Runit)
- **Launcher** (`calamares-next` ) — mode picker (online/offline) before launching Calamares
- **Packagechooser** — init system selection during online install
2026-06-23 12:05:23 +02:00
2026-06-12 19:44:19 +02:00
## Branches
2026-06-23 12:05:23 +02:00
- `master` — package definitions, CI builds + deploys to gh-pages
2026-06-23 13:35:37 +02:00
- Calamares packages shipped from upstream (with custom branding)
2026-06-12 19:44:19 +02:00
2026-06-28 18:17:00 +02:00
## Index
The repository index at [antergos-next.github.io/antergos-packages ](https://antergos-next.github.io/antergos-packages/ ) is auto-generated via `generate-index.py` — parses PKGBUILD metadata and built packages to produce a sortable, searchable package browser.
2026-06-07 19:50:55 +02:00
## License
2026-06-28 18:17:00 +02:00
GPL-3.0