git: 3094d1906b90 - main - x11/plasma6-plasma: add option for Qt5 integration plugin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 09:49:11 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=3094d1906b90db4c276bc376f18ef45998a30e3f commit 3094d1906b90db4c276bc376f18ef45998a30e3f Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-01-29 09:47:15 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-01-29 09:47:15 +0000 x11/plasma6-plasma: add option for Qt5 integration plugin --- x11/plasma6-plasma/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/plasma6-plasma/Makefile b/x11/plasma6-plasma/Makefile index 628abd1f03f7..126fd71eb98e 100644 --- a/x11/plasma6-plasma/Makefile +++ b/x11/plasma6-plasma/Makefile @@ -14,9 +14,11 @@ USES= kde:6 metaport qt:6 USE_KDE= \ ${_USE_PLASMA_ALL:Nplasma-pa:Nhotkeys:Nksysguard:Nkwayland-integration:Ndiscover} -OPTIONS_DEFINE= PULSEAUDIO +OPTIONS_DEFINE= PULSEAUDIO QT5 OPTIONS_DEFAULT= ${OPTIONS_DEFINE} PULSEAUDIO_USE= KDE=plasma-pa:run +QT5_DESC= Install Plasma 6 integration plugins for Qt5 applications +QT5_RUN_DEPENDS= plasma6-plasma-integration-qt5>0:x11/plasma6-plasma-integration@qt5 .include <bsd.port.mk>