From e8e33e35c4b87396ee043fa34c70dbad6a7dde57 Mon Sep 17 00:00:00 2001 From: Breadway Date: Sat, 13 Jun 2026 16:40:59 +0800 Subject: [PATCH] Source calamares from official extra, not [breadway] calamares and calamares-qt6 are in Arch's extra repo; no custom PKGBUILD needed. Update packages.x86_64 and the pacman.conf comment accordingly. --- iso/packages.x86_64 | 2 +- iso/pacman.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iso/packages.x86_64 b/iso/packages.x86_64 index 6abc179..b69e43c 100644 --- a/iso/packages.x86_64 +++ b/iso/packages.x86_64 @@ -62,7 +62,7 @@ foot # File manager nautilus -# Installer — sourced from [breadway] repo (see pacman.conf) +# Installer — from the official extra repo calamares calamares-qt6 diff --git a/iso/pacman.conf b/iso/pacman.conf index 6863265..04dbb8a 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -26,9 +26,9 @@ Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist # ----------------------------------------------------------------------- -# Breadway custom repo — provides: bakery, calamares (pre-built), and the -# bread ecosystem packages (bread, breadbar, breadbox, breadcrumbs, breadpad, -# bos-settings). +# Breadway custom repo — provides: bakery and the bread ecosystem packages +# (bread, breadbar, breadbox, breadcrumbs, breadpad, bos-settings). +# (calamares comes from the official extra repo, not here.) # # Packages are published to the Forgejo Arch registry (group "os") by the # .forgejo/workflows/package.yml workflow in each repo, on tag push.