svn commit: r535559 - in head/x11-themes: qtcurve qtcurve-kf5

Dima Panov fluffy at FreeBSD.org
Sun May 17 15:55:11 UTC 2020


Author: fluffy
Date: Sun May 17 15:55:10 2020
New Revision: 535559
URL: https://svnweb.freebsd.org/changeset/ports/535559

Log:
  x11-themes/qtcurve-kf5: add previously implicit dependency on kinit after r535466

Modified:
  head/x11-themes/qtcurve-kf5/Makefile
  head/x11-themes/qtcurve/Makefile

Modified: head/x11-themes/qtcurve-kf5/Makefile
==============================================================================
--- head/x11-themes/qtcurve-kf5/Makefile	Sun May 17 15:54:49 2020	(r535558)
+++ head/x11-themes/qtcurve-kf5/Makefile	Sun May 17 15:55:10 2020	(r535559)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	qtcurve
-PORTREVISION=	1
+PORTREVISION=	2
 
 COMMENT=	QtCurve KDE Frameworks 5 widget style and window decoration
 

Modified: head/x11-themes/qtcurve/Makefile
==============================================================================
--- head/x11-themes/qtcurve/Makefile	Sun May 17 15:54:49 2020	(r535558)
+++ head/x11-themes/qtcurve/Makefile	Sun May 17 15:55:10 2020	(r535559)
@@ -81,7 +81,7 @@ PKGNAMEPREFIX=	kf5-style-
 USES+=		kde:5 qt:5
 USE_KDE=	archive completion config configwidgets coreaddons \
 		ecm_build frameworkintegration guiaddons i18n iconthemes \
-		kdelibs4support kio widgetsaddons windowsystem xmlgui
+		init kdelibs4support kio widgetsaddons windowsystem xmlgui
 USE_QT=		core dbus gui printsupport svg widgets x11extras \
 		buildtools_build qmake_build
 BUILD_WRKSRC=	${WRKSRC}/qt5


More information about the svn-ports-head mailing list