From 9899bf8cd0ee6beca672a51d6ef494e4676715bf Mon Sep 17 00:00:00 2001 From: demmm Date: Tue, 23 Jan 2024 11:25:11 +0100 Subject: [PATCH] KaOS has moved to Qt6/kf6 only for Calamares adjust deps-kaos.sh accordingly --- ci/deps-kaos.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/deps-kaos.sh b/ci/deps-kaos.sh index 76b3665dc..47942dbd8 100755 --- a/ci/deps-kaos.sh +++ b/ci/deps-kaos.sh @@ -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