unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 71231@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#71231] [PATCH] gnu: sddm: Update to 0.21.0.
Date: Mon, 27 May 2024 23:38:17 +0530	[thread overview]
Message-ID: <1dd034831c932d71466b2da3e771a500e9193528.1716833297.git.sughosha@disroot.org> (raw)

* 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	other threads:[~2024-05-27 18:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-27 18:08 Sughosha via Guix-patches via [this message]
2024-06-24  2:57 ` bug#71231: [PATCH] gnu: sddm: Update to 0.21.0 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1dd034831c932d71466b2da3e771a500e9193528.1716833297.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=71231@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).