GNU bug report logs -
#67139
[PATCH 1/2] gnu: xscreensaver: Update to 6.08.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sun, 12 Nov 2023 21:48:02 UTC
Severity: normal
Tags: patch
Done: kiasoc5 <at> disroot.org
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67139 in the body.
You can then email your comments to 67139 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67139
; Package
guix-patches
.
(Sun, 12 Nov 2023 21:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
kiasoc5 <kiasoc5 <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 12 Nov 2023 21:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.08.
[inputs]: Remove gdk-pixbuf-xlib. Add glib:bin.
Change-Id: I610ae408a0e0d01868ba23a5574a301dc1ea3330
---
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: 0527b542c9fe7a11b457f3dd1b671fe558df82b6
--
2.41.0
bug closed, send any further explanations to
67139 <at> debbugs.gnu.org and kiasoc5 <kiasoc5 <at> disroot.org>
Request was from
kiasoc5 <at> disroot.org
to
control <at> debbugs.gnu.org
.
(Mon, 13 Nov 2023 02:35:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67139
; Package
guix-patches
.
(Sat, 25 Nov 2023 18:24:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 67139-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/xdisorg.scm (xscreensaver): Update to 6.08.
> [inputs]: Remove gdk-pixbuf-xlib. Add glib:bin.
Applied, thanks,
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Dec 2023 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.