diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-15 12:37:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-15 17:12:47 +0200 |
commit | 14666358bcbc6116cc1ed18e1b697be67a459f2c (patch) | |
tree | c9dc36c5b750d2856590410b380791610ec41cf3 /kde-apps/kdecore-meta | |
parent | media-gfx/imagemagick: drop old (diff) | |
download | gentoo-14666358bcbc6116cc1ed18e1b697be67a459f2c.tar.gz gentoo-14666358bcbc6116cc1ed18e1b697be67a459f2c.tar.bz2 gentoo-14666358bcbc6116cc1ed18e1b697be67a459f2c.zip |
kde-apps: Add KDE Release Service 20.04.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdecore-meta')
-rw-r--r-- | kde-apps/kdecore-meta/kdecore-meta-20.04.1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kdecore-meta/kdecore-meta-20.04.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-20.04.1.ebuild new file mode 100644 index 000000000000..c9ab667d262a --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-20.04.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdecore - merge this to pull in the most basic applications" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="+handbook +share +thumbnail +webengine" + +RDEPEND=" + >=kde-apps/dolphin-${PV}:${SLOT} + >=kde-apps/kdialog-${PV}:${SLOT} + >=kde-apps/keditbookmarks-${PV}:${SLOT} + >=kde-apps/kfind-${PV}:${SLOT} + >=kde-apps/konsole-${PV}:${SLOT} + >=kde-apps/kwrite-${PV}:${SLOT} + handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} ) + webengine? ( || ( + www-client/falkon + >=kde-apps/konqueror-${PV}:${SLOT} + ) ) +" +# Optional runtime deps: kde-apps/dolphin +RDEPEND="${RDEPEND} + share? ( kde-frameworks/purpose:${SLOT} ) + thumbnail? ( + >=kde-apps/ffmpegthumbs-${PV}:${SLOT} + >=kde-apps/thumbnailers-${PV}:${SLOT} + ) +" |