diff options
Diffstat (limited to 'x11/hyprland-qtutils/Makefile')
-rw-r--r-- | x11/hyprland-qtutils/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11/hyprland-qtutils/Makefile b/x11/hyprland-qtutils/Makefile index 129713cb2287..afe80212d3f7 100644 --- a/x11/hyprland-qtutils/Makefile +++ b/x11/hyprland-qtutils/Makefile @@ -1,10 +1,9 @@ PORTNAME= hyprland-qtutils DISTVERSIONPREFIX= v -DISTVERSION= 0.1.4 -PORTREVISION= 1 +DISTVERSION= 0.1.5 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Hyprland QT/qml utility apps WWW= https://github.com/hyprwm/hyprland-qtutils @@ -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 |