mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: lightdm-gtk-greeter: Update to 2.0.8
This also fixes the build. Before configure failed with the following error: checking for exo-csource... no configure: error: in `/tmp/guix-build-lightdm-gtk-greeter-2.0.7.drv-0/lightdm-gtk-greeter-2.0.7': configure: error: exo-csource not installed * gnu/packages/display-managers.scm (lightdm): update to 2.0.8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6cf6dc1116
commit
c5962a7297
1 changed files with 8 additions and 7 deletions
|
@ -260,16 +260,16 @@ (define-public lightdm
|
|||
(define-public lightdm-gtk-greeter
|
||||
(package
|
||||
(name "lightdm-gtk-greeter")
|
||||
(version "2.0.7")
|
||||
(version "2.0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://launchpad.net/lightdm-gtk-greeter/"
|
||||
(version-major+minor version) "/" version
|
||||
"/+download/lightdm-gtk-greeter-" version ".tar.gz"))
|
||||
"https://github.com/xubuntu/lightdm-gtk-greeter"
|
||||
"/releases/download/lightdm-gtk-greeter-" version "/"
|
||||
"lightdm-gtk-greeter-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1g7wc3d3vqfa7mrdhx1w9ywydgjbffla6rbrxq9k3sc62br97qms"))))
|
||||
"04q62mvr97l9gv8h37hfarygqc7p0498ig7xclcg4kxkqw0b7yxy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
@ -304,14 +304,15 @@ (define-public lightdm-gtk-greeter
|
|||
(native-inputs
|
||||
`(("exo" ,exo)
|
||||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("xfce4-dev-tools" ,xfce4-dev-tools)))
|
||||
(inputs
|
||||
`(("lightdm" ,lightdm)
|
||||
("shared-mime-info" ,shared-mime-info)
|
||||
("at-spi2-core" ,at-spi2-core)
|
||||
("gtk+" ,gtk+)))
|
||||
(synopsis "GTK+ greeter for LightDM")
|
||||
(home-page "https://launchpad.net/lightdm-gtk-greeter")
|
||||
(home-page "https://github.com/xubuntu/lightdm-gtk-greeter")
|
||||
(description "This package provides a LightDM greeter implementation using
|
||||
GTK+, lets you select a desktop session and log in to it.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue