mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
22
recipes-support/hyprland/hypridle/hypridle_0.1.6.bb
Normal file
22
recipes-support/hyprland/hypridle/hypridle_0.1.6.bb
Normal file
@ -0,0 +1,22 @@
|
||||
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 \
|
||||
hyprwayland-scanner-native \
|
||||
hyprlang sdbus-c++ \
|
||||
hyprland-protocols \
|
||||
"
|
||||
|
||||
SRCREV = "84f9f2e127dba49c9bffe293f46bed400e0034a0"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
FILES:${PN} += "${systemd_user_unitdir} ${datadir}/hypr/hypridle.conf"
|
Reference in New Issue
Block a user