svn commit: r483317 - head/x11-themes/kf5-kiconthemes

Tobias C. Berner tcberner at FreeBSD.org
Sun Oct 28 16:46:59 UTC 2018


Author: tcberner
Date: Sun Oct 28 16:46:58 2018
New Revision: 483317
URL: https://svnweb.freebsd.org/changeset/ports/483317

Log:
  x11-themes/kf5-kiconthemes: add new optional (default=on) runtime dependency on icons

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

Modified: head/x11-themes/kf5-kiconthemes/Makefile
==============================================================================
--- head/x11-themes/kf5-kiconthemes/Makefile	Sun Oct 28 16:28:15 2018	(r483316)
+++ head/x11-themes/kf5-kiconthemes/Makefile	Sun Oct 28 16:46:58 2018	(r483317)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kiconthemes
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-themes kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org
@@ -13,5 +13,10 @@ USE_KDE=	archive auth codecs config configwidgets core
 		i18n itemviews widgetsaddons
 USE_QT=		buildtools_build concurrent core dbus gui qmake_build \
 		script svg widgets xml
+
+OPTIONS_DEFINE=	ICONS
+OPTIONS_DEFAULT=	ICONS
+ICONS_DESC=	Install Breeze Icons
+ICONS_USE=	KDE=breeze-icons_run
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list