git: 2c47b4ff16b5 - main - x11/waybar: adjust consolekit2 comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 13:14:26 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c47b4ff16b5086c6a989922c57bff9c402e22d0
commit 2c47b4ff16b5086c6a989922c57bff9c402e22d0
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-26 13:10:33 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-26 13:14:13 +0000
x11/waybar: adjust consolekit2 comment
---
x11/waybar/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index df779f896c41..e3674857ea35 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -144,7 +144,7 @@ post-patch:
@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
${WRKSRC}/meson.build
-# Temporarily use ConsoleKit2 like sysutils/gnome-settings-daemon
+# https://github.com/ConsoleKit2/ConsoleKit2/issues/150
@${REINPLACE_CMD} -e 's,/login1,/ConsoleKit/Manager,' \
-e 's,login1\([".]\),ConsoleKit\1,g' \
${WRKSRC}/src/modules/backlight.cpp \