c-ludenberg c82a1ab085 fix(antergos-live): stop sed clobbering remove_calamares_launcher definition
The sed 's/^remove_calamares_launcher/...' matched BOTH the function
definition ('remove_calamares_launcher() {') and the trailing call,
commenting out the definition. With the definition gone, the orphaned
'local launcher' body ran at top level, so the live-session dinit
service failed to start with:

  line 232: local: can only be used in a function
  line 239: syntax error near unexpected token '{'

No /var/log/antergos-live.log was ever written. Anchor the pattern to
the exact call with '$' so only the invocation is disabled and the
function stays intact.

Reproduced from the artix-live 0.14.1 source: pre-fix bash -n fails with
the identical two errors; post-fix it passes.

Also bump pkgver 2026.06 -> 2026.08, pkgrel 5 -> 6.
2026-08-10 18:10:52 +02:00
2026-06-23 11:50:12 +02:00
2026-07-22 20:34:53 +02:00
2026-07-22 20:34:53 +02:00
2026-07-22 20:34:53 +02:00

antergos-packages

Custom package repository for Antergos NeXT ISO builds.

Packages

Package Description
calamares Universal installer framework (Qt6) — upstream
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-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
downgrade Pacman package downgrade tool — AUR

Usage

Add to /etc/pacman.conf (before [system] to take priority):

[antergos-pkgs]
SigLevel = Optional TrustAll
Server = https://antergos-next.github.io/antergos-packages/

Then:

pacman -Sy
pacman -S calamares calamares-branding-antergos-next antergos-wallpapers

Calamares installer

calamares-branding-antergos-next is the main branding component with:

  • 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

How it works

On each push to master (or weekly Monday), GitHub Actions:

  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

The repo serves as both a pacman repository and a web-based package browser.

Contributing

See CONTRIBUTING.md.

License

GPL-3.0

S
Description
Custom package repo for Antergos NeXT (calamares, branding, keyring, mirrorlist, desktop settings)
https://antergos-next.github.io/antergos-packages/ Readme GPL-3.0
5.9 GiB
Languages
QML 65.3%
JavaScript 23.5%
Shell 8.5%
Python 1.3%
HTML 0.7%
Other 0.7%