all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68538] [PATCH] gnu: xsnow: Update to 3.7.7.
@ 2024-01-17 17:25 Greg Hogan
  2024-02-05 22:11 ` bug#68538: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2024-01-17 17:25 UTC (permalink / raw)
  To: 68538; +Cc: Greg Hogan

* 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





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

* bug#68538: [PATCH] gnu: xsnow: Update to 3.7.7.
  2024-01-17 17:25 [bug#68538] [PATCH] gnu: xsnow: Update to 3.7.7 Greg Hogan
@ 2024-02-05 22:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-02-05 22:11 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 68538-done

Greg Hogan <code@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!




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

end of thread, other threads:[~2024-02-05 22:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 17:25 [bug#68538] [PATCH] gnu: xsnow: Update to 3.7.7 Greg Hogan
2024-02-05 22:11 ` bug#68538: " Ludovic Courtès

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.