Date: Thu, 13 Nov 2025 14:12:40 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 980a4398127b - main - x11/hyprland-guiutils: Add port: Hyprland GUI utilities Message-ID: <202511131412.5ADECeSF007153@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=980a4398127b12c36285975742f0994511a9484c commit 980a4398127b12c36285975742f0994511a9484c Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-11-12 19:29:32 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-11-13 14:12:29 +0000 x11/hyprland-guiutils: Add port: Hyprland GUI utilities Hyprland GUI utilities is a small bunch of utility applications hyprland might invoke. (It is a successor to hyprland-qtutils.) WWW: https://github.com/hyprwm/hyprland-guiutils --- x11/Makefile | 1 + x11/hyprland-guiutils/Makefile | 33 +++++++++++++++++++++++++++++++++ x11/hyprland-guiutils/distinfo | 3 +++ x11/hyprland-guiutils/pkg-descr | 2 ++ 4 files changed, 39 insertions(+) diff --git a/x11/Makefile b/x11/Makefile index 29ed4ec8cd87..2c60adaa6000 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -133,6 +133,7 @@ SUBDIR += hybrid-bar SUBDIR += hyprcursor SUBDIR += hypridle + SUBDIR += hyprland-guiutils SUBDIR += hyprland-qtutils SUBDIR += hyprlock SUBDIR += hyprls diff --git a/x11/hyprland-guiutils/Makefile b/x11/hyprland-guiutils/Makefile new file mode 100644 index 000000000000..ce6c23bb2a22 --- /dev/null +++ b/x11/hyprland-guiutils/Makefile @@ -0,0 +1,33 @@ +PORTNAME= hyprland-guiutils +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0 +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 <bsd.port.mk> diff --git a/x11/hyprland-guiutils/distinfo b/x11/hyprland-guiutils/distinfo new file mode 100644 index 000000000000..b5d527ea6878 --- /dev/null +++ b/x11/hyprland-guiutils/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1762972899 +SHA256 (hyprwm-hyprland-guiutils-v0.1.0_GH0.tar.gz) = 4edb387a49b29cc547c991e3238a3e6de69336408ba4d9881ab1ba4d6a9dd542 +SIZE (hyprwm-hyprland-guiutils-v0.1.0_GH0.tar.gz) = 9683 diff --git a/x11/hyprland-guiutils/pkg-descr b/x11/hyprland-guiutils/pkg-descr new file mode 100644 index 000000000000..570836879cf1 --- /dev/null +++ b/x11/hyprland-guiutils/pkg-descr @@ -0,0 +1,2 @@ +Hyprland GUI utilities is a small bunch of utility applications +hyprland might invoke. (It is a successor to hyprland-qtutils.)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511131412.5ADECeSF007153>
