kde-plasma/plasma-meta - 5.15.5 (didos)

Search

Install

Install this version:

emerge -a =kde-plasma/plasma-meta-5.15.5

Package Information

Description:
Merge this to pull in all Plasma 5 packages
Homepage:
https://kde.org/plasma-desktop
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
5.15.5 7 amd64 ~arm arm64 x86 5
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Merge this to pull in all Plasma 5 packages"
HOMEPAGE="https://kde.org/plasma-desktop"

LICENSE="metapackage"
SLOT="5"
KEYWORDS="amd64 ~arm arm64 x86"
IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
+display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam
plymouth +pm-utils powerdevil pulseaudio +sddm sdk systemd +wallpapers"

REQUIRED_USE="?? ( consolekit elogind systemd )"

RDEPEND="
	>=kde-plasma/breeze-${PV}:${SLOT}
	>=kde-plasma/drkonqi-${PV}:${SLOT}
	>=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
	>=kde-plasma/kde-cli-tools-${PV}:${SLOT}
	>=kde-plasma/kdecoration-${PV}:${SLOT}
	>=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
	>=kde-plasma/kgamma-${PV}:${SLOT}
	>=kde-plasma/khotkeys-${PV}:${SLOT}
	>=kde-plasma/kinfocenter-${PV}:${SLOT}
	>=kde-plasma/kmenuedit-${PV}:${SLOT}
	>=kde-plasma/kscreen-${PV}:${SLOT}
	>=kde-plasma/kscreenlocker-${PV}:${SLOT}
	>=kde-plasma/ksshaskpass-${PV}:${SLOT}
	>=kde-plasma/ksysguard-${PV}:${SLOT}
	>=kde-plasma/kwayland-integration-${PV}:${SLOT}
	>=kde-plasma/kwin-${PV}:${SLOT}
	>=kde-plasma/kwrited-${PV}:${SLOT}
	>=kde-plasma/libkscreen-${PV}:${SLOT}
	>=kde-plasma/libksysguard-${PV}:${SLOT}
	>=kde-plasma/milou-${PV}:${SLOT}
	>=kde-plasma/oxygen-${PV}:${SLOT}
	>=kde-plasma/plasma-desktop-${PV}:${SLOT}
	>=kde-plasma/plasma-integration-${PV}:${SLOT}
	>=kde-plasma/plasma-workspace-${PV}:${SLOT}
	>=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
	>=kde-plasma/systemsettings-${PV}:${SLOT}
	>=kde-plasma/user-manager-${PV}:${SLOT}
	sys-apps/dbus[elogind?,systemd?]
	sys-auth/polkit[elogind?,systemd?]
	sys-fs/udisks:2[elogind?,systemd?]
	bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
	browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
	consolekit? (
		>=sys-auth/consolekit-1.0.1
		pm-utils? ( sys-power/pm-utils )
	)
	crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
	desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
	discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
	display-manager? (
		sddm? (
			>=kde-plasma/sddm-kcm-${PV}:${SLOT}
			x11-misc/sddm[consolekit?,elogind?,systemd?]
		)
		!sddm? ( x11-misc/lightdm )
	)
	grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
	gtk? (
		>=kde-plasma/breeze-gtk-${PV}:${SLOT}
		>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
	)
	handbook? ( kde-apps/khelpcenter:5 )
	legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
	networkmanager? (
		>=kde-plasma/plasma-nm-${PV}:${SLOT}
		net-misc/networkmanager[consolekit?,elogind?,systemd?]
	)
	pam? (
		>=kde-plasma/kwallet-pam-${PV}:${SLOT}
		sys-auth/pambase[consolekit?,elogind?,systemd?]
	)
	plymouth? (
		>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
		>=kde-plasma/plymouth-kcm-${PV}:${SLOT}
	)
	powerdevil? ( >=kde-plasma/powerdevil-${PV}:${SLOT} )
	pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
	sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
	wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
"

pkg_postinst() {
	local i selected use_pkg_map=(
		consolekit:sys-auth/consolekit
		elogind:sys-auth/elogind
		systemd:sys-apps/systemd
	)
	for i in ${use_pkg_map[@]}; do
		use ${i%:*} && selected="${i%:*}"
	done
	for i in ${use_pkg_map[@]}; do
		if ! use ${i%:*} && has_version ${i#*:}; then
			ewarn "An existing installation of ${i#*:} was detected even though"
			ewarn "${PN} was configured with USE ${selected} instead of ${i%:*}."
			ewarn "There can only be one session manager at runtime, otherwise random issues"
			ewarn "may occur. Please make sure USE ${i%:*} is nowhere enabled in make.conf"
			ewarn "or package.use and remove ${i#*:} before raising bugs."
			ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
		fi
	done
}

USE Flags

Manage flags for this package: euse -i <flag> -p kde-plasma/plasma-meta | euse -E <flag> -p kde-plasma/plasma-meta | euse -D <flag> -p kde-plasma/plasma-meta

Global/Standard Flags

browser-integration
Default: Enabled (+)
desktop-portal
Default: Enabled (+)
display-manager
Default: Enabled (+)
gtk
handbook
Default: Enabled (+)
legacy-systray
Default: Enabled (+)
pam
pm-utils
Default: Enabled (+)
sddm
Default: Enabled (+)
sdk
wallpapers
Default: Enabled (+)

Dependencies

RDEPEND

	>=kde-plasma/breeze-5.15.5:5
	>=kde-plasma/drkonqi-5.15.5:5
	>=kde-plasma/kactivitymanagerd-5.15.5:5
	>=kde-plasma/kde-cli-tools-5.15.5:5
	>=kde-plasma/kdecoration-5.15.5:5
	>=kde-plasma/kdeplasma-addons-5.15.5:5
	>=kde-plasma/kgamma-5.15.5:5
	>=kde-plasma/khotkeys-5.15.5:5
	>=kde-plasma/kinfocenter-5.15.5:5
	>=kde-plasma/kmenuedit-5.15.5:5
	>=kde-plasma/kscreen-5.15.5:5
	>=kde-plasma/kscreenlocker-5.15.5:5
	>=kde-plasma/ksshaskpass-5.15.5:5
	>=kde-plasma/ksysguard-5.15.5:5
	>=kde-plasma/kwayland-integration-5.15.5:5
	>=kde-plasma/kwin-5.15.5:5
	>=kde-plasma/kwrited-5.15.5:5
	>=kde-plasma/libkscreen-5.15.5:5
	>=kde-plasma/libksysguard-5.15.5:5
	>=kde-plasma/milou-5.15.5:5
	>=kde-plasma/oxygen-5.15.5:5
	>=kde-plasma/plasma-desktop-5.15.5:5
	>=kde-plasma/plasma-integration-5.15.5:5
	>=kde-plasma/plasma-workspace-5.15.5:5
	>=kde-plasma/polkit-kde-agent-5.15.5:5
	>=kde-plasma/systemsettings-5.15.5:5
	>=kde-plasma/user-manager-5.15.5:5
	sys-apps/dbus[elogind?,systemd?]
	sys-auth/polkit[elogind?,systemd?]
	sys-fs/udisks:2[elogind?,systemd?]
	bluetooth? ( >=kde-plasma/bluedevil-5.15.5:5 )
	browser-integration? ( >=kde-plasma/plasma-browser-integration-5.15.5:5 )
	consolekit? (
		>=sys-auth/consolekit-1.0.1
		pm-utils? ( sys-power/pm-utils )
	)
	crypt? ( >=kde-plasma/plasma-vault-5.15.5:5 )
	desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-5.15.5:5 )
	discover? ( >=kde-plasma/discover-5.15.5:5 )
	display-manager? (
		sddm? (
			>=kde-plasma/sddm-kcm-5.15.5:5
			x11-misc/sddm[consolekit?,elogind?,systemd?]
		)
		!sddm? ( x11-misc/lightdm )
	)
	grub? ( >=kde-plasma/breeze-grub-5.15.5:5 )
	gtk? (
		>=kde-plasma/breeze-gtk-5.15.5:5
		>=kde-plasma/kde-gtk-config-5.15.5:5
	)
	handbook? ( kde-apps/khelpcenter:5 )
	legacy-systray? ( >=kde-plasma/xembed-sni-proxy-5.15.5:5 )
	networkmanager? (
		>=kde-plasma/plasma-nm-5.15.5:5
		net-misc/networkmanager[consolekit?,elogind?,systemd?]
	)
	pam? (
		>=kde-plasma/kwallet-pam-5.15.5:5
		sys-auth/pambase[consolekit?,elogind?,systemd?]
	)
	plymouth? (
		>=kde-plasma/breeze-plymouth-5.15.5:5
		>=kde-plasma/plymouth-kcm-5.15.5:5
	)
	powerdevil? ( >=kde-plasma/powerdevil-5.15.5:5 )
	pulseaudio? ( >=kde-plasma/plasma-pa-5.15.5:5 )
	sdk? ( >=kde-plasma/plasma-sdk-5.15.5:5 )
	wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-5.15.5:5 )