2026-07-28 20:34:39 +02:00
|
|
|
# antergos-packages
|
2026-06-07 19:50:55 +02:00
|
|
|
|
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-07-28 20:34:39 +02:00
|
|
|
| Package | Description |
|
|
|
|
|
|---------|-------------|
|
|
|
|
|
| `calamares` | Universal installer framework (Qt6) — [upstream](https://codeberg.org/calamares/calamares) |
|
|
|
|
|
| `calamares-branding-antergos-next` | Antergos Calamares branding + netinstall-based installer + launcher |
|
|
|
|
|
| `antergos-next-keyring` | GPG keyring for the `[antergos-pkgs]` repo |
|
|
|
|
|
| `antergos-next-mirrorlist` | Mirror list for `[antergos-pkgs]` |
|
|
|
|
|
| `antergos-release` | Antergos NeXT `/etc/os-release` |
|
|
|
|
|
| `antergos-lsb-release` | LSB release info |
|
|
|
|
|
| `antergos-next-desktop-settings` | Plasma/GTK theme, dconf/plasma-settings defaults |
|
|
|
|
|
| `antergos-plasma-theme` | Plasma desktop theme |
|
|
|
|
|
| `antergos-xfce-theme` | XFCE desktop theme |
|
|
|
|
|
| `antergos-layan-theme` | Layan theme variant |
|
|
|
|
|
| `antergos-wallpapers` | Desktop wallpapers |
|
|
|
|
|
| `antergos-grub-theme` | GRUB theme |
|
|
|
|
|
| `antergos-welcome` | Welcome screen + support tool |
|
|
|
|
|
| `antergos-live` | Live session configuration |
|
|
|
|
|
| `antergos-i3-config` | Dark Antergos i3 configuration |
|
|
|
|
|
| `antergos-sway-config` | Dark Antergos Sway configuration |
|
|
|
|
|
| `antergos-hyprland-config` | Dark Antergos Hyprland configuration (Lua) |
|
|
|
|
|
| `pixie-sddm-git` | SDDM theme (pixie) |
|
|
|
|
|
| `tela-circle-icon-theme-git` | Tela Circle icon theme |
|
|
|
|
|
| `kwin-zones` | KWin tiling zones |
|
|
|
|
|
| `oh-my-posh-bin` | Prompt theme engine |
|
|
|
|
|
| `pacseek` | Pacman TUI browser |
|
|
|
|
|
| `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
|
|
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
Add to `/etc/pacman.conf` (before `[system]` to take priority):
|
2026-06-07 19:50:55 +02:00
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
```ini
|
2026-06-07 19:50:55 +02:00
|
|
|
[antergos-pkgs]
|
|
|
|
|
SigLevel = Optional TrustAll
|
2026-07-28 20:34:39 +02:00
|
|
|
Server = https://antergos-next.github.io/antergos-packages/
|
2026-06-07 19:50:55 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Then:
|
|
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
```sh
|
2026-06-07 19:50:55 +02:00
|
|
|
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
|
|
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
`calamares-branding-antergos-next` is the main branding component with:
|
2026-06-23 12:05:23 +02:00
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
- **Packagechooser + netinstall** — DE selector (KDE, GNOME, XFCE, i3, Sway, Hyprland, Budgie, Cinnamon, MATE) and DM selector (SDDM, LightDM, GDM, Ly, greetd), with basestrap-based package groups
|
|
|
|
|
- **Launcher** (`calamares-next`) — launches Calamares with online settings
|
|
|
|
|
- **Animated space slideshow** — rocket, stars, comet, moon with smooth 700ms transitions
|
2026-06-23 12:05:23 +02:00
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
## How it works
|
2026-06-12 19:44:19 +02:00
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
On each push to `master` (or weekly Monday), GitHub Actions:
|
2026-06-28 18:17:00 +02:00
|
|
|
|
2026-07-28 20:34:39 +02:00
|
|
|
1. Builds all packages from `packages.yaml` inside an Artix Linux container
|
|
|
|
|
2. Creates a pacman repo database (`repo-add`)
|
|
|
|
|
3. Generates a browsable package index (`generate-index.py`)
|
|
|
|
|
4. Deploys to [gh-pages](https://antergos-next.github.io/antergos-packages/)
|
|
|
|
|
|
|
|
|
|
The repo serves as both a pacman repository and a web-based package browser.
|
|
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
|
|
See [CONTRIBUTING.md](https://github.com/Antergos-NeXT/antergos-packages/blob/master/CONTRIBUTING.md).
|
2026-06-28 18:17:00 +02:00
|
|
|
|
2026-06-07 19:50:55 +02:00
|
|
|
## License
|
|
|
|
|
|
2026-06-28 18:17:00 +02:00
|
|
|
GPL-3.0
|