diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index 8d8160a22175..84ce1c7edf95 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -1,43 +1,42 @@ PORTNAME= hypridle DISTVERSIONPREFIX= v -DISTVERSION= 0.1.7 -PORTREVISION= 5 +DISTVERSION= 0.1.8 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= Hyprland's idle daemon #' WWW= https://github.com/hyprwm/hypridle LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= hyprland-protocols>=0.6.0:graphics/hyprland-protocols \ hyprwayland-scanner>=0.4.4:devel/hyprwayland-scanner \ wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libhyprutils.so:devel/hyprutils \ libsdbus-c++.so:devel/sdbus-cpp \ libwayland-client.so:graphics/wayland USES= compiler:c++11-lib cmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= hyprwm LDFLAGS+= -Wl,--as-needed # sdbus-cpp deps PLIST_FILES= bin/${PORTNAME} \ lib/systemd/user/${PORTNAME}.service \ share/hypr/${PORTNAME}.conf post-patch: # https://github.com/ConsoleKit2/ConsoleKit2/issues/150 # https://github.com/ConsoleKit2/ConsoleKit2/issues/151 @${REINPLACE_CMD} -e 's,/login1,/ConsoleKit/Manager,' \ -e 's,login1,ConsoleKit,' \ -e 's,logind,consolekit2,' \ -e 's,GetSession,&ByPID,' \ -e 's,string{"auto"},to_string(getpid()),' \ ${WRKSRC}/src/core/Hypridle.cpp .include diff --git a/x11/hypridle/distinfo b/x11/hypridle/distinfo index 2be367763d8a..49e5e8139248 100644 --- a/x11/hypridle/distinfo +++ b/x11/hypridle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756366995 -SHA256 (hyprwm-hypridle-v0.1.7_GH0.tar.gz) = c4ef2e2894fc2082cfdabe7db086b1f246e3f0de571f7f2c6b26d7c0d9a5f8f3 -SIZE (hyprwm-hypridle-v0.1.7_GH0.tar.gz) = 18986 +TIMESTAMP = 1785153377 +SHA256 (hyprwm-hypridle-v0.1.8_GH0.tar.gz) = 08703613cc33cc796c2179bcaa6076e8618113f67b938daaf7535f90c7d39595 +SIZE (hyprwm-hypridle-v0.1.8_GH0.tar.gz) = 19972 diff --git a/x11/hypridle/files/patch-src_core_Hypridle.cpp b/x11/hypridle/files/patch-src_core_Hypridle.cpp index 377593b71efa..6d4289299b4f 100644 --- a/x11/hypridle/files/patch-src_core_Hypridle.cpp +++ b/x11/hypridle/files/patch-src_core_Hypridle.cpp @@ -1,12 +1,12 @@ https://github.com/hyprwm/hypridle/issues/68#issuecomment-2428697344 ---- src/core/Hypridle.cpp.orig 2025-08-27 10:40:01 UTC +--- src/core/Hypridle.cpp.orig 2026-07-26 14:44:59 UTC +++ src/core/Hypridle.cpp -@@ -190,6 +190,7 @@ void CHypridle::enterEventLoop() { +@@ -212,6 +212,7 @@ void CHypridle::enterEventLoop() { } }); + m_sEventLoopInternals.loopRequestMutex.try_lock(); while (1) { // dbus events // wait for being awakened m_sEventLoopInternals.loopRequestMutex.unlock(); // unlock, we are ready to take events