2024-02-19 20:08:52 +01:00
|
|
|
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"
|
|
|
|
|
2024-02-26 09:30:37 +01:00
|
|
|
DEPENDS = "wayland wayland-native wayland-protocols hyprlang libxkbcommon cairo pango libdrm libpam virtual/libgl virtual/egl"
|
2024-02-19 20:08:52 +01:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-03-17 19:27:10 +01:00
|
|
|
SRCREV = "0fe10282559f02ea945f0ce8f1277cd695179442"
|
|
|
|
PV = "0.2.0"
|
2024-02-19 20:08:52 +01:00
|
|
|
|
|
|
|
inherit cmake pkgconfig features_check
|