Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 19:58:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530235 - head/net-im/qTox
Message-ID:  <202004011958.031JwEs6045832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr  1 19:58:13 2020
New Revision: 530235
URL: https://svnweb.freebsd.org/changeset/ports/530235

Log:
  net-im/qTox: Add the DESKTOP_NOTIFICATIONS option
  
  It uses devel/snorenotify

Modified:
  head/net-im/qTox/Makefile

Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile	Wed Apr  1 19:49:58 2020	(r530234)
+++ head/net-im/qTox/Makefile	Wed Apr  1 19:58:13 2020	(r530235)
@@ -5,7 +5,7 @@ PORTNAME=	qTox
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.16.3-784
 DISTVERSIONSUFFIX=	-g981ecfca
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -33,13 +33,18 @@ USE_QT=		core gui network xml opengl sql sql-sqlite3_r
 CMAKE_ARGS=	-DGIT_DESCRIBE:STRING=${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 CMAKE_OFF=	USE_CCACHE
 
-OPTIONS_DEFINE=			FILTERAUDIO PLATFORM_EXTENSIONS SPELL_CHECK APPINDICATOR GTK_SYSTRAY STATUSNOTIFIER
-OPTIONS_DEFAULT=		FILTERAUDIO PLATFORM_EXTENSIONS SPELL_CHECK GTK_SYSTRAY STATUSNOTIFIER # removing GTK_SYSTRAY, STATUSNOTIFIER doesn't reduce dependencies
-PLATFORM_EXTENSIONS_DESC=	Enable platform specific extensions
-FILTERAUDIO_DESC=		Enable the echo canceling backend
+OPTIONS_DEFINE=			DESKTOP_NOTIFICATIONS FILTERAUDIO PLATFORM_EXTENSIONS SPELL_CHECK APPINDICATOR GTK_SYSTRAY STATUSNOTIFIER
+OPTIONS_DEFAULT=		DESKTOP_NOTIFICATIONS FILTERAUDIO PLATFORM_EXTENSIONS SPELL_CHECK GTK_SYSTRAY STATUSNOTIFIER # removing GTK_SYSTRAY, STATUSNOTIFIER doesn't reduce dependencies
 
+DESKTOP_NOTIFICATIONS_DESC=		Use snorenotify for desktop notifications
+DESKTOP_NOTIFICATIONS_CMAKE_BOOL=	DESKTOP_NOTIFICATIONS
+DESKTOP_NOTIFICATIONS_LIB_DEPENDS=	libsnore-qt5.so:devel/snorenotify
+
+FILTERAUDIO_DESC=		Enable the echo canceling backend
 FILTERAUDIO_CMAKE_BOOL=		USE_FILTERAUDIO
 FILTERAUDIO_LIB_DEPENDS=	libfilteraudio.so:audio/libfilteraudio
+
+PLATFORM_EXTENSIONS_DESC=	Enable platform specific extensions
 PLATFORM_EXTENSIONS_CMAKE_BOOL=	PLATFORM_EXTENSIONS
 PLATFORM_EXTENSIONS_USES=	xorg
 PLATFORM_EXTENSIONS_USE=	XORG=x11,xscrnsaver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004011958.031JwEs6045832>