Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 16:30:14 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 337aa4a3c88e - main - x11/xdg-desktop-portal-wlr: update to 0.3.0
Message-ID:  <202104181630.13IGUEFV059903@gitrepo.freebsd.org>

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

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

commit 337aa4a3c88ec4d38d79695f208ae2ac17e06626
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-04-18 15:17:13 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-04-18 16:29:47 +0000

    x11/xdg-desktop-portal-wlr: update to 0.3.0
    
    Changes:        https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.3.0
    Reported by:    GitHub (watch releases)
---
 x11/xdg-desktop-portal-wlr/Makefile | 13 +++++++++++--
 x11/xdg-desktop-portal-wlr/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile
index 9c6fdd2a76e1..156a08b36850 100644
--- a/x11/xdg-desktop-portal-wlr/Makefile
+++ b/x11/xdg-desktop-portal-wlr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xdg-desktop-portal-wlr
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.0
+DISTVERSION=	0.3.0
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -11,10 +11,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	wayland-protocols>=1.14:graphics/wayland-protocols
 LIB_DEPENDS=	libbasu.so:devel/basu \
+		libiniparser.so:devel/iniparser \
+		libepoll-shim.so:devel/libepoll-shim \
 		libwayland-client.so:graphics/wayland \
 		libpipewire-0.3.so:multimedia/pipewire
 
-USES=		compiler:c11 meson pkgconfig
+USES=		compiler:c11 localbase:ldflags meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	emersion
 MESON_ARGS=	-Dsd-bus-provider=basu
@@ -22,4 +24,11 @@ PLIST_FILES=	libexec/${PORTNAME} \
 		share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \
 		share/xdg-desktop-portal/portals/wlr.portal
 
+OPTIONS_DEFINE=	MANPAGES
+OPTIONS_DEFAULT=MANPAGES
+
+MANPAGES_BUILD_DEPENDS=	scdoc:textproc/scdoc
+MANPAGES_MESON_ENABLED=	man-pages
+MANPAGES_PLIST_FILES=	man/man5/${PORTNAME}.5.gz
+
 .include <bsd.port.mk>
diff --git a/x11/xdg-desktop-portal-wlr/distinfo b/x11/xdg-desktop-portal-wlr/distinfo
index 8f0476779589..b7a3f280ec97 100644
--- a/x11/xdg-desktop-portal-wlr/distinfo
+++ b/x11/xdg-desktop-portal-wlr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613380949
-SHA256 (emersion-xdg-desktop-portal-wlr-v0.2.0_GH0.tar.gz) = 316f5df3a70331c2fa5476e33acf92349e56eb0514d245b942fcf3122ba32df6
-SIZE (emersion-xdg-desktop-portal-wlr-v0.2.0_GH0.tar.gz) = 22260
+TIMESTAMP = 1618759033
+SHA256 (emersion-xdg-desktop-portal-wlr-v0.3.0_GH0.tar.gz) = 5c80469b04c4e5d22689f755d61adcf92758bc1c85f0747ae1f586b4bcd7873c
+SIZE (emersion-xdg-desktop-portal-wlr-v0.3.0_GH0.tar.gz) = 29340



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