From 837d9f1c5f9eebe08b9919f7ea8ee3b3401089a3 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 18 Feb 2024 19:22:39 +0100 Subject: [PATCH] hypridle: add recipe Add hyprlands idle daemon --- recipes-support/hyprland/hypridle_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-support/hyprland/hypridle_git.bb diff --git a/recipes-support/hyprland/hypridle_git.bb b/recipes-support/hyprland/hypridle_git.bb new file mode 100644 index 0000000..31c2f19 --- /dev/null +++ b/recipes-support/hyprland/hypridle_git.bb @@ -0,0 +1,15 @@ +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 = "411addbd9f9ae681184e20e757c40c05e8dfecc4" +PV = "0.1.0" + +inherit cmake pkgconfig