Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2020 00:38:07 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548806 - head/x11/nwg-launchers
Message-ID:  <202009170038.08H0c7Qw044663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Sep 17 00:38:07 2020
New Revision: 548806
URL: https://svnweb.freebsd.org/changeset/ports/548806

Log:
  x11/nwg-launchers: update to 0.3.4
  
  Changes:	https://github.com/nwg-piotr/nwg-launchers/releases/tag/v0.3.4
  Reported by:	GitHub (watch releases)

Modified:
  head/x11/nwg-launchers/Makefile   (contents, props changed)
  head/x11/nwg-launchers/distinfo   (contents, props changed)

Modified: head/x11/nwg-launchers/Makefile
==============================================================================
--- head/x11/nwg-launchers/Makefile	Thu Sep 17 00:26:56 2020	(r548805)
+++ head/x11/nwg-launchers/Makefile	Thu Sep 17 00:38:07 2020	(r548806)
@@ -2,12 +2,9 @@
 
 PORTNAME=	nwg-launchers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.3
+DISTVERSION=	0.3.4
 CATEGORIES=	x11
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+=	e16d2e114b2f.patch:-p1 # https://github.com/nwg-piotr/nwg-launchers/pull/112
-
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	GTK-based launchers: application grid, button bar, dmenu for sway and other window managers
 
@@ -23,6 +20,8 @@ GH_ACCOUNT=	nwg-piotr
 
 post-patch:
 # Respect PREFIX when looking for .desktop files
-	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/grid/grid_tools.cc
+	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},' \
+		${WRKSRC}/common/nwg_tools.cc \
+		${WRKSRC}/grid/grid_tools.cc
 
 .include <bsd.port.mk>

Modified: head/x11/nwg-launchers/distinfo
==============================================================================
--- head/x11/nwg-launchers/distinfo	Thu Sep 17 00:26:56 2020	(r548805)
+++ head/x11/nwg-launchers/distinfo	Thu Sep 17 00:38:07 2020	(r548806)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1599553735
-SHA256 (nwg-piotr-nwg-launchers-v0.3.3_GH0.tar.gz) = e02f751f42e38aa80c51585cae5af67bbd2abdfbb8fed0d33d2d4144bdb5cc8f
-SIZE (nwg-piotr-nwg-launchers-v0.3.3_GH0.tar.gz) = 46793
-SHA256 (e16d2e114b2f.patch) = 27d21cbfbdd160f1b0741e945b804a27320b0456ffac0354f889f41013a9546f
-SIZE (e16d2e114b2f.patch) = 1916
+TIMESTAMP = 1600293487
+SHA256 (nwg-piotr-nwg-launchers-v0.3.4_GH0.tar.gz) = e5b333d23f847e67d6c48dc7c834157f3277bdd8a017dab1c00c03c9ad2a0988
+SIZE (nwg-piotr-nwg-launchers-v0.3.4_GH0.tar.gz) = 47142



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