From 0bdaa08f3044e8d4f213e146606d2afc71ab8adf Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 26 Feb 2024 14:10:33 +0100 Subject: [PATCH] x11/hypridle: adjust consolekit2 comment --- x11/hypridle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index 5c72eef434f22..6dddb29d3c3a0 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -26,7 +26,8 @@ LDFLAGS+= -Wl,--as-needed # sdbus-cpp deps PLIST_FILES= bin/${PORTNAME} post-patch: -# Temporarily use ConsoleKit2 like sysutils/gnome-settings-daemon +# 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,' \