Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/
Date: Wed, 27 Oct 2021 05:02:42
Message-Id: 1635310846.04cea32c4f1ca98f22920db22d58e5d07670ac1d.sam@gentoo
1 commit: 04cea32c4f1ca98f22920db22d58e5d07670ac1d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 05:00:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 05:00:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cea32c
7
8 kde-plasma/plasma-meta: 5.23.2 version bump
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild | 108 +++++++++++++++++++++++
13 1 file changed, 108 insertions(+)
14
15 diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild
16 new file mode 100644
17 index 00000000000..0add9022a74
18 --- /dev/null
19 +++ b/kde-plasma/plasma-meta/plasma-meta-5.23.2.ebuild
20 @@ -0,0 +1,108 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DESCRIPTION="Merge this to pull in all Plasma 5 packages"
27 +HOMEPAGE="https://kde.org/plasma-desktop/"
28 +
29 +LICENSE="metapackage"
30 +SLOT="5"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
32 +IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
33 ++desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
34 ++kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk
35 ++smart systemd thunderbolt +wallpapers"
36 +
37 +REQUIRED_USE="^^ ( elogind systemd )"
38 +
39 +RDEPEND="
40 + >=kde-plasma/breeze-${PV}:${SLOT}
41 + >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
42 + >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
43 + >=kde-plasma/kdecoration-${PV}:${SLOT}
44 + >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
45 + >=kde-plasma/kgamma-${PV}:${SLOT}
46 + >=kde-plasma/khotkeys-${PV}:${SLOT}
47 + >=kde-plasma/kinfocenter-${PV}:${SLOT}
48 + >=kde-plasma/kmenuedit-${PV}:${SLOT}
49 + >=kde-plasma/kscreen-${PV}:${SLOT}
50 + >=kde-plasma/kscreenlocker-${PV}:${SLOT}
51 + >=kde-plasma/ksshaskpass-${PV}:${SLOT}
52 + >=kde-plasma/ksystemstats-${PV}:${SLOT}
53 + >=kde-plasma/kwayland-integration-${PV}:${SLOT}
54 + >=kde-plasma/kwayland-server-${PV}:${SLOT}
55 + >=kde-plasma/kwin-${PV}:${SLOT}
56 + >=kde-plasma/kwrited-${PV}:${SLOT}
57 + >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
58 + >=kde-plasma/libkscreen-${PV}:${SLOT}
59 + >=kde-plasma/libksysguard-${PV}:${SLOT}
60 + >=kde-plasma/milou-${PV}:${SLOT}
61 + >=kde-plasma/oxygen-${PV}:${SLOT}
62 + >=kde-plasma/plasma-desktop-${PV}:${SLOT}
63 + >=kde-plasma/plasma-integration-${PV}:${SLOT}
64 + >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
65 + >=kde-plasma/plasma-workspace-${PV}:${SLOT}
66 + >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
67 + >=kde-plasma/powerdevil-${PV}:${SLOT}
68 + >=kde-plasma/systemsettings-${PV}:${SLOT}
69 + sys-apps/dbus[elogind?,systemd?]
70 + sys-auth/polkit[systemd?]
71 + sys-fs/udisks:2[elogind?,systemd?]
72 + bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
73 + browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
74 + colord? ( x11-misc/colord )
75 + crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
76 + crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
77 + desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
78 + discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
79 + display-manager? (
80 + sddm? (
81 + >=kde-plasma/sddm-kcm-${PV}:${SLOT}
82 + x11-misc/sddm[elogind?,systemd?]
83 + )
84 + !sddm? ( x11-misc/lightdm )
85 + )
86 + elogind? ( sys-auth/elogind[pam] )
87 + grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
88 + gtk? (
89 + >=kde-plasma/breeze-gtk-${PV}:${SLOT}
90 + >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
91 + x11-misc/appmenu-gtk-module
92 + )
93 + handbook? ( kde-apps/khelpcenter:5 )
94 + kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
95 + legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
96 + networkmanager? (
97 + >=kde-plasma/plasma-nm-${PV}:${SLOT}
98 + net-misc/networkmanager[elogind?,systemd?]
99 + qrcode? ( kde-frameworks/prison[qml] )
100 + )
101 + plymouth? (
102 + >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
103 + >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
104 + )
105 + pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
106 + sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
107 + smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
108 + systemd? (
109 + sys-apps/systemd[pam]
110 + firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
111 + )
112 + thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
113 + wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
114 +"
115 +# Optional runtime deps: kde-plasma/plasma-desktop
116 +RDEPEND="${RDEPEND}
117 + accessibility? ( app-accessibility/orca )
118 +"
119 +
120 +pkg_postinst() {
121 + has_version sys-auth/consolekit || return
122 + ewarn "An existing installation of sys-auth/consolekit was detected even though"
123 + ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
124 + ewarn "There can only be one session manager at runtime, otherwise random issues"
125 + ewarn "may occur. Please make sure USE consolekit is nowhere enabled in make.conf"
126 + ewarn "or package.use and remove sys-auth/consolekit before raising bugs."
127 + ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
128 +}