From e67cd08e5448b7271a5fae887ee6331b45cbb3f8 Mon Sep 17 00:00:00 2001 From: shadichy Date: Wed, 25 Dec 2024 17:11:54 +0700 Subject: [PATCH] remove qtquick-privatewidgets dependency Signed-off-by: shadichy --- ci/build-deb.sh | 2 +- ci/debian/control | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/build-deb.sh b/ci/build-deb.sh index 45ae8e1..64941e7 100755 --- a/ci/build-deb.sh +++ b/ci/build-deb.sh @@ -26,7 +26,7 @@ cp -rf debian .. rm -rf debian calamares-${pkgver} # Install dependencies -yes | apt install libkf6config-dev libkf6config-dev-bin libkf6configwidgets-dev libkf6coreaddons-dev libkf6crash-dev libkf6i18n-dev libkf6iconthemes-dev libkf6kio-dev libkf6notifyconfig-dev libkf6package-dev libkf6parts-dev libkf6service-dev libkf6solid-dev libpolkit-qt6-1-dev qt6-base-private-dev qt6-declarative-dev qt6-declarative-dev-tools qt6-declarative-private-dev qt6-quick3d-dev-tools qt6-quick3dphysics-dev-tools qt6-shadertools-dev qt6-svg-dev qt6-svg-private-dev qt6-tools-dev qt6-tools-dev-tools qt6-tools-private-dev qt6-wayland-dev-tools qt6-webengine-dev qt6-webengine-dev-tools qt6-webengine-private-dev cmake extra-cmake-modules libkpmcore-dev libparted-dev libpwquality-dev libboost-python-dev libyaml-cpp-dev qml6-module-qtquick-layouts qml6-module-qtquick-privatewidgets qml6-module-qtquick-window qml6-module-qtquick +yes | apt install libkf6config-dev libkf6config-dev-bin libkf6configwidgets-dev libkf6coreaddons-dev libkf6crash-dev libkf6i18n-dev libkf6iconthemes-dev libkf6kio-dev libkf6notifyconfig-dev libkf6package-dev libkf6parts-dev libkf6service-dev libkf6solid-dev libpolkit-qt6-1-dev qt6-base-private-dev qt6-declarative-dev qt6-declarative-dev-tools qt6-declarative-private-dev qt6-quick3d-dev-tools qt6-quick3dphysics-dev-tools qt6-shadertools-dev qt6-svg-dev qt6-svg-private-dev qt6-tools-dev qt6-tools-dev-tools qt6-tools-private-dev qt6-wayland-dev-tools qt6-webengine-dev qt6-webengine-dev-tools qt6-webengine-private-dev cmake extra-cmake-modules libkpmcore-dev libparted-dev libpwquality-dev libboost-python-dev libyaml-cpp-dev qml6-module-qtquick-layouts qml6-module-qtquick-window qml6-module-qtquick cd .. diff --git a/ci/debian/control b/ci/debian/control index 6e87a53..acc65f2 100644 --- a/ci/debian/control +++ b/ci/debian/control @@ -32,7 +32,6 @@ Build-Depends: debhelper-compat (= 13), pkexec, python3:any, qml6-module-qtquick-layouts, - qml6-module-qtquick-privatewidgets, qml6-module-qtquick-window, qml6-module-qtquick, libpolkit-qt6-1-dev,