commit:     4bb15ec8903655113926f08c2819e4783cfd95b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 17:44:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:32:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb15ec8

kde-plasma/plasma-meta: allow xdg-desktop-portal-gnome with USE=-unsupported

USE=-unsupported (the default) banning coinstalls with 
sys-apps/xdg-desktop-portal-gnome
caused issues with users either migrating between KDE Plasma and GNOME or
wanting to have both installed, so it prompted me to look into it again.

xdg-desktop-portal-kde installs kde-portals.conf which is used and preferred
within the Plasma desktop, so we have no issue here. (Done in upstream
commit ae9b326e55ca4a25a762cf0bfe96f5e947765833).

The recommendation to not coinstall them was added upstream in April 2023
at 
https://community.kde.org/index.php?title=Distributions/Packaging_Recommendations&diff=prev&oldid=96239,
while the aforementioned upstream commit is from May 2023.

Cloess: https://bugs.gentoo.org/934823
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
index c7d62908795b..f57d24bcf99e 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.1.1.ebuild
@@ -107,7 +107,6 @@ RDEPEND="
        thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
        !unsupported? (
                !gui-apps/qt6ct
-               !sys-apps/xdg-desktop-portal-gnome
        )
        wacom? ( >=kde-plasma/wacomtablet-${PV}:${SLOT} )
        wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )

Reply via email to