mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
hyprland: cleanup
This commit is contained in:
40
recipes-support/hyprland/hyprlock/hyprlock_git.bb
Normal file
40
recipes-support/hyprland/hyprlock/hyprlock_git.bb
Normal file
@ -0,0 +1,40 @@
|
||||
SUMMARY = "Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/hyprlock"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprlock.git;protocol=https;branch=main"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
||||
hyprgraphics \
|
||||
hyprlang \
|
||||
hyprutils \
|
||||
hyprwayland-scanner-native \
|
||||
jpeg \
|
||||
libdrm \
|
||||
libpam \
|
||||
libwebp \
|
||||
libxkbcommon \
|
||||
pango \
|
||||
sdbus-c++ \
|
||||
virtual/egl \
|
||||
virtual/libgl \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "3d63d9b129d5def270bc8a2471347e6f97274e2b"
|
||||
PV = "0.6.0"
|
||||
|
||||
inherit cmake pkgconfig features_check
|
||||
|
||||
do_install() {
|
||||
install -Dm755 ${B}/hyprlock ${D}${bindir}/hyprlock
|
||||
install -Dm644 ${S}/pam/hyprlock ${D}${sysconfdir}/pam.d/hyprlock
|
||||
}
|
Reference in New Issue
Block a user