diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb new file mode 100644 index 0000000..abdc4c3 --- /dev/null +++ b/recipes-support/hyprland/hyprland-plugins/hyprland-hyprscrolling.bb @@ -0,0 +1,24 @@ +SUMMARY = "A plugin to add scrolling layout" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" + +require hyprland-plugins.inc + +DEPENDS = " \ + pixman \ + libdrm \ + hyprland \ + libinput \ + udev \ + pango \ + cairo \ + wayland-native \ + libxkbcommon \ +" + +S = "${WORKDIR}/git/hyprscrolling" + +inherit meson pkgconfig + +FILES:${PN} += "${libdir}/libhyprscrolling.so" +FILES:${PN}-dev = "" diff --git a/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc b/recipes-support/hyprland/hyprland-plugins/hyprland-plugins.inc index db0d611..974ed4f 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 = "a2cc080386f1f58ab08f26bb89d230e5d10cfb58" +SRCREV = "c0e675dd87d737f8ef64327291cbbb201f3764ba" # Hack to allow patching the plugins do_configure:prepend() {