mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/hyprlock: add 0.9.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST hyprlock-0.8.2.tar.gz 80394 BLAKE2B a1bc646e025006d9cd59b39681692d8519a46e4bd79b319ecf2f5bee1f5bd04fc4374efc0027f1334cf2c4eb0ae4e54e01f84bbc67c2a75a4a9b22a2a7281464 SHA512 000057d2ebdb1d1e3a7cb38201afb1f02b4bb77f180283d85f117a9306e739964c7f33ee63124aa6e2f292ebdda40a2c5cb6114f5b0c557f2cbc6ff2e7daff56
|
||||
DIST hyprlock-0.9.1.tar.gz 83699 BLAKE2B bd99380e091e0eb28707ef29bf46bd240a402b9c29dfa5d11300c289dcc28686dc370d3117a1048325ad7298cea4ef6718d9fd7571cbcc7b6e491ae3131eac53 SHA512 7fcb5cdb6504f635b161291d67428d84b03baf423239a66478efa217ab9806362539fbf39fac99eca0e55a5a825b92665fb2d4e4d722680e5aad551c08c7ed58
|
||||
|
||||
51
gui-apps/hyprlock/hyprlock-0.9.1.ebuild
Normal file
51
gui-apps/hyprlock/hyprlock-0.9.1.ebuild
Normal 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"
|
||||
)
|
||||
@@ -27,10 +27,8 @@ RDEPEND="
|
||||
>=dev-libs/hyprlang-0.6.0
|
||||
dev-libs/wayland
|
||||
>=dev-util/hyprwayland-scanner-0.4.4
|
||||
>=gui-libs/hyprutils-0.5.0:=
|
||||
>=gui-libs/hyprutils-0.8.0:=
|
||||
media-libs/libglvnd
|
||||
media-libs/libjpeg-turbo:=
|
||||
media-libs/libwebp:=
|
||||
media-libs/mesa[opengl]
|
||||
sys-libs/pam
|
||||
x11-libs/cairo
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<changelog>https://github.com/hyprwm/hyprlock/releases</changelog>
|
||||
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/</doc>
|
||||
<doc>https://wiki.hypr.land/Hypr-Ecosystem/hyprlock/</doc>
|
||||
<bugs-to>https://github.com/hyprwm/hyprlock/issues</bugs-to>
|
||||
<remote-id type="github">hyprwm/hyprlock</remote-id>
|
||||
</upstream>
|
||||
|
||||
Reference in New Issue
Block a user