diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb new file mode 100644 index 0000000..e1b5387 --- /dev/null +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprfocus.bb @@ -0,0 +1,10 @@ +SUMMARY = "Flashfocus for Hyprland" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" + +require hyprland-plugins.inc + +S = "${WORKDIR}/git/hyprfocus" + +FILES:${PN} += "${libdir}/libhyprfocus.so" + diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc b/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc index f0c13e1..24bc729 100644 --- a/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc @@ -1,5 +1,5 @@ SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main" -SRCREV = "c0e675dd87d737f8ef64327291cbbb201f3764ba" +SRCREV = "39c28321027628357442395bd0df52d495fa5cad" DEPENDS = " \ pixman \