all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56656] [PATCH] gnu: lightdm: Update to 1.32.0.
@ 2022-07-20  7:26 phodina via Guix-patches via
  2022-08-04 21:57 ` bug#56656: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: phodina via Guix-patches via @ 2022-07-20  7:26 UTC (permalink / raw)
  To: 56656


[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56656: [PATCH] gnu: lightdm: Update to 1.32.0.
  2022-07-20  7:26 [bug#56656] [PATCH] gnu: lightdm: Update to 1.32.0 phodina via Guix-patches via
@ 2022-08-04 21:57 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-04 21:57 UTC (permalink / raw)
  To: phodina; +Cc: 56656-done

Hi,

phodina <phodina@protonmail.com> skribis:

> 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.

The update has been done independently just a day ago (commit
a8f53d544b00ba80f98c1c65e3cb67ce9110ae93), but I added bash-minimal
separately.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-04 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20  7:26 [bug#56656] [PATCH] gnu: lightdm: Update to 1.32.0 phodina via Guix-patches via
2022-08-04 21:57 ` bug#56656: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.