Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 20:27:50 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d38277a17c75 - main - x11/xfce4-clipman-plugin: Update to 1.6.5
Message-ID:  <202309292027.38TKRodW068290@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

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

commit d38277a17c752ad3de790a933a85713d506f9886
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-09-29 20:24:12 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-09-29 20:27:44 +0000

    x11/xfce4-clipman-plugin: Update to 1.6.5
    
    Explicitly disable wayland support for the tiem being.
    
    Rationale:
    
    XFCE wayland support is WIP upstream [1] and not ready for use.
    Only some components have been ported and there is no timeframe for
    official support at present.
    
    In this port I'm disabling it explicitly because, if wayland libraries
    are found, they are linked in and, due to the experimental nature
    of the feature, I'd rather not add it as an OPTION at present and
    without proper testing of the whole suite.
---
 x11/xfce4-clipman-plugin/Makefile | 3 ++-
 x11/xfce4-clipman-plugin/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index c43f59d66a3c..bdebe95e4f04 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xfce4-clipman-plugin
-PORTVERSION=	1.6.4
+PORTVERSION=	1.6.5
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE/panel-plugins
 DIST_SUBDIR=	xfce4
@@ -19,6 +19,7 @@ USE_XFCE=	panel
 USE_XORG=	ice sm x11 xorgproto xtst
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-wayland-scanner --disable-wayland-client
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=		NLS QRCODE
diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo
index 88dc6f5b8624..5b6392544997 100644
--- a/x11/xfce4-clipman-plugin/distinfo
+++ b/x11/xfce4-clipman-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690814723
-SHA256 (xfce4/xfce4-clipman-plugin-1.6.4.tar.bz2) = 9fde581e35977ecefecea9138fa37b9a66ef00bda3a2148c20862852c20facec
-SIZE (xfce4/xfce4-clipman-plugin-1.6.4.tar.bz2) = 480785
+TIMESTAMP = 1695993460
+SHA256 (xfce4/xfce4-clipman-plugin-1.6.5.tar.bz2) = 73156d66c1f866d2af0c20526c5ce58aedbce511b89bb436ba9bc6413fac5190
+SIZE (xfce4/xfce4-clipman-plugin-1.6.5.tar.bz2) = 483621



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