git: 2443f2a5dbc3 - main - x11/plasma5-plasma-integration: fix 'Open with' dialog in dolphin

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Thu, 23 Feb 2023 06:43:33 UTC
The branch main has been updated by tcberner:

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

commit 2443f2a5dbc33db8c7835ae0da216e0fb1bde5c7
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-02-23 06:39:19 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-02-23 06:39:19 +0000

    x11/plasma5-plasma-integration: fix 'Open with' dialog in dolphin
    
    - add dependency on plasma5-xdg-desktop-portal-kde
    
    Reported by:    arrowd
    Upstream PR:    https://bugs.kde.org/show_bug.cgi?id=466148
---
 x11/plasma5-plasma-integration/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile
index 2593602b89bb..bd2431246108 100644
--- a/x11/plasma5-plasma-integration/Makefile
+++ b/x11/plasma5-plasma-integration/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	plasma-integration
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,7 +15,7 @@ USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 \
 USE_KDE=	auth bookmarks breeze codecs completion config configwidgets \
 		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
 		notifications service solid wayland widgetsaddons windowsystem \
-		xmlgui \
+		xmlgui xdg-desktop-portal-kde \
 		qqc2-desktop-style:run
 USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
 		wayland widgets x11extras xml \