gnu: xscreensaver: Update to 6.08.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.08. [inputs]: Remove gdk-pixbuf-xlib. Add glib:bin. Change-Id: I610ae408a0e0d01868ba23a5574a301dc1ea3330 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
13bc0633e7
commit
39ca9a964d
1 changed files with 3 additions and 4 deletions
|
@ -1709,7 +1709,7 @@ (define-public gammastep
|
||||||
(define-public xscreensaver
|
(define-public xscreensaver
|
||||||
(package
|
(package
|
||||||
(name "xscreensaver")
|
(name "xscreensaver")
|
||||||
(version "6.04")
|
(version "6.08")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1717,7 +1717,7 @@ (define-public xscreensaver
|
||||||
(string-append "https://www.jwz.org/xscreensaver/xscreensaver-"
|
(string-append "https://www.jwz.org/xscreensaver/xscreensaver-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lmiyvp3qs2gngd53f191jmlizs9l04i2gnrqbn96mqckyr18w3q"))
|
(base32 "18vnbs2ns42cgnnsvwn0zh98wcfzxf2k9mib5x5zkv6f4njjpxaw"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; 'configure.ac' checks for $ac_unrecognized_opts and exits if it's
|
;; 'configure.ac' checks for $ac_unrecognized_opts and exits if it's
|
||||||
|
@ -1764,14 +1764,13 @@ (define-public xscreensaver
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
linux-pam
|
linux-pam
|
||||||
pango
|
pango
|
||||||
gdk-pixbuf-xlib
|
|
||||||
gtk+
|
gtk+
|
||||||
perl
|
perl
|
||||||
cairo
|
cairo
|
||||||
bc
|
bc
|
||||||
libxrandr
|
libxrandr
|
||||||
glu
|
glu
|
||||||
glib))
|
`(,glib "bin")))
|
||||||
(home-page "https://www.jwz.org/xscreensaver/")
|
(home-page "https://www.jwz.org/xscreensaver/")
|
||||||
(synopsis "Classic screen saver suite supporting screen locking")
|
(synopsis "Classic screen saver suite supporting screen locking")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue