guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: xscreensaver: Update to 6.08.


From: guix-commits
Subject: branch master updated: gnu: xscreensaver: Update to 6.08.
Date: Sat, 25 Nov 2023 13:31:24 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 39ca9a964d gnu: xscreensaver: Update to 6.08.
39ca9a964d is described below

commit 39ca9a964d7f45878295efc142be8abf5c7910eb
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sun Nov 12 16:44:07 2023 -0500

    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>
---
 gnu/packages/xdisorg.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5fccd378bf..8de2ed3816 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1709,7 +1709,7 @@ less if you are working in front of the screen at night.")
 (define-public xscreensaver
   (package
     (name "xscreensaver")
-    (version "6.04")
+    (version "6.08")
     (source
      (origin
        (method url-fetch)
@@ -1717,7 +1717,7 @@ less if you are working in front of the screen at night.")
         (string-append "https://www.jwz.org/xscreensaver/xscreensaver-";
                        version ".tar.gz"))
        (sha256
-        (base32 "0lmiyvp3qs2gngd53f191jmlizs9l04i2gnrqbn96mqckyr18w3q"))
+        (base32 "18vnbs2ns42cgnnsvwn0zh98wcfzxf2k9mib5x5zkv6f4njjpxaw"))
        (modules '((guix build utils)))
        (snippet
         ;; 'configure.ac' checks for $ac_unrecognized_opts and exits if it's
@@ -1764,14 +1764,13 @@ less if you are working in front of the screen at 
night.")
            libjpeg-turbo
            linux-pam
            pango
-           gdk-pixbuf-xlib
            gtk+
            perl
            cairo
            bc
            libxrandr
            glu
-           glib))
+           `(,glib "bin")))
     (home-page "https://www.jwz.org/xscreensaver/";)
     (synopsis "Classic screen saver suite supporting screen locking")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]