From 8bdf7f3198cf0f36f2e7242667f1d7300a74eae5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 12 Nov 2025 10:04:08 +0100 Subject: [PATCH] switch recipes to qt 6.10 remove dependency on qtwayland --- .../meta-qt6/recipes-qt/btrfs-assistant/btrfs-assistant_2.2.bb | 2 +- .../hyprland/hyprland-qt-support/hyprland-qt-support_0.1.0.bb | 2 +- .../hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb | 1 - .../hyprland/hyprpolkitagent/hyprpolkitagent_0.1.3.bb | 2 +- .../recipes-qt/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb | 2 +- .../meta-qt6/recipes-qt/kde/breeze-icons/breeze-icons_6.18.0.bb | 2 -- .../meta-qt6/recipes-qt/kde/karchive/karchive_6.18.0.bb | 2 -- .../meta-qt6/recipes-qt/kde/kcolorscheme/kcolorscheme_6.18.0.bb | 2 -- .../meta-qt6/recipes-qt/kde/kguiaddons/kguiaddons_6.18.0.bb | 2 -- dynamic-layers/meta-qt6/recipes-qt/kde/ki18n/ki18n_6.18.0.bb | 2 -- .../meta-qt6/recipes-qt/kde/kiconthemes/kiconthemes_6.18.0.bb | 2 -- .../recipes-qt/kde/kwidgetaddons/kwidgetaddons_6.18.0.bb | 2 -- .../recipes-qt/kde/kwindowsystem/kwindowsystem_6.18.0.bb | 2 -- .../plasma-wayland-protocols/plasma-wayland-protocols_1.19.0.bb | 2 +- .../recipes-qt/qAdwaitaDecorations/qadwaitadecorations_0.1.6.bb | 2 -- .../meta-qt6/recipes-qt/qgnomeplatform/qgnomeplatform_0.9.2.bb | 2 -- 16 files changed, 5 insertions(+), 26 deletions(-) diff --git a/dynamic-layers/meta-qt6/recipes-qt/btrfs-assistant/btrfs-assistant_2.2.bb b/dynamic-layers/meta-qt6/recipes-qt/btrfs-assistant/btrfs-assistant_2.2.bb index d76fbd8..26be34b 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/btrfs-assistant/btrfs-assistant_2.2.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/btrfs-assistant/btrfs-assistant_2.2.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bf7e2ce7c2a6b6b42b34714d917ee2c7" SRC_URI = "git://gitlab.com/btrfs-assistant/btrfs-assistant.git;protocol=https;nobranch=1" SRCREV = "cbec3b34df1487520d8680f71acf607ef281adda" -DEPENDS = "qtbase qtbase-native qttools-native qtwayland qtwayland-native btrfs-tools" +DEPENDS = "qtbase qtbase-native qttools-native btrfs-tools" RRECOMMENDS:${PN} = "snapper qadwaitadecorations" inherit qt6-cmake diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-qt-support/hyprland-qt-support_0.1.0.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-qt-support/hyprland-qt-support_0.1.0.bb index 1d2a470..bb02aba 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-qt-support/hyprland-qt-support_0.1.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-qt-support/hyprland-qt-support_0.1.0.bb @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/hyprwm/hyprland-qt-support.git;protocol=https;branch SRCREV = "767e884cda77bea293982c2116333308930d7800" -DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprlang" +DEPENDS = "qtbase qtquick3d qttools-native hyprlang" inherit qt6-cmake pkgconfig diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb index f07b42d..4d5afdb 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb @@ -8,6 +8,5 @@ SRC_URI = "git://github.com/hyprwm/hyprland-welcome.git;protocol=https;branch=ma SRCREV = "51561c00288775ad7afc20f47783bb068093ca5a" DEPENDS = "qtbase" -RDEPENDS:${PN} = "qtwayland" inherit qt6-cmake diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprpolkitagent/hyprpolkitagent_0.1.3.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprpolkitagent/hyprpolkitagent_0.1.3.bb index 2d6a736..63ce49b 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprpolkitagent/hyprpolkitagent_0.1.3.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprpolkitagent/hyprpolkitagent_0.1.3.bb @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/hyprwm/hyprpolkitagent.git;protocol=https;branch=mai SRCREV = "7e4054410f6d6331b239fea1c659ad6a917fbf6a" -DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native polkit polkit-qt hyprutils" +DEPENDS = "qtbase qtquick3d qttools-native polkit polkit-qt hyprutils" RDEPENDS:${PN} = "hyprland-qt-support" inherit qt6-cmake pkgconfig diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb index d94304b..05aa5c5 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprland/hyprsysteminfo/hyprsysteminfo_0.1.3.bb @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/hyprwm/hyprsysteminfo.git;protocol=https;branch=main SRCREV = "17f041e2d539bd63ec116a77236ea37a17c6b3e6" -DEPENDS = "qtbase qtquick3d qttools-native hyprutils qtwayland qtwayland-native" +DEPENDS = "qtbase qtquick3d qttools-native hyprutils" RDEPENDS:${PN} = "hyprland-qt-support" inherit qt6-cmake diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/breeze-icons/breeze-icons_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/breeze-icons/breeze-icons_6.18.0.bb index 55242cd..2c9cfd9 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/breeze-icons/breeze-icons_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/breeze-icons/breeze-icons_6.18.0.bb @@ -10,8 +10,6 @@ SRCREV = "640296c15419dddf9bbb5582f0c3019b7cc864aa" DEPENDS = " \ breeze-icons-native \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ extra-cmake-modules \ python3-lxml-native \ diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/karchive/karchive_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/karchive/karchive_6.18.0.bb index 7ca065c..103e799 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/karchive/karchive_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/karchive/karchive_6.18.0.bb @@ -11,8 +11,6 @@ DEPENDS = " \ extra-cmake-modules \ openssl \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ extra-cmake-modules \ xz \ diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/kcolorscheme/kcolorscheme_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/kcolorscheme/kcolorscheme_6.18.0.bb index 1624b26..6c65e26 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/kcolorscheme/kcolorscheme_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/kcolorscheme/kcolorscheme_6.18.0.bb @@ -9,8 +9,6 @@ SRCREV = "ba3ccfcd1b049e7b6a078765e5ef76803dde2afb" DEPENDS = " \ appstream-native \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ extra-cmake-modules \ kconfig \ diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/kguiaddons/kguiaddons_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/kguiaddons/kguiaddons_6.18.0.bb index 8da34bb..8635082 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/kguiaddons/kguiaddons_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/kguiaddons/kguiaddons_6.18.0.bb @@ -8,8 +8,6 @@ SRCREV = "719d16f877f1a5ea7c9806eebf275bff130e7182" DEPENDS = " \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ extra-cmake-modules \ kconfig \ diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/ki18n/ki18n_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/ki18n/ki18n_6.18.0.bb index 1c37bcb..667beda 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/ki18n/ki18n_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/ki18n/ki18n_6.18.0.bb @@ -8,8 +8,6 @@ SRCREV = "32c3811dd8360dca9ae17cc0d72a6d437d6e583f" DEPENDS = " \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ extra-cmake-modules \ kconfig \ diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/kiconthemes/kiconthemes_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/kiconthemes/kiconthemes_6.18.0.bb index cd0d9a5..439c7ec 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/kiconthemes/kiconthemes_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/kiconthemes/kiconthemes_6.18.0.bb @@ -9,8 +9,6 @@ SRCREV = "dd9f0222ac453c6b77fcea369b68649ac5eba633" DEPENDS = " \ breeze-icons \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ extra-cmake-modules \ karchive \ diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/kwidgetaddons/kwidgetaddons_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/kwidgetaddons/kwidgetaddons_6.18.0.bb index c4074bb..d9c1be8 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/kwidgetaddons/kwidgetaddons_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/kwidgetaddons/kwidgetaddons_6.18.0.bb @@ -8,8 +8,6 @@ SRCREV = "a755cffa7f629abee2d9ba9cd19ac0c035a6e69f" DEPENDS = " \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ extra-cmake-modules \ kconfig \ diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/kwindowsystem/kwindowsystem_6.18.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/kwindowsystem/kwindowsystem_6.18.0.bb index e966670..614110d 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/kwindowsystem/kwindowsystem_6.18.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/kwindowsystem/kwindowsystem_6.18.0.bb @@ -9,8 +9,6 @@ SRC_URI[sha256sum] = "a0a046039a11baebacd96d836e5765b981426f60d2cea9ff9a99ba8dbe DEPENDS = " \ qtbase \ - qtwayland \ - qtwayland-native \ qttools-native \ plasma-wayland-protocols \ " diff --git a/dynamic-layers/meta-qt6/recipes-qt/kde/plasma-wayland-protocols/plasma-wayland-protocols_1.19.0.bb b/dynamic-layers/meta-qt6/recipes-qt/kde/plasma-wayland-protocols/plasma-wayland-protocols_1.19.0.bb index 57c3fc6..f915b8d 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/kde/plasma-wayland-protocols/plasma-wayland-protocols_1.19.0.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/kde/plasma-wayland-protocols/plasma-wayland-protocols_1.19.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" SRC_URI = "https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-${PV}.tar.xz" SRC_URI[sha256sum] = "45679fe7a63c414f2c81793a62528fae6ccee584b6965719d7f9fc6dd48ba846" -DEPENDS = "extra-cmake-modules qtwayland-native" +DEPENDS = "extra-cmake-modules" BBCLASSEXTEND = "native nativesdk" diff --git a/dynamic-layers/meta-qt6/recipes-qt/qAdwaitaDecorations/qadwaitadecorations_0.1.6.bb b/dynamic-layers/meta-qt6/recipes-qt/qAdwaitaDecorations/qadwaitadecorations_0.1.6.bb index ea67ebd..aae3463 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/qAdwaitaDecorations/qadwaitadecorations_0.1.6.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/qAdwaitaDecorations/qadwaitadecorations_0.1.6.bb @@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" DEPENDS = " \ qtbase \ qtsvg \ - qtwayland \ - qtwayland-native \ " inherit qt6-cmake diff --git a/dynamic-layers/meta-qt6/recipes-qt/qgnomeplatform/qgnomeplatform_0.9.2.bb b/dynamic-layers/meta-qt6/recipes-qt/qgnomeplatform/qgnomeplatform_0.9.2.bb index 6745b63..f9189e5 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/qgnomeplatform/qgnomeplatform_0.9.2.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/qgnomeplatform/qgnomeplatform_0.9.2.bb @@ -11,8 +11,6 @@ DEPENDS = " \ qtbase \ qtdeclarative \ qtdeclarative-native \ - qtwayland \ - qtwayland-native \ " RDEPENDS:${PN} = "adwaita-qt"