GNU bug report logs -
#68538
[PATCH] gnu: xsnow: Update to 3.7.7.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 17 Jan 2024 17:26:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.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 68538 in the body.
You can then email your comments to 68538 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#68538
; Package
guix-patches
.
(Wed, 17 Jan 2024 17:26:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 17 Jan 2024 17:26:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/toys.scm (xsnow): Update to 3.7.7.
[inputs]: Add gsl and move gtk+ to ...
[propagated-inputs]: ... here and add gdk-pixbuf.
Change-Id: I45ba6bffc670180ffd713bc098513e5d4cd3dc23
---
gnu/packages/toys.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 179dadffcd..866c516ffa 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -30,6 +30,7 @@ (define-module (gnu packages toys)
#:use-module (gnu packages flex)
#:use-module (gnu packages gtk)
#:use-module (gnu packages man)
+ #:use-module (gnu packages maths)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages perl)
@@ -365,7 +366,7 @@ (define-public filters
(define-public xsnow
(package
(name "xsnow")
- (version "3.4.2")
+ (version "3.7.7")
(source
(origin
(method url-fetch)
@@ -373,7 +374,7 @@ (define-public xsnow
"https://www.ratrabbit.nl/downloads/xsnow/xsnow-"
version ".tar.gz"))
(sha256
- (base32 "17pxc955jgkjan8ax0lw3b3sibw7aikc7p9qbxsp0w7g7jkxf666"))))
+ (base32 "1wiwlqbc6lfcq69hln8mxsms327sjbdpv0mmkfi9j2xrcgmw41bs"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -386,9 +387,11 @@ (define-public xsnow
(string-append prefix "bin")))
#t)))))
(inputs
- (list gtk+ libx11 libxpm libxt libxml2))
+ (list gsl libx11 libxpm libxt libxml2))
(native-inputs
(list pkg-config))
+ (propagated-inputs
+ (list gdk-pixbuf gtk+))
(home-page "https://www.ratrabbit.nl/ratrabbit/xsnow/index.html")
(synopsis "Let it snow on the desktop")
(description "@code{Xsnow} animates snowfall and Santa with reindeer on
base-commit: 132c459627df3f826a1fa8a85dbe935415525834
--
2.40.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 05 Feb 2024 22:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Mon, 05 Feb 2024 22:12:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 68538-done <at> debbugs.gnu.org (full text, mbox):
Greg Hogan <code <at> greghogan.com> skribis:
> * gnu/packages/toys.scm (xsnow): Update to 3.7.7.
> [inputs]: Add gsl and move gtk+ to ...
> [propagated-inputs]: ... here and add gdk-pixbuf.
>
> Change-Id: I45ba6bffc670180ffd713bc098513e5d4cd3dc23
Applied!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 05 Mar 2024 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.