kde-plasma/plasma-login-manager: keyword 6.6.0 for ~amd64; add missing files

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-02-18 15:43:46 +00:00
parent 20c7576a9c
commit e8e4f99bc6
6 changed files with 56 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#%PAM-1.0
auth required pam_env.so
auth required pam_faillock.so preauth
auth required pam_shells.so
auth required pam_nologin.so
auth required pam_permit.so
-auth optional pam_gnome_keyring.so
-auth optional pam_kwallet5.so
account include system-local-login
password include system-local-login
session include system-local-login
-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start

View File

@@ -0,0 +1,17 @@
#%PAM-1.0
# Load environment from /etc/environment and ~/.pam_environment
auth required pam_env.so
# Always let the greeter start without authentication
auth required pam_permit.so
# No action required for account management
account required pam_permit.so
# Can't change password
password required pam_deny.so
# Setup session
session required pam_unix.so
session required pam_systemd.so

View File

@@ -0,0 +1,15 @@
#%PAM-1.0
auth substack system-login
-auth optional pam_gnome_keyring.so
-auth optional pam_kwallet5.so
account substack system-login
password substack system-login
-password optional pam_gnome_keyring.so use_authtok
session optional pam_keyinit.so force revoke
session substack system-login
-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start

View File

@@ -12,6 +12,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-login-manager"
LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@@ -1,6 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2026-02-18)
# Needs systemd so unmasked in targets/systemd
kde-plasma/plasma-login-manager
# Paul Zander <negril.nx+gentoo@gmail.com> (2025-11-28)
# Requires media-libs/openjph #966735
media-libs/openexr:0/33

View File

@@ -1,6 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2026-02-18)
# Requires systemd, so specifically unmasked only in targets/systemd.
-kde-plasma/plasma-login-manager
# Andreas Sturmlechner <asturm@gentoo.org> (2025-05-18)
# Requires systemd, so specifically unmasked only in targets/systemd.
->=kde-plasma/drkonqi-6.3.90