Commit Graph
150 Commits
Author SHA1 Message Date
c-ludenberg ad0a8d2248 chore(release): prepare 2026.08.11 Xeitoso codename in os-release and branding 2026-08-10 19:18:43 +02:00
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
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
c-ludenberg 8ed1a6e5ad fix: multiple packagechooser netinstall-add + ntp-dinit (KDE install, clock)
Relates to Antergos-NeXT/antergos-iso#14 (online install had no KDE
session; SDDM showed nothing).

Root cause: we run TWO packagechooser instances (DE chooser + DM chooser),
both with method: netinstall-add. Upstream Calamares tags all netinstall
data with the same hardcoded "packageChooser" source string, so when the
second instance (packagechooser@dm) wrote its groups it pruned EVERYTHING
tagged packageChooser from global storage - including the DE's groups.
KDE never reached packageOperations, so Plasma was never installed.

Fix: tag each instance's netinstall data with its own instance id
(packagechooser@de / packagechooser@dm, via m_defaultId) and prune using
that same id. Each chooser now only removes its own stale data and the
other instance's groups survive the merge.

Version: CALAMARES_VERSION 3.4.2 -> 3.4.2-w0k3 (BREATHTAKING).
Shows in About dialog, --version and libcalamares. pkgrel 8 -> 9,
local makepkg build of 3.4.2-9 verified clean.

Also add ntp-dinit to Init Services group in netinstall.yaml, so the
service exists on the installed system (relates to Antergos-NeXT/antergos-iso#13).
2026-08-09 21:17:25 +02:00
c-ludenberg 69ecc0a46b feat(netinstall): add filesystem tooling and snapper to always-on Default group 2026-08-07 22:45:43 +02:00
c-ludenberg 61031fc3ff release(calamares-branding): v2.0 slideshow + DM selector rework
- bump calamares-branding-antergos-next to 2.0-1: major slideshow redesign
  (Manjaro space animation rework), DM packagechooser switched to netinstall-add
  with inline groups, default netinstall group gains network/audio/falkon so
  every install works regardless of DE, fix pkgdesc (offline installer buried)

- remove dead calamares-branding-antergos-next-minimal package (unused
  everywhere); drop from packages.yaml and README

- bump antergos-i3/sway/hyprland-config to 1.0-2: nerd fonts and icons back in
  depends so the rice actually renders, sources flattened for makepkg
2026-08-06 19:28:32 +02:00
c-ludenberg c7d4b791fc fix: cosmic-greeter greeter chain in calamares; add vulkan-nouveau for NVK
- calamares: insert cosmic-greeter-start branch into DMgreetd.set_autologin
  (anchored on the ddlm elif) so COSMIC+greetd installs launch the correct
  greeter instead of falling back to agreety. pkgrel 7 -> 8.
- branding netinstall: add vulkan-nouveau so newer NVIDIA GPUs work via the
  open NVK stack without nvidia-open. pkgrel bump not needed (netinstall only).
2026-08-03 19:53:24 +02:00
c-ludenberg 8679e86c16 Merge pull request #6 from Jah-yee/fix/logo-comment
fix: correct LOGO value in PKGBUILD comment (antergos-lookup → antergos-logo)
2026-08-03 12:14:17 +02:00
Jah-yee 07e29e3e33 fix: correct LOGO value in PKGBUILD comment (antergos-lookup → antergos-logo)
Fixes issue #4: PKGBUILD comment referenced LOGO=antergos-lookup
but the actual os-release uses LOGO=antergos-logo.
2026-08-02 15:13:52 +08:00
Jah-yee 70253cee52 fix: correct repo URL from antergos-pkgs to antergos-packages in PKGBUILDs
Fixes issue #1: two PKGBUILD files had wrong repo URL after repo rename.
packages/antergos-next-desktop-settings/PKGBUILD line 8
packages/antergos-next-mirrorlist/PKGBUILD line 8
2026-08-02 15:13:13 +08:00
c-ludenberg 67fc35eb58 fix(calamares): force HTTP/1.1 and add retries to Codeberg download
Codeberg's HTTP/2 endpoint is flaky and resets connections on
calamares-3.4.2.tar.gz. Forcing --http1.1 with --retry 5 avoids
the 'HTTP/2 stream 7 reset by server' error.

DLAGENTS in PKGBUILD is supported — Arch BBS and makepkg source
confirm it's read from the shell environment after sourcing.
2026-07-29 20:53:09 +02:00
c-ludenberg 07188d0b28 fix: replace em dash with ASCII dash in antergos-layan-theme PKGBUILD
The em dash (U+2014) in pkgdesc and optdepends strings was replaced
with a regular ASCII dash to avoid potential parser issues in the CI
container's bash version.
2026-07-29 20:29:30 +02:00
c-ludenberg 47028674c8 fix: escape apostrophe in optdepends string causing PKGBUILD parse failure
Single quote in 'won't' inside a single-quoted string closed
the quote prematurely. Changed to 'will not'.
2026-07-29 20:06:52 +02:00
c-ludenberg d73e09eebb fix: prevent antergos-live from deleting calamares.desktop, uncomment desktop-items calamares copy
Two sed patches (same pattern as existing GRUB patches):
- Comment out remove_calamares_launcher in antergos-live script
  so our branded calamares.desktop survives boot and shows
  in the app menu with locale translations.
- Uncomment calamares section in desktop-items so it copies
  calamares.desktop to the localized Desktop path (e.g.
  ~/Pulpit/ for Polish) instead of only the NoExtract'd
  calamares-config-switcher.desktop.
2026-07-29 19:23:14 +02:00
c-ludenberg 8244ba1eb1 fix: update VideoUrls format for plasma-smart-video-wallpaper-reborn v2.13.0 2026-07-29 18:37:38 +02:00
c-ludenberg 05ec74e84a absorb entire Style group into KDE Plasma entry, remove netinstall Style group — KDE gets full rice automatically 2026-07-28 21:42:17 +02:00
c-ludenberg bb23d4444e move sddm to optdepends in layan theme so it can be auto-included with KDE without forcing sddm on everyone 2026-07-28 21:40:27 +02:00
c-ludenberg 5107768a8b flat sources in WM PKGBUILDs so makepkg stops crying, nerd fonts and icons back in depends so the rice actually renders 2026-07-28 21:27:59 +02:00
c-ludenberg 26071fd05d 2 weeks no ISO and im losing my mind — README finally accurate, WM configs so i3cels stop coping, dconf wallpaper actually points to a file that exists. someone sedate me 2026-07-28 20:34:39 +02:00
c-ludenberg 4b7fd8835b fix(ci): add --overwrite='*' to pacman step for base/openrc 30-binfmt.hook conflict 2026-07-27 22:21:01 +02:00
c-ludenberg ad37b779f2 fix: add space animation slideshow files to PKGBUILD, bump pkgrel to 24 2026-07-27 22:17:42 +02:00
c-ludenberg 726c969721 what am i doing with my life borrowed Manjaro's slideshow for no reason 2026-07-27 22:07:20 +02:00
c-ludenberg d015c02e44 feat: branding DE/DM selectors, slideshow content redesign, layan wallpaper fix
calamares-branding-antergos-next:
- Replace packagechooser.conf (method: legacy, init selector) with
  packagechooser_de.conf (9 DEs, netinstall-add) and packagechooser_dm.conf
  (5 DMs, netinstall-select)
- Clean netinstall.yaml: remove Budgie, split i3/Sway, drop hidden groups
- Update settings_online.conf with packagechooser@de + @dm instances
- Redesign slideshow: 7 slides, accurate copy (Artix-based, not Arch),
  accent bar, better layout
- Bump pkgrel to 23

antergos-layan-theme:
- Fix plasma-org.kde.plasma.desktop-appletsrc video wallpaper path:
  Retro%20Sun%20WPE.mp4 -> antergos-wallpaper.mp4
2026-07-24 20:00:08 +02:00
c-ludenberg 7775a2bd79 fix: rename video wallpaper to no-spaces filename, bump pkgrel 2026-07-23 20:54:01 +02:00
c-ludenberg 2153d3f645 fix(antergos-layan-theme): add mkdir -p for video wallpaper dir, bump pkgrel to 5 2026-07-22 21:01:39 +02:00
c-ludenberg 573a5a3b50 add: i dont know what i added 2026-07-22 20:34:53 +02:00
c-ludenberg a2f1e7544e 🎉 SYNTHWAVE WALLPAPER: video wallpaper goes brrr
ships Retro Sun WPE.mp4 (credit: James White design, E-Cube anim) as
default desktop wallpaper via Smart Video Wallpaper Reborn plasmoid.
muted by default so your ears dont get synthwaved at 6am.
mpv bumped from optdepends to depends bc we ship a video now.

also the layan theme now comes with a built-in rave, you're welcome.
2026-07-22 19:58:31 +02:00
c-ludenberg 485339a711 calamares-next: no more konsole jumpscare, pacman log goes to file instead 2026-07-21 17:48:11 +02:00
c-ludenberg 9ffada8aac fix: fastfetch logo stretching and centering, slideshow COSMIC update
- Remove explicit width/height from fastfetch logo config so kitty auto-sizes without stretching
- Remove stray keyWidth:20 from first section footer that shifted bottom border right
- Add 4 dashes to first footer to match header width (71 chars each)
- Update slideshow COSMIC text and welcome app copy
2026-07-19 19:51:49 +02:00
c-ludenberg dd6ecc3a97 fix: replace antergos-sddm-theme with pixie-sddm-git in packages.yaml 2026-07-19 17:16:23 +02:00
c-ludenberg d0ff42cb54 fix: antergos-next-desktop-settings kdeglobals now uses Layan values instead of old Antergos-dark 2026-07-18 23:37:47 +02:00
c-ludenberg df2e7b41d9 fix(fastfetch): remove keyWidth on Web line for consistent alignment 2026-07-18 22:47:38 +02:00
c-ludenberg a346d7bea4 fix(appletsrc): use distributor-logo-antergos, fix fastfetch ratio, bump pkgrel 2026-07-18 22:26:13 +02:00
c-ludenberg 3e389d9167 feat: fetch AUR descriptions and categories in generate-index.py
- Fetch description/URL/license/depends from AUR API for packages
  without local PKGBUILD (AUR-only packages like kwin-zones, etc.)
- Add keyword/description-based category fallback so unknown packages
  aren't all 'other' — maps keywords like 'kwin' → desktop,
  'aur/helper/pacman' → tool, 'icon-theme' → branding, etc.
- Keep explicit category rules for known packages
2026-07-18 21:35:30 +02:00
c-ludenberg 513d76725c try: add Kurve runtime deps to optdepends
cava, python-websockets, qt6-websockets needed by audio
visualizer plasmoid at runtime.
2026-07-18 20:45:30 +02:00
c-ludenberg 97197be6db try: add AUR rice deps for CI build
kwin-zones, oh-my-posh-bin, pacseek — needed by the Layan rice,
built from AUR by CI.
2026-07-18 20:45:18 +02:00
c-ludenberg 69173e91d6 try: ship Antergos start icon SVG, drop Arch logo ref in kicker
customButtonImage=distributor-logo-archlinux falls back to generic
with Tela-circle. Replace with start-here-kde-antergos SVG shipped
to hicolor/scalable/places, point kicker at it.

Also bump pkgrel 1->2.
2026-07-18 20:13:04 +02:00
c-ludenberg eeb6e1fa6e fix: remove plasma-meta from Layan theme deps (handled by profile.yaml) 2026-07-18 18:55:01 +02:00
c-ludenberg fac41793ab fix: add tela-circle-icon-theme-git to packages.yaml 2026-07-18 00:49:36 +02:00
c-ludenberg 26d5654782 fix: create parent dir for grub theme pkg 2026-07-18 00:06:47 +02:00
c-ludenberg 82ff06c4da feat: bury offline mode, ship antergos-layan-theme
remember when i thought an offline installer was a good idea?
a pre-built squashfs that still needed internet to install DEs?
"offline" in name only. it was a lie. a beautiful, naive lie.

so i killed it. ripped out the mode picker, the connectivity check,
the whole AskMode() circus. calamares-next now just shows a notice
saying "yeah that wasnt actually offline" and launches directly
into online mode. no more pretending.

also fixed the QML nav button because having a greyed out "Next"
on the last page is terrible UX. now it says "Done" and quits.
youre welcome.

and since we nuked the offline mode, might as well make the
online mode look fucking spectacular. enter antergos-layan-theme:

- kvantum theme because your apps deserve better than qt dreck
- sddm theme (AntergosDark-Layan) for a sexy login screen
- every plasma plasmoid from the rice (panel colorizer, netspeed,
  shutdown switch, applets, separators, music toolbar, the works)
- yakuake arc-dark skin
- antergos logos in /usr/share/logos and /usr/share/pixmaps
- konsole profile, desktop appletsrc, all that jazz
- kde_settings.conf now points to AntergosDark-Layan sddm theme

also replaced the old antergos-grub-theme with the Layan grub
theme because the old one was a git-sourced abomination. 75 distro
icons, terminal box, selection widgets, antergos wallpaper.
ships to /usr/share/grub/themes/antergos/ so calamares finds it.

oh and a dozen audit fixes:
- kscreenlockerrc wallpaper path fixed
- kdialogrc no longer says some other distro
- 7 stale knsregistry files deleted (dev machine was leaking)
- systemd-inhibit guarded with command -v (dinit doesnt have it)
- plasma restart uses killall not systemctl --user
- "XeroLinux Toolkit" -> "Antergos Toolkit" in appletsrc
- KDE_SESSION_VERSION=5 -> =6 (its 2026)
- mirrorlist script says Artix not Arch
- SDDM Messages.sh removed from build artifacts
2026-07-16 21:57:36 +02:00
c-ludenberg 716ff74560 feat(antergos-wallpapers): add icon theme logo for online installs
Online installs don't get root-overlay files, so the antergos-logo
at hicolor icon theme paths (/usr/share/icons/hicolor/{128,256}x{128,256}/apps/
and /usr/share/pixmaps/) was missing on online-installed systems.

Add transparent logo PNGs at proper sizes to the wallpapers package,
which is already included in the online netinstall group.

Bump pkgrel to 7.
2026-07-14 20:44:25 +02:00
c-ludenberg 5bcaeffda7 fix: add discover to netinstall KDE Plasma group 2026-07-11 19:49:20 +02:00
c-ludenberg cc0a466749 fix: ship pipewire.desktop in pipewire pkg, add SDDM theme override config 2026-07-11 19:13:33 +02:00
c-ludenberg ed813487cb fork pipewire with dinit support in artix-pipewire-launcher
Fork pipewire 1:1.6.7-1 from Artix world repo with a patched
artix-pipewire-launcher that sets SUPPORT='YES' for dinit.

Previously the launcher treated dinit as unsupported (alongside
openrc), which broke XDG autostart of pipewire.desktop on
dinit-based systems. Users were told to use dinitctl instead.
This patch enables direct XDG autostart on dinit by changing:
  dinit|openrc)  SUPPORT='' ;;
to:
  openrc)  SUPPORT='' ;;
  dinit|runit|s6) SUPPORT='YES' ;;

Add pipewire to packages.yaml so CI picks it up.
2026-07-10 22:17:59 +02:00
c-ludenberg 46c8c7149f fix(calamares-branding-antergos-next-minimal): add missing minimal-info.qml to PKGBUILD
The minimal-info.qml file existed in the package directory but was
never listed in the source array or copied in package(), so the
notesqml module couldn't find it and failed to load.
2026-07-08 21:01:05 +02:00
c-ludenberg 9d5d45e931 fix(antergos-xfce-theme): set dark colors in gtkrc gtk-color-scheme
The gtk-color-scheme was using light variant colors (bg:#eeeeee,
base:#ffffff, fg:#555555) which bled into Qt apps via the gtk2
platform theme, causing Calamares to render with light backgrounds
despite the QSS stylesheet. Switched all colors to dark variant
(bg:#444444, base:#333333, fg:#dddddd, text:#eeeeee).
2026-07-08 20:59:45 +02:00
c-ludenberg 5d5faa300b fix(calamares-branding-antergos-next-minimal): comprehensive dark QSS — cover all Calamares widgets
Previous QSS only styled QMainWindow, QPushButton, QComboBox, QLineEdit,
and QProgressBar. Unstyled widgets (QListView, QTreeView, QGroupBox,
QRadioButton, QCheckBox, QScrollBar, QTabWidget, QHeaderView, etc.)
rendered with white backgrounds from the default Qt theme, making text
invisible in the Xfce live environment (no Plasma/Breeze dark).

New QSS covers every widget Calamares uses, with dark backgrounds
(#20252B / #262C34 / #2C3138) and Antergos blue (#4A9EFF) accents.
2026-07-08 19:37:55 +02:00
c-ludenberg a0de647748 fix(antergos-xfce-theme): mkdir before tar extract — pkgdir doesn't exist yet 2026-07-08 19:07:00 +02:00
c-ludenberg a43ebd898e feat: new Antergos NeXT Minimal (Xfce) edition — branding, theme, and packaging
Introduces a lightweight Xfce-based variant of Antergos NeXT to work
around the 2 GB GitHub Releases limit for the full Plasma ISO.

New packages in antergos-packages:
- calamares-branding-antergos-next-minimal: Calamares branding variant
  that says "Minimal (Xfce)" with a notesqml page explaining why this
  edition exists (Plasma ISO exceeded GitHub's 2 GB limit).
- antergos-xfce-theme: GTK 2.0/3.0/3.20 + xfwm4 theme based on Numix,
  recolored to Antergos brand accent (#4A9EFF). Includes xfce-notify-4.0,
  metacity-1, openbox-3, and unity support directories.

packages.yaml updated with both new packages in the build list.
2026-07-08 18:51:27 +02:00