diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-09 10:08:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-09 20:57:47 +0200 |
commit | 1d0f2d93c58262992cfbbfc613651ddf1402825c (patch) | |
tree | 77e48cf1437dc562b7e2ff6ed1e3e4cdc4922938 /kde-apps/kdecore-meta | |
parent | kde-apps/kdebase-meta: 20.08.2 version bump (diff) | |
download | gentoo-1d0f2d93c58262992cfbbfc613651ddf1402825c.tar.gz gentoo-1d0f2d93c58262992cfbbfc613651ddf1402825c.tar.bz2 gentoo-1d0f2d93c58262992cfbbfc613651ddf1402825c.zip |
kde-apps/kdecore-meta: 20.08.2 version bump
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.08.2.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/kdecore-meta/kdecore-meta-20.08.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-20.08.2.ebuild new file mode 100644 index 000000000000..c9ab667d262a --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-20.08.2.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} + ) +" |