meta-wayland/recipes-support/hyprland/hypridle_git.bb

18 lines
515 B
BlitzBasic
Raw Normal View History

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"
2024-10-23 17:04:33 +02:00
DEPENDS = "wayland wayland-native wayland-protocols hyprlang sdbus-c++"
S = "${WORKDIR}/git"
2024-10-23 17:04:33 +02:00
SRCREV = "af2d65dcdceda812e28ffe3497e03e8faa1bd46f"
PV = "0.1.4"
inherit cmake pkgconfig
2024-04-19 18:35:28 +02:00
2024-09-29 16:41:35 +02:00
FILES:${PN} += "${systemd_user_unitdir} ${datadir}/hypr/hypridle.conf"