Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2025 04:51:28 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: f42a2f440b45 - main - misc/hyprqt6engine: add port: QT6 theme provider for Hyprland
Message-ID:  <202510090451.5994pS0A096853@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=f42a2f440b45a950eb8d04c2af6aa9785cfc822f

commit f42a2f440b45a950eb8d04c2af6aa9785cfc822f
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-10-09 04:50:34 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-10-09 04:50:34 +0000

    misc/hyprqt6engine: add port: QT6 theme provider for Hyprland
    
    hyprqt6engine provides a theme for QT6 apps. It's a replacement for
    qt6ct, compatible with KDE Apps / KColorScheme.
    
    WWW: https://github.com/hyprwm/hyprqt6engine
---
 misc/Makefile                |  1 +
 misc/hyprqt6engine/Makefile  | 38 ++++++++++++++++++++++++++++++++++++++
 misc/hyprqt6engine/distinfo  |  3 +++
 misc/hyprqt6engine/pkg-descr |  2 ++
 4 files changed, 44 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index 8de27d8946be..54bf4eaa2d20 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -199,6 +199,7 @@
     SUBDIR += hulgalugha
     SUBDIR += hwdata
     SUBDIR += hxtools
+    SUBDIR += hyprqt6engine
     SUBDIR += ignition-fuel-tools
     SUBDIR += iio-oscilloscope
     SUBDIR += imerge
diff --git a/misc/hyprqt6engine/Makefile b/misc/hyprqt6engine/Makefile
new file mode 100644
index 000000000000..4c83fd690d8d
--- /dev/null
+++ b/misc/hyprqt6engine/Makefile
@@ -0,0 +1,38 @@
+PORTNAME=	hyprqt6engine
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.1.0
+CATEGORIES=	misc
+
+MAINTAINER=	tagattie@FreeBSD.org
+COMMENT=	QT6 theme provider for Hyprland
+WWW=		https://github.com/hyprwm/hyprqt6engine
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libhyprlang.so:devel/hyprlang \
+		libhyprutils.so:devel/hyprutils \
+		libxkbcommon.so:x11/libxkbcommon
+
+USES=		cmake gl kde:6 localbase:ldflags pkgconfig qt:6
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	hyprwm
+
+USE_LDCONFIG=	yes
+
+USE_GL=		gl opengl
+USE_QT=		base
+USE_KDE=	colorscheme config iconthemes
+
+PLIST_FILES=	lib/libhyprqt6engine-common.so \
+		${QT_PLUGINDIR}/platformthemes/libhyprqt6engine.so \
+		${QT_PLUGINDIR}/styles/libhypr-style.so
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|' \
+		${WRKSRC}/common/config/ConfigManager.cpp
+	@${REINPLACE_CMD} -e 's|/usr/share|${DATADIR:H}|' \
+		${WRKSRC}/common/common.cpp
+
+.include <bsd.port.mk>
diff --git a/misc/hyprqt6engine/distinfo b/misc/hyprqt6engine/distinfo
new file mode 100644
index 000000000000..2b08eca4a2ae
--- /dev/null
+++ b/misc/hyprqt6engine/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1758664273
+SHA256 (hyprwm-hyprqt6engine-v0.1.0_GH0.tar.gz) = e52692168faa51a53e6f05c12114e79ead76787045668c65d41225a13a318f62
+SIZE (hyprwm-hyprqt6engine-v0.1.0_GH0.tar.gz) = 11780
diff --git a/misc/hyprqt6engine/pkg-descr b/misc/hyprqt6engine/pkg-descr
new file mode 100644
index 000000000000..12bf1ba5ea05
--- /dev/null
+++ b/misc/hyprqt6engine/pkg-descr
@@ -0,0 +1,2 @@
+hyprqt6engine provides a theme for QT6 apps. It's a replacement for
+qt6ct, compatible with KDE Apps / KColorScheme.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510090451.5994pS0A096853>