meta-wayland/recipes-support/hyprland/hypridle_git.bb
Markus Volk 5f57ca7e23 hypridle: update
- use sdbus-c++-2
2024-10-23 17:04:33 +02:00

18 lines
515 B
BlitzBasic

SUMMARY = "Hyprland's idle daemon"
HOMEPAGE = "https:/github.com/hyprwm/hypridle"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
SRC_URI = "git://github.com/hyprwm/hypridle.git;protocol=https;branch=main"
DEPENDS = "wayland wayland-native wayland-protocols hyprlang sdbus-c++"
S = "${WORKDIR}/git"
SRCREV = "af2d65dcdceda812e28ffe3497e03e8faa1bd46f"
PV = "0.1.4"
inherit cmake pkgconfig
FILES:${PN} += "${systemd_user_unitdir} ${datadir}/hypr/hypridle.conf"