diff --git a/x11/hyprland-guiutils/Makefile b/x11/hyprland-guiutils/Makefile index ce6c23bb2a22..a7c39a41ac37 100644 --- a/x11/hyprland-guiutils/Makefile +++ b/x11/hyprland-guiutils/Makefile @@ -1,33 +1,34 @@ PORTNAME= hyprland-guiutils DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= tagattie@FreeBSD.org COMMENT= Hyprland GUI utilities WWW= https://github.com/hyprwm/hyprland-guiutils LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libhyprutils.so:devel/hyprutils \ libdrm.so:graphics/libdrm \ libhyprtoolkit.so:x11-toolkits/hyprtoolkit USES= cmake compiler:c++11-lib pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= hyprwm USE_XORG= pixman LDFLAGS+= -Wl,--as-needed CONFLICTS_INSTALL= hyprland-qtutils PLIST_FILES= bin/hyprland-dialog \ bin/hyprland-donate-screen \ bin/hyprland-update-screen .include diff --git a/x11/hyprlauncher/Makefile b/x11/hyprlauncher/Makefile index 491b758ed092..c84f5759cf15 100644 --- a/x11/hyprlauncher/Makefile +++ b/x11/hyprlauncher/Makefile @@ -1,34 +1,35 @@ PORTNAME= hyprlauncher DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org COMMENT= Multipurpose and versatile launcher / picker for Hyprland WWW= https://wiki.hypr.land/Hypr-Ecosystem/hyprlauncher/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libhyprutils.so:devel/hyprutils \ libhyprwire.so:devel/hyprwire \ libicuuc.so:devel/icu \ libinotify.so:devel/libinotify \ libdrm.so:graphics/libdrm \ libqalculate.so:math/libqalculate \ libhyprtoolkit.so:x11-toolkits/hyprtoolkit RUN_DEPENDS= wl-copy:x11/wl-clipboard USES= cmake localbase:ldflags pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= hyprwm USE_XORG= pixman LDFLAGS+= -pthread -linotify PLIST_FILES= bin/hyprlauncher .include