diff --git a/x11/hyprland-guiutils/Makefile b/x11/hyprland-guiutils/Makefile index d932f68d9c36..8e8d53ba5533 100644 --- a/x11/hyprland-guiutils/Makefile +++ b/x11/hyprland-guiutils/Makefile @@ -1,37 +1,37 @@ PORTNAME= hyprland-guiutils DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 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 \ libxkbcommon.so:x11/libxkbcommon 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-run \ bin/hyprland-update-screen \ bin/hyprland-welcome .include diff --git a/x11/hyprlauncher/Makefile b/x11/hyprlauncher/Makefile index 063cbc1b9633..6e13f29e03dc 100644 --- a/x11/hyprlauncher/Makefile +++ b/x11/hyprlauncher/Makefile @@ -1,40 +1,41 @@ PORTNAME= hyprlauncher DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 +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 \ libdrm.so:graphics/libdrm \ libqalculate.so:math/libqalculate \ libfontconfig.so:x11-fonts/fontconfig \ libhyprtoolkit.so:x11-toolkits/hyprtoolkit RUN_DEPENDS= wl-copy:x11/wl-clipboard USES= cmake pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= hyprwm USE_XORG= pixman LDFLAGS+= -pthread PLIST_FILES= bin/hyprlauncher .if !exists(/usr/include/sys/inotify.h) LIB_DEPENDS+= libinotify.so:devel/libinotify USES+= localbase:ldflags LDFLAGS+= -linotify .endif .include