unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: 56656@debbugs.gnu.org
Subject: [bug#56656] [PATCH] gnu: lightdm: Update to 1.32.0.
Date: Wed, 20 Jul 2022 07:26:18 +0000	[thread overview]
Message-ID: <cFK-f6YtyAsONqBZ1iqWaQ5YCjOesFRnIu0Pi7HbzOaNJUBtBKWkpHYLGQ5A-fxZEcIAur4ri3pvQfbwizDu5fKvZo6cQrAlFXrbI9W0Sx4=@protonmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 262 bytes --]

Hi,

this updates the lightdm to version 1.32.0. which was released few days ago.

Therefore the specific commit is rebuild as the lightdm works with glibc.

There's also bash-minimal added in the inputs as suggested by the linter due to wrap-program.

----
Petr

[-- Attachment #1.2: Type: text/html, Size: 681 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-lightdm-Update-to-1.32.0.patch --]
[-- Type: text/x-patch; name=0001-gnu-lightdm-Update-to-1.32.0.patch, Size: 2637 bytes --]

From 8b3c0a3d96bac8f79df7fd2330fe9ba737520f9a Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Wed, 20 Jul 2022 09:20:50 +0200
Subject: [PATCH] gnu: lightdm: Update to 1.32.0.

* gnu/packages/display-managers.scm (lightdm): Update to 1.32.0.
  [inputs]: Add bash-minimal.

diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 64375b8cfc..0cc544a87c 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -11,7 +11,7 @@
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -255,22 +255,18 @@ (define-public sugar-light-sddm-theme
     (license license:gpl3+)))
 
 (define-public lightdm
-  ;; Use the latest commit, as the current official release doesn't build with
-  ;; glib >= 2.33.
-  (let ((revision "0")
-        (commit "b7fc3214cbaed09c73e963847443a0d648dfd896"))
     (package
       (name "lightdm")
-      (version (git-version "1.30.0" revision commit))
+      (version "1.32.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
                       (url "https://github.com/canonical/lightdm")
-                      (commit commit)))
+                      (commit version)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0378jacazpmdgdjkiilk3mbikz3iysb4s9q40hg9zv4yngwsix1m"))))
+                  "1wr60c946p8jz9kb8zi4cd8d4mkcy7infbvlfzwajiglc22nblxn"))))
       (build-system gnu-build-system)
       (arguments
        '(#:parallel-tests? #f           ; fails when run in parallel
@@ -306,6 +302,7 @@ (define-public lightdm
                (unsetenv "LC_ALL"))))))
       (inputs
        (list audit
+             bash-minimal
              coreutils                  ;for cross-compilation
              linux-pam
              shadow                     ;for sbin/nologin
@@ -334,7 +331,7 @@ (define-public lightdm
       (synopsis "Lightweight display manager")
       (description "The Light Display Manager (LightDM) is a cross-desktop
 display manager which supports different greeters.")
-      (license license:gpl3+))))
+      (license license:gpl3+)))
 
 (define-public lightdm-gtk-greeter
   (package
-- 
2.37.0


             reply	other threads:[~2022-07-20  7:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20  7:26 phodina via Guix-patches via [this message]
2022-08-04 21:57 ` bug#56656: [PATCH] gnu: lightdm: Update to 1.32.0 Ludovic Courtès

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='cFK-f6YtyAsONqBZ1iqWaQ5YCjOesFRnIu0Pi7HbzOaNJUBtBKWkpHYLGQ5A-fxZEcIAur4ri3pvQfbwizDu5fKvZo6cQrAlFXrbI9W0Sx4=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=56656@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /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).