2024-02-18 19:22:39 +01:00
|
|
|
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++"
|
2024-02-18 19:22:39 +01:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-10-23 17:04:33 +02:00
|
|
|
SRCREV = "af2d65dcdceda812e28ffe3497e03e8faa1bd46f"
|
|
|
|
PV = "0.1.4"
|
2024-02-18 19:22:39 +01:00
|
|
|
|
|
|
|
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"
|