Gentoo Archives: gentoo-commits

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