Skip to content

Commit 2b85af3

Browse files
zccrsCopilot
andcommitted
ci: fix package names for Qt5/Qt6 builds
- Qt5 build: replace libqtxdg (Qt6 version) with libqt5xdg (Qt5 version) - Qt5 build: remove kwayland (Qt6/KF6 version, not needed) - Qt6 build: remove qt6-quickcontrols2 (non-existent, bundled in qt6-declarative) - Qt6 build: add libqtxdg (Qt6 xdgiconloader) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 71e070c commit 2b85af3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dtkdeclarative-archlinux-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
extra-cmake-modules \
3636
gtest \
3737
librsvg libraw \
38-
libqtxdg kwayland \
38+
libqt5xdg \
3939
icu uchardet dbus spdlog gsettings-qt \
4040
dtkcommon dtklog \
4141
treeland-protocols dtkcore dtkgui
@@ -44,11 +44,12 @@ jobs:
4444
if: matrix.qt_version == 6
4545
run: |
4646
pacman -S --noconfirm --noprogressbar \
47-
qt6-base qt6-tools qt6-declarative qt6-quickcontrols2 \
47+
qt6-base qt6-tools qt6-declarative \
4848
qt6-wayland qt6-svg qt6-imageformats \
4949
extra-cmake-modules \
5050
gtest \
5151
librsvg libraw \
52+
libqtxdg \
5253
icu uchardet dbus spdlog \
5354
dtkcommon dtk6log \
5455
treeland-protocols dtk6core dtk6gui

0 commit comments

Comments
 (0)