Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Fri, 01 Apr 2022 14:48:59
Message-Id: 1648824430.5c4a0c53c3cfa3c1c1e69aa39ee9b520976c2a5e.asturm@gentoo
1 commit: 5c4a0c53c3cfa3c1c1e69aa39ee9b520976c2a5e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 08:09:47 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 14:47:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4a0c53
7
8 x11-misc/sddm: Add postinst wiki link and special nvidia-drivers note
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/sddm/sddm-0.18.1-r6.ebuild | 8 ++++++++
14 1 file changed, 8 insertions(+)
15
16 diff --git a/x11-misc/sddm/sddm-0.18.1-r6.ebuild b/x11-misc/sddm/sddm-0.18.1-r6.ebuild
17 index 51a634ccb024..a4e0a84a003f 100644
18 --- a/x11-misc/sddm/sddm-0.18.1-r6.ebuild
19 +++ b/x11-misc/sddm/sddm-0.18.1-r6.ebuild
20 @@ -116,6 +116,14 @@ pkg_postinst() {
21 elog " - Enable CONFIG_RANDOM_TRUST_CPU in linux kernel"
22 elog " - # emerge sys-apps/haveged && rc-update add haveged boot"
23 elog " - # emerge sys-apps/rng-tools && rc-update add rngd boot"
24 + elog
25 + elog "For more information on how to configure SDDM, please visit the wiki:"
26 + elog " https://wiki.gentoo.org/wiki/SDDM"
27 + if has_version x11-drivers/nvidia-drivers; then
28 + elog
29 + elog " Nvidia GPU owners in particular should pay attention"
30 + elog " to the troubleshooting section."
31 + fi
32
33 systemd_reenable sddm.service
34 }