GNU bug report logs -
#71231
[PATCH] gnu: sddm: Update to 0.21.0.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Mon, 27 May 2024 18:10:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71231 in the body.
You can then email your comments to 71231 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71231
; Package
guix-patches
.
(Mon, 27 May 2024 18:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <sughosha <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 27 May 2024 18:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/display-managers.scm (sddm): Update to 0.21.0.
[arguments]<#:configure-flags>: Add
"-DINSTALL_PAM_CONFIGURATION=OFF".
Change-Id: Iac61bcc14963c5c2f04659603158f4507fad5da4
---
gnu/packages/display-managers.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 3ff8fa5b65..6a6437ff0c 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -69,7 +69,7 @@ (define-module (gnu packages display-managers)
(define-public sddm
(package
(name "sddm")
- (version "0.20.0")
+ (version "0.21.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -78,7 +78,7 @@ (define-public sddm
(file-name (git-file-name name version))
(sha256
(base32
- "1450zv03d3mbid27986p4mdshw9qf3ar8crl4idybf7khxgan22y"))))
+ "0mxrh0z9x4r4bli25g746n66adwnf3r42lzq0yssc50v9y7fc1a1"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))
@@ -105,6 +105,8 @@ (define-public sddm
#~(list
"-DENABLE_WAYLAND=ON"
"-DENABLE_PAM=ON"
+ ;; PAM is configured by pam service.
+ "-DINSTALL_PAM_CONFIGURATION=OFF"
;; Both flags are required for elogind support.
"-DNO_SYSTEMD=ON"
"-DUSE_ELOGIND=ON"
base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
--
2.41.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Mon, 24 Jun 2024 02:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sughosha <sughosha <at> disroot.org>
:
bug acknowledged by developer.
(Mon, 24 Jun 2024 02:59:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 71231-done <at> debbugs.gnu.org (full text, mbox):
Sughosha <sughosha <at> disroot.org> writes:
> * gnu/packages/display-managers.scm (sddm): Update to 0.21.0.
> [arguments]<#:configure-flags>: Add
> "-DINSTALL_PAM_CONFIGURATION=OFF".
Applied, thanks.
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 22 Jul 2024 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.