svn commit: r501564 - head/devel/kf5-knotifyconfig

Dima Panov fluffy at FreeBSD.org
Mon May 13 13:05:28 UTC 2019


Author: fluffy
Date: Mon May 13 13:05:27 2019
New Revision: 501564
URL: https://svnweb.freebsd.org/changeset/ports/501564

Log:
  - Add OPTION to audio notifications and text-to-speech support, enabled by default.
  
  Notification library should use ability to not only show info widget but audio inform too.
  
  With hat:	kde

Modified:
  head/devel/kf5-knotifyconfig/Makefile

Modified: head/devel/kf5-knotifyconfig/Makefile
==============================================================================
--- head/devel/kf5-knotifyconfig/Makefile	Mon May 13 13:02:09 2019	(r501563)
+++ head/devel/kf5-knotifyconfig/Makefile	Mon May 13 13:05:27 2019	(r501564)
@@ -2,6 +2,7 @@
 
 PORTNAME=	knotifyconfig
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org
@@ -12,5 +13,11 @@ USE_KDE=	completion config coreaddons ecm i18n jobwidg
 		service widgetsaddons
 USE_QT=		buildtools_build core dbus gui network phonon4 \
 		qmake_build widgets
+
+OPTIONS_DEFINE=		AUDIO
+OPTIONS_DEFAULT=	AUDIO
+
+AUDIO_DESC=		Audio notifications/text-to-speech support
+AUDIO_USE=		QT=speech
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list