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 \ pacman -S --noconfirm \
"gcc" \ "gcc" \
"boost" \ "boost" \
"qt5-tools" \ "qt6-tools" \
"yaml-cpp" \ "yaml-cpp" \
"kpmcore" \ "kpmcore" \
"icu" "icu"
pacman -S --noconfirm \ pacman -S --noconfirm \
"extra-cmake-modules" \ "extra-cmake-modules" \
"kiconthemes" \ "kiconthemes6" \
"kservice" \ "kservice6" \
"kio" \ "kio6" \
"kparts" \ "kparts6" \
"qtwebengine" "qt6-webengine"
true true