From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5C82158041 for ; Sun, 3 Mar 2024 10:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF7C7E2A59; Sun, 3 Mar 2024 10:29:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 924D0E2A59 for ; Sun, 3 Mar 2024 10:29:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64F5433BEFF for ; Sun, 3 Mar 2024 10:29:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 963B9B2F for ; Sun, 3 Mar 2024 10:29:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1709461700.7651c0ee8215bf5e9f2c3d24ab8ff538e2bced1a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/metadata.xml kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7651c0ee8215bf5e9f2c3d24ab8ff538e2bced1a X-VCS-Branch: master Date: Sun, 3 Mar 2024 10:29:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93c3b22c-316e-4a81-970b-6739f2503b92 X-Archives-Hash: 29b6b50bc7f995d5be45a81368051a5b commit: 7651c0ee8215bf5e9f2c3d24ab8ff538e2bced1a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 2 11:07:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 3 10:28:20 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7651c0ee kde-plasma/plasma-meta: Add IUSE unsupported, blocking bad packages For starters, blocking: - gui-apps/qt6ct - sys-apps/xdg-desktop-portal-gnome See also: https://community.kde.org/Distributions/Packaging_Recommendations Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/metadata.xml | 1 + kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild | 6 +++++- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml index 088886905a..f4563d4ab0 100644 --- a/kde-plasma/plasma-meta/metadata.xml +++ b/kde-plasma/plasma-meta/metadata.xml @@ -26,6 +26,7 @@ Pull in kde-plasma/plasma-sdk for Plasma development Pull in kde-plasma/plasma-disks for disk health monitoring Pull in kde-plasma/plasma-thunderbolt control center module + Allow packages that are known to ruin runtime experience ** DO NOT FILE BUGS WITH THIS ENABLED ** Pull in kde-plasma/wacomtablet control center module Install wallpapers for the Plasma Workspace diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild index 821e06a8b7..927536a4c6 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.0.49.9999.ebuild @@ -12,7 +12,7 @@ KEYWORDS="" IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook +kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd -thunderbolt wacom +wallpapers" +thunderbolt unsupported wacom +wallpapers" REQUIRED_USE="^^ ( elogind systemd )" @@ -98,6 +98,10 @@ RDEPEND=" firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) ) 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 821e06a8b7..927536a4c6 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -12,7 +12,7 @@ KEYWORDS="" IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt cups discover +display-manager +elogind +firewall flatpak grub gtk +handbook +kwallet +networkmanager plymouth pulseaudio +sddm sdk +smart systemd -thunderbolt wacom +wallpapers" +thunderbolt unsupported wacom +wallpapers" REQUIRED_USE="^^ ( elogind systemd )" @@ -98,6 +98,10 @@ RDEPEND=" firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) ) 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} ) "