git: 7f34f4113521 - main - x11-wm/hyprland: depend on qtutils for ANR after b691a305a2de
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Mar 2025 00:21:39 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f34f41135215e9ce90907164afe34f1f89847aa
commit 7f34f41135215e9ce90907164afe34f1f89847aa
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-03-28 22:49:02 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-03-29 00:18:52 +0000
x11-wm/hyprland: depend on qtutils for ANR after b691a305a2de
https://github.com/hyprwm/hyprland/commit/fb8eaba83f2d
---
x11-wm/hyprland/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index e28935232ce4..20938aa3175f 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 0.48.0
+PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -50,8 +51,10 @@ GH_HASH= 5ee35f914f921e5696030698e74fb5566a804768
LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim
.endif
-OPTIONS_DEFINE= X11
-OPTIONS_DEFAULT=X11
+OPTIONS_DEFINE= QT6 X11
+OPTIONS_DEFAULT=QT6 X11
+
+QT6_RUN_DEPENDS= hyprland-dialog:x11/hyprland-qtutils
X11_USE= XORG=xcb
X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \