From d5acdbfd09b34cee7b0dd7e2a46e5e5dda944ce0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 7 Nov 2025 09:07:36 +0100 Subject: [PATCH] hyprland: update - use hyprland-guiutils --- .../hyprland/{hyprland_0.51.1.bb => hyprland_0.52.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename recipes-support/hyprland/hyprland/{hyprland_0.51.1.bb => hyprland_0.52.0.bb} (85%) diff --git a/recipes-support/hyprland/hyprland/hyprland_0.51.1.bb b/recipes-support/hyprland/hyprland/hyprland_0.52.0.bb similarity index 85% rename from recipes-support/hyprland/hyprland/hyprland_0.51.1.bb rename to recipes-support/hyprland/hyprland/hyprland_0.52.0.bb index 1864683..8b0a662 100644 --- a/recipes-support/hyprland/hyprland/hyprland_0.51.1.bb +++ b/recipes-support/hyprland/hyprland/hyprland_0.52.0.bb @@ -34,13 +34,14 @@ RRECOMMENDS:${PN} ?= " \ foot \ jq \ grim \ + hyprland-guiutils \ slurp \ wl-clipboard \ hyprland-contrib \ " SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" -SRCREV = "8e9add2afda58d233a75e4c5ce8503b24fa59ceb" +SRCREV = "f56ec180d3a03a5aa978391249ff8f40f949fb73" inherit cmake pkgconfig features_check @@ -51,6 +52,6 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}" PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON -DBUILD_HYPRTESTER=ON,-DBUILD_TESTING=OFF -DBUILD_HYPRTESTER=OFF" PACKAGECONFIG[systemd] = "-DSYSTEMD=ON,-DNO_SYSTEMD=ON" PACKAGECONFIG[xwayland] = "-DXWAYLAND=ON,-DNO_XWAYLAND=ON,libxcb xcb-util-wm xcb-util-renderutil xcb-util-errors xwayland,xwayland" -PACKAGECONFIG[qt] = ",,hyprland-qtutils,hyprland-qtutils hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-welcome hyprland-qt-support qt6ct" +PACKAGECONFIG[qt] = ",,,hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-welcome hyprland-qt-support qt6ct" FILES:${PN} += "${datadir} ${systemd_user_unitdir} ${libdir}/hyprtestplugin.so"