mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
gui-apps/hyprlock: add 0.7.0, sync live
Signed-off-by: Johannes Huber <johu@gmx.de>
This commit is contained in:
parent
ec7055b068
commit
b24ff7e9a7
@ -1 +1,2 @@
|
||||
DIST hyprlock-0.6.0.tar.gz 71344 BLAKE2B 77dbe7c4061c0d52663e286e701e1819f10194515130126078375f26e1b58d7cb74d7b980e6587751a65ccf762bbcb0cd6ff6fb9fedc375c891f5d6cff773de4 SHA512 d8931b44db0d25a2665a3b1a2a8656724ffd2d09effab37f0c53e40367637899f7040d96a0886202c6d4d5fb03e477a4fc351cbd31b81cdb715e180bc8dde6c2
|
||||
DIST hyprlock-0.7.0.tar.gz 79446 BLAKE2B 30d227205252afc75946eba47fe526051ac011f8441539f1322285014c4511a8bfee0d84f848341d9bccda0f6a672cf27e4ea314346a905942f50932578ce134 SHA512 f8fa0e2b4ee86563d9c8c4761b4b220e3cdf4a53fa6d39b427d7c3a8cd904e8094c8a324ea32564cb08db44e392c703d25e8125fbafbd444e0cfb9f89bea336e
|
||||
|
53
gui-apps/hyprlock/hyprlock-0.7.0.ebuild
Normal file
53
gui-apps/hyprlock/hyprlock-0.7.0.ebuild
Normal file
@ -0,0 +1,53 @@
|
||||
# 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/hyprgraphics
|
||||
>=dev-libs/hyprlang-0.4.0
|
||||
>=gui-libs/hyprutils-0.2.6:=
|
||||
dev-libs/date
|
||||
dev-libs/glib:2
|
||||
dev-libs/wayland
|
||||
>=dev-util/hyprwayland-scanner-0.4.4
|
||||
media-libs/libglvnd
|
||||
media-libs/libjpeg-turbo:=
|
||||
media-libs/libwebp:=
|
||||
media-libs/mesa[opengl]
|
||||
sys-libs/pam
|
||||
x11-libs/cairo
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/libdrm
|
||||
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"
|
||||
)
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -20,11 +20,14 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-cpp/sdbus-c++:0/2
|
||||
dev-libs/hyprgraphics
|
||||
>=dev-libs/hyprlang-0.4.0
|
||||
>=gui-libs/hyprutils-0.2.0:=
|
||||
>=gui-libs/hyprutils-0.2.6:=
|
||||
dev-libs/date
|
||||
dev-libs/glib:2
|
||||
dev-libs/wayland
|
||||
>=dev-util/hyprwayland-scanner-0.4.4
|
||||
media-libs/libglvnd
|
||||
media-libs/libjpeg-turbo:=
|
||||
media-libs/libwebp:=
|
||||
@ -46,5 +49,5 @@ BDEPEND="
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/hyprlock-0.4.1-fix-CFLAGS-CXXFLAGS.patch"
|
||||
"${FILESDIR}/${PN}-0.4.1-fix-CFLAGS-CXXFLAGS.patch"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user