git: 10dbf7abeaee - main - x11/xdg-desktop-portal-luminous: drop unused workaround after 496603f9860b

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 08 Oct 2023 17:14:02 UTC
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>