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.
This commit is contained in:
2026-07-08 21:01:05 +02:00
parent 9d5d45e931
commit 46c8c7149f
@@ -32,7 +32,8 @@ source=("branding.desc"
"welcome.conf"
"settings_offline.conf"
"settings_online.conf"
"calamares-next.sh")
"minimal-info.qml"
"calamares-next.sh")
sha256sums=('SKIP'
'SKIP'
'SKIP'
@@ -52,6 +53,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
@@ -75,6 +77,7 @@ package() {
cp "draw-rectangle.svg" "${pkgdir}${_brand}/"
cp "antergos-logo.png" "${pkgdir}${_brand}/"
cp "antergos-icon.png" "${pkgdir}${_brand}/"
cp "minimal-info.qml" "${pkgdir}${_brand}/"
# Also overwrite default branding so Artix calamares package can't sneak in
local _defbrand="/usr/share/calamares/branding/default"