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/eclass/kde5-meta-pkg.eclass

24 lines
525 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# @ECLASS: kde5-meta-pkg.eclass
# @MAINTAINER:
# kde@gentoo.org
# @BLURB: This eclass contains boilerplate for KDE 5 meta packages
# @DESCRIPTION:
# This eclass should only be used for defining meta packages for KDE 5.
if [[ -z ${_KDE5_META_PKG_ECLASS} ]]; then
_KDE5_META_PKG_ECLASS=1
inherit kde5-functions
HOMEPAGE="https://www.kde.org/"
LICENSE="metapackage"
SLOT="5"
RDEPEND+=" !kde-apps/${PN}:4"
fi