all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67059] [PATCH] gnu: xscreensaver: Update to 6.08.
@ 2023-11-11  0:49 spacecadet
  2023-11-25 18:33 ` bug#67059: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: spacecadet @ 2023-11-11  0:49 UTC (permalink / raw)
  To: 67059

* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.08.
---
  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 553b733a6b..58e426cdbb 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1709,7 +1709,7 @@ (define-public gammastep
  (define-public xscreensaver
    (package
      (name "xscreensaver")
-    (version "6.04")
+    (version "6.08")
      (source
       (origin
         (method url-fetch)
@@ -1717,7 +1717,7 @@ (define-public xscreensaver
          (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 @@ (define-public xscreensaver
             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

base-commit: bb3ab24a296ffa5273b2e82a02ed057e90c095f3
-- 
2.41.0




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

* bug#67059: [PATCH] gnu: xscreensaver: Update to 6.08.
  2023-11-11  0:49 [bug#67059] [PATCH] gnu: xscreensaver: Update to 6.08 spacecadet
@ 2023-11-25 18:33 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-11-25 18:33 UTC (permalink / raw)
  To: spacecadet; +Cc: 67059-done


Hello,

> * gnu/packages/xdisorg.scm (xscreensaver): Update to 6.08.

This is done with 35f52bf0fe56a6e3021e1231992fac247877a2a7.

Thanks,

Mathieu




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

end of thread, other threads:[~2023-11-25 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11  0:49 [bug#67059] [PATCH] gnu: xscreensaver: Update to 6.08 spacecadet
2023-11-25 18:33 ` bug#67059: " Mathieu Othacehe

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.