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-12 19:44:19 +02:00
|
|
|
| Package | Description | Source Branch |
|
|
|
|
|
|---------|-------------|---------------|
|
|
|
|
|
| `cnchi` | Antergos NeXT graphical installer | `0.16.x` (stable), `cnchi-dev` (development) |
|
|
|
|
|
| `antergos-next-keyring` | GPG keyring for the repo |
|
|
|
|
|
| `antergos-next-mirrorlist` | Mirror list for `[antergos-pkgs]` |
|
|
|
|
|
| `antergos-next-desktop-settings` | Custom GTK/Plasma theme, dconf defaults |
|
2026-06-07 19:50:55 +02:00
|
|
|
| `antergos-wallpapers` | Antergos desktop wallpapers |
|
|
|
|
|
| `yay` | AUR helper |
|
|
|
|
|
| `downgrade` | Pacman package downgrade tool |
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
Add to `/etc/pacman.conf`:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
[antergos-pkgs]
|
|
|
|
|
SigLevel = Optional TrustAll
|
|
|
|
|
Server = https://Antergos-NeXT.github.io/antergos-pkgs/
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Then:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
pacman -Sy
|
2026-06-12 19:44:19 +02:00
|
|
|
pacman -S cnchi antergos-next-desktop-settings
|
2026-06-07 19:50:55 +02:00
|
|
|
```
|
|
|
|
|
|
2026-06-12 19:44:19 +02:00
|
|
|
## Branches
|
|
|
|
|
|
|
|
|
|
- `main` — package definitions, CI generates the repo
|
|
|
|
|
- Cnchi sources shipped from `Antergos-NeXT/Cnchi` (`0.16.x` and `cnchi-dev` branches)
|
|
|
|
|
|
2026-06-07 19:50:55 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
GPL-2.0
|