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, 01 Sep 2020 16:33:20
Message-Id: 1598977892.a43455086c351bbce62146a0f3559942a6d2e716.asturm@gentoo
1 commit: a43455086c351bbce62146a0f3559942a6d2e716
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 15:26:17 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 16:31:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4345508
7
8 kde-plasma/plasma-meta: 5.19.5 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild | 95 ++++++++++++++++++++++++
13 1 file changed, 95 insertions(+)
14
15 diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild
16 new file mode 100644
17 index 00000000000..2bb4e2f14de
18 --- /dev/null
19 +++ b/kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild
20 @@ -0,0 +1,95 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
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 ~x86"
32 +IUSE="bluetooth +browser-integration crypt +desktop-portal discover
33 ++display-manager +elogind grub gtk +handbook +kwallet +legacy-systray
34 ++networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
35 +
36 +REQUIRED_USE="^^ ( elogind systemd )"
37 +
38 +RDEPEND="
39 + >=kde-plasma/breeze-${PV}:${SLOT}
40 + >=kde-plasma/drkonqi-${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/ksysguard-${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/libkscreen-${PV}:${SLOT}
58 + >=kde-plasma/libksysguard-${PV}:${SLOT}
59 + >=kde-plasma/milou-${PV}:${SLOT}
60 + >=kde-plasma/oxygen-${PV}:${SLOT}
61 + >=kde-plasma/plasma-desktop-${PV}:${SLOT}
62 + >=kde-plasma/plasma-integration-${PV}:${SLOT}
63 + >=kde-plasma/plasma-workspace-${PV}:${SLOT}
64 + >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
65 + >=kde-plasma/powerdevil-${PV}:${SLOT}
66 + >=kde-plasma/systemsettings-${PV}:${SLOT}
67 + >=kde-plasma/user-manager-${PV}:${SLOT}
68 + sys-apps/dbus[elogind?,systemd?]
69 + sys-auth/polkit[elogind?,systemd?]
70 + sys-fs/udisks:2[elogind?,systemd?]
71 + bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
72 + browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
73 + crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
74 + desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
75 + discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
76 + display-manager? (
77 + sddm? (
78 + >=kde-plasma/sddm-kcm-${PV}:${SLOT}
79 + x11-misc/sddm[elogind?,systemd?]
80 + )
81 + !sddm? ( x11-misc/lightdm )
82 + )
83 + grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
84 + gtk? (
85 + >=kde-plasma/breeze-gtk-${PV}:${SLOT}
86 + >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
87 + x11-misc/appmenu-gtk-module
88 + )
89 + handbook? ( kde-apps/khelpcenter:5 )
90 + kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
91 + legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
92 + networkmanager? (
93 + >=kde-plasma/plasma-nm-${PV}:${SLOT}
94 + net-misc/networkmanager[elogind?,systemd?]
95 + qrcode? ( kde-frameworks/prison[qml] )
96 + )
97 + plymouth? (
98 + >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
99 + >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
100 + )
101 + pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
102 + sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
103 + thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
104 + wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
105 +"
106 +
107 +pkg_postinst() {
108 + has_version sys-auth/consolekit || return
109 + ewarn "An existing installation of sys-auth/consolekit was detected even though"
110 + ewarn "${PN} was configured with USE $(usex elogind elogind systemd)."
111 + ewarn "There can only be one session manager at runtime, otherwise random issues"
112 + ewarn "may occur. Please make sure USE consolekit is nowhere enabled in make.conf"
113 + ewarn "or package.use and remove sys-auth/consolekit before raising bugs."
114 + ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
115 +}