From b682aeee320e1d8453d8257d8c1df6def219f5e2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 5 Nov 2023 09:18:50 +0100 Subject: [PATCH] xdg-desktop-portal-hyprland: Update xdg-desktop-portal-hyprland now uses grim/slurp/hyprpicker for the screenshot portal. Add rdepends --- .../xdg-desktop-portal-hyprland.bb | 2 +- .../xdg-desktop-portal-hyprland.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb index 4a64652..6c962d8 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb @@ -18,7 +18,7 @@ DEPENDS = " \ virtual/libgbm \ " -RDEPENDS:${PN} = "hyprland-share-picker" +RDEPENDS:${PN} = "hyprland-share-picker grim slurp hyprpicker" RCONFLICTS:${PN} = "xdg-desktop-portal-wlr xdg-desktop-portal-gnome" inherit meson pkgconfig features_check diff --git a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc index a621626..559ccd9 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc +++ b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc @@ -1,3 +1,3 @@ SRC_URI = "gitsm://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1" -SRCREV = "22e7a65ff9633e1dedfa5317fdffc49f68de2ff2" -PV = "1.2.3" +SRCREV = "b2fc1110963fa583ad5348a9dc0101bd58ceac7a" +PV = "1.2.4"