mirror of https://git.FreeBSD.org/ports.git
x11/hyprlock: update to 0.5.0
Changes: https://github.com/hyprwm/hyprlock/releases/tag/v0.5.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
3474695c40
commit
0945133ed1
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= hyprlock
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.4.1
|
||||
DISTVERSION= 0.5.0
|
||||
CATEGORIES= x11 wayland
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
|
||||
LIB_DEPENDS= libhyprlang.so:devel/hyprlang \
|
||||
libhyprutils.so:devel/hyprutils \
|
||||
libsdbus-c++.so:devel/sdbus-cpp \
|
||||
libdrm.so:graphics/libdrm \
|
||||
libwayland-client.so:graphics/wayland \
|
||||
libwebp.so:graphics/webp \
|
||||
|
@ -26,7 +27,8 @@ USE_GNOME= cairo pango
|
|||
GH_ACCOUNT= hyprwm
|
||||
LDFLAGS+= -Wl,--as-needed # pango deps
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
etc/pam.d/${PORTNAME}
|
||||
etc/pam.d/${PORTNAME} \
|
||||
share/hypr/${PORTNAME}.conf
|
||||
|
||||
# XXX Drop after FreeBSD 13.3 EOL around 2025-07-01
|
||||
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__chrono/time_zone.h)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1721563228
|
||||
SHA256 (hyprwm-hyprlock-v0.4.1_GH0.tar.gz) = 87531a43088cafcadf29115889f37f73ab4a8cb1e4347723dfe8d53fa0aaba60
|
||||
SIZE (hyprwm-hyprlock-v0.4.1_GH0.tar.gz) = 64302
|
||||
TIMESTAMP = 1729555766
|
||||
SHA256 (hyprwm-hyprlock-v0.5.0_GH0.tar.gz) = 4f8a0199de205ad21a4e3da88c0196514a0ba3c6162e44f93e7cfb96371daf99
|
||||
SIZE (hyprwm-hyprlock-v0.5.0_GH0.tar.gz) = 67016
|
||||
|
|
Loading…
Reference in New Issue