summaryrefslogtreecommitdiff
path: root/kde-apps/kdeaccessibility-meta
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
committerJohannes Huber <johu@gentoo.org>2017-06-08 23:00:50 +0200
commitc892d3edb4099fe424a61b0d1aa296132d872ba0 (patch)
treee010db999c552c23e6993bd429516c40db852fe6 /kde-apps/kdeaccessibility-meta
parentf6fa2ba5102e20791ac34eb4e2b328911a1d2e82 (diff)
downloadgentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.gz
gentoo-c892d3edb4099fe424a61b0d1aa296132d872ba0.tar.xz
kde-apps: Version bump KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'kde-apps/kdeaccessibility-meta')
-rw-r--r--kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.2.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.2.ebuild
new file mode 100644
index 00000000000..6516931f0f0
--- /dev/null
+++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.04.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
+
+RDEPEND="
+ $(add_kdeapps_dep jovie)
+ $(add_kdeapps_dep kaccessible)
+ $(add_kdeapps_dep kmag)
+ $(add_kdeapps_dep kmousetool)
+ $(add_kdeapps_dep kmouth)
+ nls? ( $(add_kdeapps_dep kde4-l10n '' ${L10N_MINIMAL}) )
+"