svn commit: r494514 - head/x11/plasma5-plasma-integration

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 3 16:59:09 UTC 2019


Author: tcberner
Date: Sun Mar  3 16:59:08 2019
New Revision: 494514
URL: https://svnweb.freebsd.org/changeset/ports/494514

Log:
  x11/plasma5-plasma-integration: add runtime dependency on x11-themes/kf5-qqc2-desktop-style
  
  Reported by:	Graham Perrin <grahamperrin at gmail.com>

Modified:
  head/x11/plasma5-plasma-integration/Makefile

Modified: head/x11/plasma5-plasma-integration/Makefile
==============================================================================
--- head/x11/plasma5-plasma-integration/Makefile	Sun Mar  3 16:19:04 2019	(r494513)
+++ head/x11/plasma5-plasma-integration/Makefile	Sun Mar  3 16:59:08 2019	(r494514)
@@ -2,6 +2,7 @@
 
 PORTNAME=	plasma-integration
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde at FreeBSD.org
@@ -14,7 +15,8 @@ USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgc
 USE_KDE=	auth bookmarks breeze codecs completion config configwidgets \
 		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
 		notifications service solid wayland \
-		widgetsaddons windowsystem xmlgui
+		widgetsaddons windowsystem xmlgui \
+		qqc2-desktop-style_run
 USE_QT=		concurrent core declarative dbus gui network quickcontrols2 widgets \
 		x11extras xml \
 		buildtools_build qmake_build


More information about the svn-ports-all mailing list