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)
This commit is contained in:
parent
d619329777
commit
ac756b6b84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548806
2 changed files with 7 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue