From ac781e432481dd2cf538928f4f29893615dd4348 Mon Sep 17 00:00:00 2001 From: rewine Date: Wed, 17 Jan 2024 11:36:56 +0800 Subject: [PATCH] feat: check qt >= 6.6.1 and remove deepin_testing ci log: x:{x=...} seems can't work in 6.6.0 --- .obs/workflows.yml | 8 -------- debian/control | 6 +++--- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.obs/workflows.yml b/.obs/workflows.yml index 97a8630f..dbc9933b 100644 --- a/.obs/workflows.yml +++ b/.obs/workflows.yml @@ -16,14 +16,6 @@ test_build: - x86_64 - aarch64 - - name: deepin_testing - paths: - - target_project: vioken - target_repository: deepin_23_testing - architectures: - - x86_64 - - aarch64 - filters: event: pull_request diff --git a/debian/control b/debian/control index 51e35a77..953bc178 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,10 @@ Build-Depends: debhelper-compat (= 13), libxkbcommon-dev, libxcb-ewmh-dev, python3-docutils, - qt6-base-dev (>= 6.4.0~), - qt6-declarative-dev (>= 6.4.0~), + qt6-base-dev (>= 6.6.1~), + qt6-declarative-dev (>= 6.6.1~), qt6-tools-dev, - qt6-tools-dev-tools (>= 6.4.0~), + qt6-tools-dev-tools (>= 6.6.1~), qt6-wayland, qt6-wayland-dev, qt6-wayland-private-dev,