Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2019 09:02:03 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515968 - head/mail/thunderbird
Message-ID:  <201910290902.x9T923pt013833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Oct 29 09:02:03 2019
New Revision: 515968
URL: https://svnweb.freebsd.org/changeset/ports/515968

Log:
  Change icon entry in Thunderbird desktop file
  
  By setting the "Icon" entry to "thunderbird" from "thunderbird.png" we
  allow programs like rofi to detect the Thunderbird icon.
  
  PR:		233591
  Submitted by:	Zach Dykstra <soporose@gmail.com>
  Approved by:	portmgr (blanket: run bugfixes)
  MFH:		2019Q4
  Differential Revision:	https://reviews.freebsd.org/D22167

Modified:
  head/mail/thunderbird/Makefile

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Tue Oct 29 08:50:07 2019	(r515967)
+++ head/mail/thunderbird/Makefile	Tue Oct 29 09:02:03 2019	(r515968)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	68.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news net-im
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
@@ -55,7 +55,7 @@ MOZ_OPTIONS+=	--disable-calendar
 .endif
 
 post-extract:
-	@${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \
+	@${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON:R}|;s|@MOZILLA@|${MOZILLA}|' \
 		<${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop
 
 post-patch:



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