KaOS has moved to Qt6/kf6 only for Calamares

adjust deps-kaos.sh accordingly
This commit is contained in:
demmm 2024-01-23 11:25:11 +01:00
parent 627465a734
commit 9899bf8cd0

View File

@ -11,15 +11,15 @@ pacman -Syu --noconfirm git cmake ninja # No jq available
pacman -S --noconfirm \
"gcc" \
"boost" \
"qt5-tools" \
"qt6-tools" \
"yaml-cpp" \
"kpmcore" \
"icu"
pacman -S --noconfirm \
"extra-cmake-modules" \
"kiconthemes" \
"kservice" \
"kio" \
"kparts" \
"qtwebengine"
"kiconthemes6" \
"kservice6" \
"kio6" \
"kparts6" \
"qt6-webengine"
true