You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/kdenetwork-meta/kdenetwork-meta-20.04.3.ebuild

25 lines
701 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages"
HOMEPAGE="https://kde.org/"
LICENSE="metapackage"
SLOT="5"
KEYWORDS="amd64 arm64 x86"
IUSE="dropbox +webengine"
RDEPEND="
>=kde-apps/kdenetwork-filesharing-${PV}:${SLOT}
>=kde-apps/kget-${PV}:${SLOT}
>=kde-apps/krdc-${PV}:${SLOT}
>=kde-apps/kopete-${PV}:${SLOT}
>=kde-apps/krfb-${PV}:${SLOT}
>=kde-apps/zeroconf-ioslave-${PV}:${SLOT}
>=kde-misc/kdeconnect-${PV}:${SLOT}
dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} )
webengine? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} )
"