hyprexpo: add recipe; update plugins

This commit is contained in:
Markus Volk 2024-04-05 18:23:25 +02:00
parent d300da1c43
commit 4127159e77
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,18 @@
SUMMARY = "A plugin to add expo (overlay) for workspaces."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a"
require hyprland-plugins.inc
DEPENDS = " \
pixman \
libdrm \
hyprland \
"
S = "${WORKDIR}/git/hyprexpo"
inherit meson pkgconfig
FILES:${PN} += "${libdir}/libhyprexpo.so"
FILES:${PN}-dev = ""

View File

@ -1,2 +1,2 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "4334510363a8420f17d88505d13405d5126eabf0"
SRCREV = "a7145f019254a7d953d56945c168d1bc698c35e4"