Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 21:02:14 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d88fb4af3c3a - main - sysutils/plasma5-discover: add missing USEs
Message-ID:  <202104292102.13TL2EPI063176@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d88fb4af3c3ab13a08645bbdec27c300d2bbe7b3

commit d88fb4af3c3ab13a08645bbdec27c300d2bbe7b3
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-04-27 12:52:16 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-04-29 20:57:37 +0000

    sysutils/plasma5-discover: add missing USEs
    
    testport reported missing USE_QT and USE_KDE so add them;
    this just makes them explicit rather than implicit through
    other KDE Frameworks. Bump PORTREVISION because the package
    metadata will (probably) change (adding those explicit dependencies).
---
 sysutils/plasma5-discover/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sysutils/plasma5-discover/Makefile b/sysutils/plasma5-discover/Makefile
index 3ee62b6cf6f0..de7fb31b2124 100644
--- a/sysutils/plasma5-discover/Makefile
+++ b/sysutils/plasma5-discover/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	discover
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -12,10 +13,11 @@ USES=		cmake compiler:c++11-lib cpe desktop-file-utils \
 		gettext kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	archive attica auth codecs completion config configwidgets \
 		coreaddons crash dbusaddons ecm i18n iconthemes idletime itemmodels \
-		itemviews jobwidgets kdeclarative kio kirigami2 newstuff \
+		itemviews jobwidgets kcmutils kdeclarative kio kirigami2 newstuff \
 		notifications package plasma-framework service solid \
 		textwidgets wallet windowsystem widgetsaddons xmlgui
-USE_QT=		concurrent core dbus declarative gui network svg testlib widgets xml \
+USE_QT=		concurrent core dbus declarative gui network svg testlib \
+		widgets x11extras xml \
 		buildtools_build qmake_build
 
 .include <bsd.port.mk>



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