mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
hyprland: cleanup
This commit is contained in:
17
recipes-support/hyprland/hypridle/hypridle_git.bb
Normal file
17
recipes-support/hyprland/hypridle/hypridle_git.bb
Normal file
@ -0,0 +1,17 @@
|
||||
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 = "26780ac51f6e7273e3934885036b7a7ed1a5af01"
|
||||
PV = "0.1.5"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
FILES:${PN} += "${systemd_user_unitdir} ${datadir}/hypr/hypridle.conf"
|
Reference in New Issue
Block a user