aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-07 17:22:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-07 17:23:44 +0200
commita1e80e23f413bbece899a78357ffe51d4ca3f8b4 (patch)
tree2b65e6e873d5e8534bb84d9912a68e9e86060996 /kde-plasma/plasma-meta
parentkde-plasma/plasma-desktop: Advertise accessibility support via optfeature (diff)
downloadkde-a1e80e23f413bbece899a78357ffe51d4ca3f8b4.tar.gz
kde-a1e80e23f413bbece899a78357ffe51d4ca3f8b4.tar.bz2
kde-a1e80e23f413bbece899a78357ffe51d4ca3f8b4.zip
kde-plasma/plasma-meta: Add IUSE=accessibility
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-meta')
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild12
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-9999.ebuild12
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