Files
euri-packages/README.md
T
c-ludenberg 51acbc1397 chore: remove dead plasma-theme pkg, fix optdepends and dead cmake flag
- drop antergos-plasma-theme: superseded by antergos-layan-theme, the
  active look-and-feel (com.github.vinceliuice.Layan). Package had no
  dependents, was not referenced by any calamares config or netinstall
  group, and pulled plasma-desktop as a hard dep. Removed from
  packages.yaml, README, and deleted the package directory. The
  start-here-kde-antergos.svg it shipped is a self-contained copy inside
  antergos-layan-theme, so nothing breaks.
- antergos-next-desktop-settings pkgrel 1-4: add descriptions to
  optdepends (qt5ct/qt6ct) per Arch packaging guidelines (closes #2).

Calamares pkgrel 3.4.2-10:
- remove -DCMAKE_DISTRIBUTION_NAME: calamares ignores it; the 'for
  Antergos NeXT' about text comes from versionedName in the active
  branding component at runtime (closes #3).
2026-08-09 21:49:07 +02:00

2.8 KiB

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