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: Mon, 25 Feb 2019 17:29:00
Message-Id: 1551115705.a91db130471d9f08016acc0c8b6ec3e1a3911416.asturm@gentoo
1 commit: a91db130471d9f08016acc0c8b6ec3e1a3911416
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 17:28:25 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 17:28:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91db130
7
8 kde-plasma/plasma-meta: Add USE desktop-portal, discover
9
10 Dropping ~arm keyword for unkeyworded new dependencies.
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/plasma-meta/metadata.xml | 2 +
16 .../plasma-meta/plasma-meta-5.15.1-r1.ebuild | 109 +++++++++++++++++++++
17 2 files changed, 111 insertions(+)
18
19 diff --git a/kde-plasma/plasma-meta/metadata.xml b/kde-plasma/plasma-meta/metadata.xml
20 index ee7a302e7d7..a019b78b13b 100644
21 --- a/kde-plasma/plasma-meta/metadata.xml
22 +++ b/kde-plasma/plasma-meta/metadata.xml
23 @@ -9,6 +9,8 @@
24 <flag name="browser-integration">Enable integration with Chrome/Firefox with browser extensions</flag>
25 <flag name="consolekit">Enable <pkg>sys-auth/consolekit</pkg> support instead of logind session tracking</flag>
26 <flag name="crypt">Pull in <pkg>kde-plasma/plasma-vault</pkg> for encrypted vaults integration</flag>
27 + <flag name="desktop-portal">Enable <pkg>sys-apps/xdg-desktop-portal</pkg> backend implementation for Plasma</flag>
28 + <flag name="discover">Pull in resources management GUI; a centralised GHNS alternative and optional <pkg>sys-apps/fwupd</pkg> frontend</flag>
29 <flag name="display-manager">Pull in a graphical display manager</flag>
30 <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking</flag>
31 <flag name="grub">Pull in Breeze theme for <pkg>sys-boot/grub</pkg></flag>
32
33 diff --git a/kde-plasma/plasma-meta/plasma-meta-5.15.1-r1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.15.1-r1.ebuild
34 new file mode 100644
35 index 00000000000..9194eeda3d2
36 --- /dev/null
37 +++ b/kde-plasma/plasma-meta/plasma-meta-5.15.1-r1.ebuild
38 @@ -0,0 +1,109 @@
39 +# Copyright 1999-2019 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +
44 +DESCRIPTION="Merge this to pull in all Plasma 5 packages"
45 +HOMEPAGE="https://www.kde.org/plasma-desktop"
46 +
47 +LICENSE="metapackage"
48 +SLOT="5"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
51 ++display-manager elogind grub gtk +handbook +legacy-systray networkmanager pam
52 +plymouth +pm-utils pulseaudio +sddm sdk systemd +wallpapers"
53 +
54 +REQUIRED_USE="?? ( consolekit elogind systemd )"
55 +
56 +RDEPEND="
57 + >=kde-plasma/breeze-${PV}:${SLOT}
58 + >=kde-plasma/drkonqi-${PV}:${SLOT}
59 + >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
60 + >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
61 + >=kde-plasma/kdecoration-${PV}:${SLOT}
62 + >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
63 + >=kde-plasma/kgamma-${PV}:${SLOT}
64 + >=kde-plasma/khotkeys-${PV}:${SLOT}
65 + >=kde-plasma/kinfocenter-${PV}:${SLOT}
66 + >=kde-plasma/kmenuedit-${PV}:${SLOT}
67 + >=kde-plasma/kscreen-${PV}:${SLOT}
68 + >=kde-plasma/kscreenlocker-${PV}:${SLOT}
69 + >=kde-plasma/ksshaskpass-${PV}:${SLOT}
70 + >=kde-plasma/ksysguard-${PV}:${SLOT}
71 + >=kde-plasma/kwayland-integration-${PV}:${SLOT}
72 + >=kde-plasma/kwin-${PV}:${SLOT}
73 + >=kde-plasma/kwrited-${PV}:${SLOT}
74 + >=kde-plasma/libkscreen-${PV}:${SLOT}
75 + >=kde-plasma/libksysguard-${PV}:${SLOT}
76 + >=kde-plasma/milou-${PV}:${SLOT}
77 + >=kde-plasma/oxygen-${PV}:${SLOT}
78 + >=kde-plasma/plasma-desktop-${PV}:${SLOT}
79 + >=kde-plasma/plasma-integration-${PV}:${SLOT}
80 + >=kde-plasma/plasma-workspace-${PV}:${SLOT}
81 + >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
82 + >=kde-plasma/powerdevil-${PV}:${SLOT}
83 + >=kde-plasma/systemsettings-${PV}:${SLOT}
84 + >=kde-plasma/user-manager-${PV}:${SLOT}
85 + sys-apps/dbus[elogind?,systemd?]
86 + sys-auth/polkit[elogind?,systemd?]
87 + sys-fs/udisks:2[elogind?,systemd?]
88 + bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
89 + browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
90 + consolekit? (
91 + >=sys-auth/consolekit-1.0.1
92 + pm-utils? ( sys-power/pm-utils )
93 + )
94 + crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
95 + desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
96 + discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
97 + display-manager? (
98 + sddm? (
99 + >=kde-plasma/sddm-kcm-${PV}:${SLOT}
100 + x11-misc/sddm[consolekit?,elogind?,systemd?]
101 + )
102 + !sddm? ( x11-misc/lightdm )
103 + )
104 + grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
105 + gtk? (
106 + >=kde-plasma/breeze-gtk-${PV}:${SLOT}
107 + >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
108 + )
109 + handbook? ( kde-apps/khelpcenter:5 )
110 + legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
111 + networkmanager? (
112 + >=kde-plasma/plasma-nm-${PV}:${SLOT}
113 + net-misc/networkmanager[consolekit?,elogind?,systemd?]
114 + )
115 + pam? (
116 + >=kde-plasma/kwallet-pam-${PV}:${SLOT}
117 + sys-auth/pambase[consolekit?,elogind?,systemd?]
118 + )
119 + plymouth? (
120 + >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
121 + >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
122 + )
123 + pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
124 + sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
125 + wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
126 +"
127 +
128 +pkg_postinst() {
129 + local i selected use_pkg_map=(
130 + consolekit:sys-auth/consolekit
131 + elogind:sys-auth/elogind
132 + systemd:sys-apps/systemd
133 + )
134 + for i in ${use_pkg_map[@]}; do
135 + use ${i%:*} && selected="${i%:*}"
136 + done
137 + for i in ${use_pkg_map[@]}; do
138 + if ! use ${i%:*} && has_version ${i#*:}; then
139 + ewarn "An existing installation of ${i#*:} was detected even though"
140 + ewarn "${PN} was configured with USE ${selected} instead of ${i%:*}."
141 + ewarn "There can only be one session manager at runtime, otherwise random issues"
142 + ewarn "may occur. Please make sure USE ${i%:*} is nowhere enabled in make.conf"
143 + ewarn "or package.use and remove ${i#*:} before raising bugs."
144 + ewarn "For more information, visit https://wiki.gentoo.org/wiki/KDE"
145 + fi
146 + done
147 +}