fix: remove calamares from CI, add grub-theme and live packages

- Remove calamares from packages.yaml: our fork stripped services-openrc,
  Artix repo provides working calamares (3.4.2-4) with openrc support
- Add antergos-grub-theme to CI: uses real Antergos background + logo
  from grub2-theme-antergos repo merged with Artix UI infrastructure
- Add antergos-live to CI: fork of artix-live with s/artix/antergos branding
- Bump calamares-branding-antergos-next pkgrel 12->13: settings now call
  services-openrc instead of services-systemd, show.qml drops EndeavourOS,
  calamares-next.sh targets /home/antergos not /home/liveuser
This commit is contained in:
2026-06-25 14:16:27 +02:00
parent 2c2e9338b2
commit 5f81605eb2
9 changed files with 169 additions and 6 deletions
@@ -2,7 +2,7 @@
pkgname=calamares-branding-antergos-next
pkgver=1.0
pkgrel=12
pkgrel=13
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
arch=('any')
url="https://github.com/Antergos-NeXT"
@@ -167,7 +167,7 @@ Main() {
local ShowInstallLog="FALSE"
local ShowPacmanLog="FALSE"
local Home=/home/liveuser
local Home=/home/antergos
local log=$Home/antergos-install.log
local cfolder=/etc/calamares
local workdir=""
@@ -25,7 +25,7 @@ sequence:
- displaymanager
- networkcfg
- hwclock
- services-systemd
- services-openrc
- grubcfg
- bootloader
- packages
@@ -26,7 +26,7 @@ sequence:
- displaymanager
- networkcfg
- hwclock
- services-systemd
- services-openrc
- grubcfg
- bootloader
- removeuser
@@ -58,7 +58,7 @@ Item {
slides: [
Dia {
title: qsTr("Welcome to Antergos NeXT")
body: qsTr("A modern Arch Linux experience built on EndeavourOS")
body: qsTr("A modern Arch Linux experience with OpenRC and elogind")
footer: qsTr("Choose your preferred desktop environment during setup")
},
Dia {