gui-apps/hyprlock: add 0.9.2

Signed-off-by: joker1007 <kakyoin.hierophant@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/396
Closes: https://github.com/gentoo/guru/pull/396
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
joker1007
2025-11-09 16:21:07 +09:00
committed by David Roman
parent 14ea4c1805
commit 998a772878
2 changed files with 52 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST hyprlock-0.9.1.tar.gz 83699 BLAKE2B bd99380e091e0eb28707ef29bf46bd240a402b9c29dfa5d11300c289dcc28686dc370d3117a1048325ad7298cea4ef6718d9fd7571cbcc7b6e491ae3131eac53 SHA512 7fcb5cdb6504f635b161291d67428d84b03baf423239a66478efa217ab9806362539fbf39fac99eca0e55a5a825b92665fb2d4e4d722680e5aad551c08c7ed58
DIST hyprlock-0.9.2.tar.gz 84454 BLAKE2B 15e4b95ab2f19a26f0a1279481c4b2c49d901dec5c115985ae244522f1fcdd10255912e69d93553cd49709947a8475275d4aaf32c230418c412ae39b6632e70f SHA512 9753600fcdc087ea31a28c35071efcb6c8288b2f652767f40d91794dc0aeb8e94737aa7658c2107890f1c6a0242e4e88778e98b28b0bacad65ac3c5c8516b8c5

View File

@@ -0,0 +1,51 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Hyprland's GPU-accelerated screen locking utility"
HOMEPAGE="https://github.com/hyprwm/hyprlock"
if [[ "${PV}" = *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
else
SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-cpp/sdbus-c++:0/2
dev-libs/date
dev-libs/glib:2
dev-libs/hyprgraphics
>=dev-libs/hyprlang-0.6.0
dev-libs/wayland
>=dev-util/hyprwayland-scanner-0.4.4
>=gui-libs/hyprutils-0.8.0:=
media-libs/libglvnd
media-libs/mesa[opengl]
sys-libs/pam
x11-libs/cairo
x11-libs/libdrm
x11-libs/libxkbcommon
x11-libs/pango
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"
PATCHES=(
"${FILESDIR}/${PN}-0.4.1-fix-CFLAGS-CXXFLAGS.patch"
)