svn commit: r559425 - head/net-im/qTox
Steve Wills
swills at FreeBSD.org
Sun Dec 27 20:51:19 UTC 2020
Author: swills
Date: Sun Dec 27 20:51:18 2020
New Revision: 559425
URL: https://svnweb.freebsd.org/changeset/ports/559425
Log:
net-im/qTox: remove snorenotify dep
since it's unmaintained and deprecated upstream
PR: 252217
Approved by: yuri (maintainer)
Modified:
head/net-im/qTox/Makefile (contents, props changed)
Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile Sun Dec 27 20:41:19 2020 (r559424)
+++ head/net-im/qTox/Makefile Sun Dec 27 20:51:18 2020 (r559425)
@@ -4,6 +4,7 @@
PORTNAME= qTox
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.3
+PORTREVISION= 1
CATEGORIES= net-im net-p2p
MAINTAINER= yuri at FreeBSD.org
@@ -32,12 +33,8 @@ 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= 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
+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
FILTERAUDIO_DESC= Enable the echo canceling backend
FILTERAUDIO_CMAKE_BOOL= USE_FILTERAUDIO
More information about the svn-ports-all
mailing list