svn commit: r501516 - head/multimedia/kamoso

Dima Panov fluffy at FreeBSD.org
Mon May 13 06:10:45 UTC 2019


Author: fluffy
Date: Mon May 13 06:10:44 2019
New Revision: 501516
URL: https://svnweb.freebsd.org/changeset/ports/501516

Log:
  - Add missed depends:
      KF5Kirigami2 for build/runtime
      qt5-{graphicaleffects|quickcontrols} for QML runtime
  
  With hat:	kde

Modified:
  head/multimedia/kamoso/Makefile

Modified: head/multimedia/kamoso/Makefile
==============================================================================
--- head/multimedia/kamoso/Makefile	Mon May 13 06:03:55 2019	(r501515)
+++ head/multimedia/kamoso/Makefile	Mon May 13 06:10:44 2019	(r501516)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kamoso
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	multimedia kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -13,9 +14,10 @@ USES=		cmake compiler:c++11-lang gettext kde:5 pkgconf
 USE_GNOME=	glib20
 USE_GSTREAMER1=	yes
 USE_KDE=	auth bookmarks codecs completion config configwidgets \
-		coreaddons ecm i18n itemviews jobwidgets kio purpose \
+		coreaddons ecm i18n itemviews jobwidgets kio kirigami2 purpose \
 		service solid widgetsaddons xmlgui
-USE_QT=		core dbus declarative gui network widgets xml \
+USE_QT=		core dbus declarative graphicaleffects gui network quickcontrols \
+		widgets xml \
 		buildtools_build qmake_build
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-all mailing list