git: 851357855dad - main - x11/nwg-launchers: update to 0.6.2

Jan Beich jbeich at FreeBSD.org
Sat Sep 25 17:46:35 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=851357855dad20cb60bf4878586ff154d98aea48

commit 851357855dad20cb60bf4878586ff154d98aea48
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-09-23 05:32:09 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-09-25 17:45:47 +0000

    x11/nwg-launchers: update to 0.6.2
    
    Changes:        https://github.com/nwg-piotr/nwg-launchers/releases/tag/v0.6.2
    Reported by:    GitHub (watch releases)
---
 x11/nwg-launchers/Makefile  | 13 ++++++-------
 x11/nwg-launchers/distinfo  |  8 +++++---
 x11/nwg-launchers/pkg-plist |  2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile
index 3de49403f486..926823ce999e 100644
--- a/x11/nwg-launchers/Makefile
+++ b/x11/nwg-launchers/Makefile
@@ -1,8 +1,11 @@
 PORTNAME=	nwg-launchers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.6.1
+DISTVERSION=	0.6.2
 CATEGORIES=	x11
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	7dc2a48e79a0.patch:-p1 # https://github.com/nwg-piotr/nwg-launchers/pull/187
+
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	GTK-based launchers: application grid, button bar, dmenu for sway and other window managers
 
@@ -16,17 +19,13 @@ USE_GITHUB=	yes
 USE_GNOME=	gtkmm30
 GH_ACCOUNT=	nwg-piotr
 
-OPTIONS_DEFINE=	GLS LIBRSVG2
-OPTIONS_DEFAULT=GLS LIBRSVG2
-OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	GLS
+OPTIONS_DEFAULT=GLS
 
 GLS_DESC=		Layer-shell support
 GLS_LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
 GLS_MESON_ENABLED=	layer-shell
 
-LIBRSVG2_USE=		GNOME=librsvg2
-LIBRSVG2_MESON_ENABLED=	support-svg
-
 post-patch:
 # Respect PREFIX when looking for .desktop files
 	@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
diff --git a/x11/nwg-launchers/distinfo b/x11/nwg-launchers/distinfo
index a968693edc6b..c843c53a4824 100644
--- a/x11/nwg-launchers/distinfo
+++ b/x11/nwg-launchers/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1631868117
-SHA256 (nwg-piotr-nwg-launchers-v0.6.1_GH0.tar.gz) = cc9c1e91c90a634e501df54e08ea82a8cd131015c84162d425d0dd527a747b92
-SIZE (nwg-piotr-nwg-launchers-v0.6.1_GH0.tar.gz) = 62711
+TIMESTAMP = 1632375129
+SHA256 (nwg-piotr-nwg-launchers-v0.6.2_GH0.tar.gz) = 0063f9ed6592f4eabbc5b4265e7f24549baab1c90384622c3843307276e2a3ef
+SIZE (nwg-piotr-nwg-launchers-v0.6.2_GH0.tar.gz) = 64033
+SHA256 (7dc2a48e79a0.patch) = aae06de809e0cdec6474b0fdfd5a01489ad50da504d6b21f99dacf7f573339e2
+SIZE (7dc2a48e79a0.patch) = 758
diff --git a/x11/nwg-launchers/pkg-plist b/x11/nwg-launchers/pkg-plist
index af3865f098c8..860a266af4df 100644
--- a/x11/nwg-launchers/pkg-plist
+++ b/x11/nwg-launchers/pkg-plist
@@ -3,7 +3,7 @@ bin/nwgdmenu
 bin/nwggrid
 bin/nwggrid-server
 %%DATADIR%%/icon-missing.png
-%%LIBRSVG2%%%%DATADIR%%/icon-missing.svg
+%%DATADIR%%/icon-missing.svg
 %%DATADIR%%/nwgbar/bar.json
 %%DATADIR%%/nwgbar/style.css
 %%DATADIR%%/nwgdmenu/style.css


More information about the dev-commits-ports-main mailing list