git: b29733a27b4c - main - x11/xfce4-verve-plugin: Update to 2.1.0

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Thu, 22 May 2025 21:44:12 UTC
The branch main has been updated by madpilot:

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

commit b29733a27b4ce6149e617f5ffc0782d7d5644124
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-05-22 21:42:02 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-05-22 21:42:02 +0000

    x11/xfce4-verve-plugin: Update to 2.1.0
    
    - Move build to meson
---
 x11/xfce4-verve-plugin/Makefile | 20 ++++++++------------
 x11/xfce4-verve-plugin/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile
index f8d962532bd9..c714fe23226c 100644
--- a/x11/xfce4-verve-plugin/Makefile
+++ b/x11/xfce4-verve-plugin/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	verve-plugin
-PORTVERSION=	2.0.4
+PORTVERSION=	2.1.0
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE/panel-plugins
 PKGNAMEPREFIX=	xfce4-
@@ -12,22 +12,18 @@ WWW=		https://docs.xfce.org/panel-plugins/xfce4-verve-plugin/start
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
-		libpcre2-8.so:devel/pcre2
+LIB_DEPENDS=	libpcre2-8.so:devel/pcre2
 
-USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
-		tar:bzip2 xfce
-USE_GNOME=	atk cairo gdkpixbuf glib20 gtk30 pango
+USES=		compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce
+USE_GNOME=	glib20 gtk30
 USE_XFCE=	libmenu panel
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-dbus
-INSTALL_TARGET=	install-strip
-
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
-NLS_USES=		gettext-runtime
-NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=	gettext-runtime
+
+post-patch-NLS-off:
+	@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
 
 .include <bsd.port.mk>
diff --git a/x11/xfce4-verve-plugin/distinfo b/x11/xfce4-verve-plugin/distinfo
index 6c250d8d70ad..59a32c27dea2 100644
--- a/x11/xfce4-verve-plugin/distinfo
+++ b/x11/xfce4-verve-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735171422
-SHA256 (xfce4/xfce4-verve-plugin-2.0.4.tar.bz2) = 214a812dd7cc410bbe85d736e0dc76459ddd7861e5a1c60b67dd89dcd34e90a1
-SIZE (xfce4/xfce4-verve-plugin-2.0.4.tar.bz2) = 450881
+TIMESTAMP = 1747810651
+SHA256 (xfce4/xfce4-verve-plugin-2.1.0.tar.xz) = 237e0da802cdc02e0ec0c3cdefecb6fa2992ade9f59ce2999779cc30d59c9f24
+SIZE (xfce4/xfce4-verve-plugin-2.1.0.tar.xz) = 54440