From 1d3dff334a478c9f665073fcf0e3b8e2992c8fa0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 23 Jun 2024 23:14:19 +0200 Subject: [PATCH] hyprland-plugins: update --- recipes-support/hyprland/hyprland-plugins.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes-support/hyprland/hyprland-plugins.inc b/recipes-support/hyprland/hyprland-plugins.inc index 4944829..fd4431f 100644 --- a/recipes-support/hyprland/hyprland-plugins.inc +++ b/recipes-support/hyprland/hyprland-plugins.inc @@ -1,2 +1,8 @@ SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" -SRCREV = "db46f6acb3c5780c7f276c03d90c94ea250438b9" +SRCREV = "135de7b88649dbe5fea8c997447bdc9d6f15ad86" + +# Hack to allow patching the plugins +do_configure:prepend() { + rm -rf ${S}/patches + rm -rf ${S}/.pc +}