Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2020 20:04:26 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531267 - head/deskutils/foliate
Message-ID:  <202004092004.039K4Qb3053000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Thu Apr  9 20:04:25 2020
New Revision: 531267
URL: https://svnweb.freebsd.org/changeset/ports/531267

Log:
  deskutils/foliate: Fix the desktop shortcut.
  
  Bump the PORTREVISION.
  
  PR:		245489
  Reported by:	Patricio Villar <patovm04@gmail.com>

Modified:
  head/deskutils/foliate/Makefile

Modified: head/deskutils/foliate/Makefile
==============================================================================
--- head/deskutils/foliate/Makefile	Thu Apr  9 19:53:44 2020	(r531266)
+++ head/deskutils/foliate/Makefile	Thu Apr  9 20:04:25 2020	(r531267)
@@ -2,6 +2,7 @@
 
 PORTNAME=	foliate
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	fox@FreeBSD.org
@@ -43,5 +44,7 @@ post-install:
 		${STAGEDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate
 	@${RLN} ${STAGEDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate \
 		${STAGEDIR}${PREFIX}/bin/foliate
+	@${REINPLACE_CMD} -e 's/Exec=com.github.johnfactotum.Foliate %F/Exec=foliate %F/g' \
+		${STAGEDIR}${PREFIX}/share/applications/com.github.johnfactotum.Foliate.desktop
 
 .include <bsd.port.mk>



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