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:
39
recipes-support/hyprland/hyprlock/hyprlock_0.8.2.bb
Normal file
39
recipes-support/hyprland/hyprlock/hyprlock_0.8.2.bb
Normal file
@ -0,0 +1,39 @@
|
||||
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 \
|
||||
virtual/libgbm \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
SRCREV = "6c64630df81b52208b210f02476f55e4db56e6cf"
|
||||
|
||||
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