diff options
Diffstat (limited to 'x11/hyprland-qtutils/Makefile')
-rw-r--r-- | x11/hyprland-qtutils/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/hyprland-qtutils/Makefile b/x11/hyprland-qtutils/Makefile index 61d5e480b4eb..afe80212d3f7 100644 --- a/x11/hyprland-qtutils/Makefile +++ b/x11/hyprland-qtutils/Makefile @@ -1,7 +1,6 @@ PORTNAME= hyprland-qtutils DISTVERSIONPREFIX= v -DISTVERSION= 0.1.4 -PORTREVISION= 3 +DISTVERSION= 0.1.5 CATEGORIES= x11 MAINTAINER= tagattie@FreeBSD.org @@ -15,10 +14,14 @@ LIB_DEPENDS= libhyprutils.so:devel/hyprutils RUN_DEPENDS= hyprland-qt-support>0:x11-toolkits/hyprland-qt-support USES= cmake compiler:c++11-lib pkgconfig qt:6 + USE_GITHUB= yes -USE_QT= base declarative wayland:build GH_ACCOUNT= hyprwm + +USE_QT= base declarative wayland:build + LDFLAGS+= -Wl,--as-needed # Qt deps + PLIST_FILES= bin/hyprland-dialog \ bin/hyprland-donate-screen \ bin/hyprland-update-screen |