diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 95eadbd1d8..4bd07af9a1 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -137,7 +137,7 @@ qt6-sensors = {} # KF6 Frameworks — explicit real-build surface in alphabetical order kirigami = {} kf6-kio = {} -# kde-cli-tools = {} # blocked: direct repo cook fails +kde-cli-tools = {} kdecoration = {} kf6-attica = {} diff --git a/local/recipes/kde/kf6-kidletime/recipe.toml b/local/recipes/kde/kf6-kidletime/recipe.toml index 2ce9c4970a..a5b17cfe31 100644 --- a/local/recipes/kde/kf6-kidletime/recipe.toml +++ b/local/recipes/kde/kf6-kidletime/recipe.toml @@ -42,7 +42,7 @@ cmake "${COOKBOOK_SOURCE}" \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=OFF \ -DWITH_X11=OFF \ - -DWITH_WAYLAND=OFF \ + -DWITH_WAYLAND=ON \ -DQT_SKIP_AUTO_PLUGIN_INCLUSION=ON \ -Wno-dev diff --git a/local/recipes/kde/kwin/recipe.toml b/local/recipes/kde/kwin/recipe.toml index ad2664725a..663a9e503f 100644 --- a/local/recipes/kde/kwin/recipe.toml +++ b/local/recipes/kde/kwin/recipe.toml @@ -105,17 +105,6 @@ cmake "${COOKBOOK_SOURCE}" \ -Wno-dev 2>&1 cmake --build . -j${COOKBOOK_MAKE_JOBS} 2>&1 cmake --install . --prefix "${STAGE}" 2>&1 - - # Downstream cmake configs for KF6WindowSystem/KF6Config (needed by plasma-framework, plasma-workspace, plasma-desktop — not KWin itself) - mkdir -p "${STAGE}/lib/cmake/KF6WindowSystem" "${STAGE}/lib/cmake/KF6Config" - cat > "${STAGE}/lib/cmake/KF6WindowSystem/KF6WindowSystemConfig.cmake" << 'EOFCMAKE' -find_package(Qt6 REQUIRED COMPONENTS Core Gui Widgets) -set(KF6WindowSystem_LIBRARIES Qt6::Gui) -EOFCMAKE - cat > "${STAGE}/lib/cmake/KF6Config/KF6ConfigConfig.cmake" << 'EOFCMAKE' -find_package(Qt6 REQUIRED COMPONENTS Core) -set(KF6Config_LIBRARIES Qt6::Core) -EOFCMAKE """ [package]