diff options
author | 2024-06-23 18:44:25 +0100 | |
---|---|---|
committer | 2024-06-25 03:44:51 +0100 | |
commit | ae54818199c09c9c3e5e7d8909131555b207dacd (patch) | |
tree | b2e253f690f52205877bce4f0fdab8e57a319860 /kde-plasma | |
parent | kde-frameworks/kuserfeedback: Disable openglinfosourcetest (diff) | |
download | kde-ae54818199c09c9c3e5e7d8909131555b207dacd.tar.gz kde-ae54818199c09c9c3e5e7d8909131555b207dacd.tar.bz2 kde-ae54818199c09c9c3e5e7d8909131555b207dacd.zip |
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@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild index 377da38224..4c20e09bd8 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.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} ) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 377da38224..4c20e09bd8 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.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} ) |