Merge pull request #2274 from demmm/calamares

KaOS has moved to Qt6/kf6 only for Calamares
This commit is contained in:
Adriaan de Groot 2024-01-25 21:04:50 +01:00 committed by GitHub
commit e5781d9f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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