Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2023 17:14:02 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: 10dbf7abeaee - main - x11/xdg-desktop-portal-luminous: drop unused workaround after 496603f9860b
Message-ID:  <202310081714.398HE2sh073314@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=10dbf7abeaee97579b2f631a03eceb4a86a9b4ec

commit 10dbf7abeaee97579b2f631a03eceb4a86a9b4ec
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-10-08 17:12:10 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-10-08 17:13:11 +0000

    x11/xdg-desktop-portal-luminous: drop unused workaround after 496603f9860b
    
    https://github.com/waycrate/xdg-desktop-portal-luminous/commit/f8e65042a662
    https://github.com/waycrate/xdg-desktop-portal-luminous#how-to-set-priority-of-portal-backend
---
 x11/xdg-desktop-portal-luminous/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile
index 74fbac64fb07..567395d2f965 100644
--- a/x11/xdg-desktop-portal-luminous/Makefile
+++ b/x11/xdg-desktop-portal-luminous/Makefile
@@ -39,9 +39,5 @@ post-patch:
 	@${REINPLACE_CMD} -e "/cargo.*build/s/$$/ '--verbose', '--verbose',/" \
 		-e "/cp/s,'target','..' / & / '${CARGO_BUILD_TARGET}'," \
 		${WRKSRC}/meson.build
-# XXX Drop after deskutils/xdg-desktop-portal >= 1.17.0 update
-# https://github.com/flatpak/xdg-desktop-portal/commit/939f0b0fcec6
-	@${ECHO_CMD} 'UseIn=wlroots;sway;Wayfire;river;phosh;Hyprland;' \
-		>>${WRKSRC}/misc/luminous.portal
 
 .include <bsd.port.mk>



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