summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-09 18:20:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-09 18:23:07 +0100
commit101f20b293d1a063a2a1237a3beeac631704d3e5 (patch)
tree4cc6096c25b56aa84df9d4b7a9d5826fae4d4d66 /kde-apps/kdeedu-meta
parentsys-kernel/vanilla-kernel-bin: Bump to 4.19.94 LTS (diff)
downloadgentoo-101f20b293d1a063a2a1237a3beeac631704d3e5.tar.gz
gentoo-101f20b293d1a063a2a1237a3beeac631704d3e5.tar.bz2
gentoo-101f20b293d1a063a2a1237a3beeac631704d3e5.zip
kde-apps: Add KDE Applications 19.12.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdeedu-meta')
-rw-r--r--kde-apps/kdeedu-meta/kdeedu-meta-19.12.1.ebuild42
1 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-19.12.1.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-19.12.1.ebuild
new file mode 100644
index 000000000000..e8123486f55f
--- /dev/null
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-19.12.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages"
+HOMEPAGE="https://edu.kde.org"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+webengine +webkit"
+
+RDEPEND="
+ >=kde-apps/analitza-${PV}:${SLOT}
+ >=kde-apps/artikulate-${PV}:${SLOT}
+ >=kde-apps/blinken-${PV}:${SLOT}
+ >=kde-apps/cantor-${PV}:${SLOT}
+ >=kde-apps/kalzium-${PV}:${SLOT}
+ >=kde-apps/kanagram-${PV}:${SLOT}
+ >=kde-apps/kbruch-${PV}:${SLOT}
+ >=kde-apps/kdeedu-data-${PV}:${SLOT}
+ >=kde-apps/kgeography-${PV}:${SLOT}
+ >=kde-apps/khangman-${PV}:${SLOT}
+ >=kde-apps/kig-${PV}:${SLOT}
+ >=kde-apps/kiten-${PV}:${SLOT}
+ >=kde-apps/klettres-${PV}:${SLOT}
+ >=kde-apps/kmplot-${PV}:${SLOT}
+ >=kde-apps/kqtquickcharts-${PV}:${SLOT}
+ >=kde-apps/ktouch-${PV}:${SLOT}
+ >=kde-apps/kturtle-${PV}:${SLOT}
+ >=kde-apps/kwordquiz-${PV}:${SLOT}
+ >=kde-apps/libkeduvocdocument-${PV}:${SLOT}
+ >=kde-apps/marble-${PV}:${SLOT}
+ >=kde-apps/minuet-${PV}:${SLOT}
+ >=kde-apps/step-${PV}:${SLOT}
+ webengine? (
+ >=kde-apps/kalgebra-${PV}:${SLOT}
+ >=kde-apps/parley-${PV}:${SLOT}
+ )
+ webkit? ( >=kde-apps/rocs-${PV}:${SLOT} )
+"