svn commit: r568880 - head/audio/jamulus

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 20 19:22:03 UTC 2021


Author: yuri
Date: Sat Mar 20 19:22:03 2021
New Revision: 568880
URL: https://svnweb.freebsd.org/changeset/ports/568880

Log:
  audio/jamulus: Remove DESKTOP_ENTRIES because project installs its own desktop file

Modified:
  head/audio/jamulus/Makefile

Modified: head/audio/jamulus/Makefile
==============================================================================
--- head/audio/jamulus/Makefile	Sat Mar 20 19:14:35 2021	(r568879)
+++ head/audio/jamulus/Makefile	Sat Mar 20 19:22:03 2021	(r568880)
@@ -3,6 +3,7 @@
 PORTNAME=	jamulus
 DISTVERSIONPREFIX=	r
 DISTVERSION=	3_7_0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -20,10 +21,8 @@ USE_GL=		gl
 USE_GITHUB=	yes
 GH_ACCOUNT=	jamulussoftware
 
-DESKTOP_ENTRIES=	"Jamulus" "${COMMENT}" "${PORTNAME}" \
-			"${PORTNAME}" "AudioVideo;Audio;Mixer;Qt;" true
-
 PLIST_FILES=	bin/${PORTNAME} \
+		share/applications/jamulus.desktop \
 		share/icons/hicolor/512x512/apps/jamulus.png
 
 QMAKE_ARGS=	CONFIG+="noupcasename"


More information about the svn-ports-head mailing list