From 66cf21a5ddaad50853ac5cf6e61ebd90acad05ab Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 29 Nov 2023 18:08:20 +0100 Subject: [PATCH] hyprland-plugins: Update --- .../hyprland-contrib/hyprland-hyprwinwrap.bb | 18 ++++++++++++++++++ .../hyprland-contrib/hyprland-plugins.inc | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 recipes-support/hyprland-contrib/hyprland-hyprwinwrap.bb diff --git a/recipes-support/hyprland-contrib/hyprland-hyprwinwrap.bb b/recipes-support/hyprland-contrib/hyprland-hyprwinwrap.bb new file mode 100644 index 0000000..8b1075a --- /dev/null +++ b/recipes-support/hyprland-contrib/hyprland-hyprwinwrap.bb @@ -0,0 +1,18 @@ +SUMMARY = "Clone of xwinwrap for hyprland." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" + +require hyprland-plugins.inc + +DEPENDS = " \ + pixman \ + libdrm \ + hyprland \ +" + +S = "${WORKDIR}/git/hyprwinwrap" + +inherit meson pkgconfig + +FILES:${PN} += "${libdir}/libhyprwinwrap.so" +FILES:${PN}-dev = "" diff --git a/recipes-support/hyprland-contrib/hyprland-plugins.inc b/recipes-support/hyprland-contrib/hyprland-plugins.inc index 6123f99..2d77836 100644 --- a/recipes-support/hyprland-contrib/hyprland-plugins.inc +++ b/recipes-support/hyprland-contrib/hyprland-plugins.inc @@ -1,2 +1,2 @@ SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" -SRCREV = "2cc193e6dc524baed841c016109b4f48fd0512a3" +SRCREV = "b225987d6c3b0b962f8bc67164966c6fdc9b3f74"