commit: a1e80e23f413bbece899a78357ffe51d4ca3f8b4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 7 15:22:15 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 7 15:23:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1e80e23
kde-plasma/plasma-meta: Add IUSE=accessibility Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild | 12 ++++++++---- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild index d92ec2088b..ccc776a5d0 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild @@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/" LICENSE="metapackage" SLOT="5" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="bluetooth +browser-integration colord +crash-handler crypt +desktop-portal -discover +display-manager +elogind +firewall grub gtk +handbook +kwallet -+legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk +smart -systemd thunderbolt +wallpapers" +IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt ++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook ++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk ++smart systemd thunderbolt +wallpapers" REQUIRED_USE="^^ ( elogind systemd )" @@ -87,6 +87,10 @@ RDEPEND=" thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) " +# Optional runtime deps: kde-plasma/plasma-desktop +RDEPEND="${RDEPEND} + accessibility? ( app-accessibility/orca ) +" pkg_postinst() { has_version sys-auth/consolekit || return diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 19925e8e46..e64a015a47 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -9,10 +9,10 @@ HOMEPAGE="https://kde.org/plasma-desktop/" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="bluetooth +browser-integration colord +crash-handler crypt +desktop-portal -discover +display-manager +elogind +firewall grub gtk +handbook +kwallet -+legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk +smart -systemd thunderbolt +wallpapers" +IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt ++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook ++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk ++smart systemd thunderbolt +wallpapers" REQUIRED_USE="^^ ( elogind systemd )" @@ -88,6 +88,10 @@ RDEPEND=" thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) " +# Optional runtime deps: kde-plasma/plasma-desktop +RDEPEND="${RDEPEND} + accessibility? ( app-accessibility/orca ) +" pkg_postinst() { has_version sys-auth/consolekit || return
