unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58313] [PATCH] gnu: gtkwave: Update to 3.3.113.
@ 2022-10-05 19:11 jgart via Guix-patches via
  2022-10-11 13:21 ` bug#58313: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-05 19:11 UTC (permalink / raw)
  To: 58313; +Cc: jgart

* gnu/packages/fpga.scm (gtkwave): Update to 3.3.113.
[inputs]: Use new style.
[arguments]: Use gexp.
---
 gnu/packages/fpga.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 11c56477a8..33c7afda00 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2021 Andrew Miloradovsky <andrew@interpretmath.pw>
 ;;; Copyright © 2022 Christian Gelinek <cgelinek@radlogic.com.au>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -24,6 +25,7 @@
 
 (define-module (gnu packages fpga)
   #:use-module ((guix licenses) #:prefix license:)
+  #:use-module (guix gexp)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)
@@ -352,7 +354,7 @@ (define-public arachne-pnr
 (define-public gtkwave
   (package
     (name "gtkwave")
-    (version "3.3.111")
+    (version "3.3.113")
     (source
      (origin
        (method url-fetch)
@@ -362,23 +364,22 @@ (define-public gtkwave
                   (string-append "http://gtkwave.sourceforge.net/"
                                  "gtkwave-" version ".tar.gz")))
        (sha256
-        (base32 "15n2gv2hd7h23cci95ij7yr71fkxppb209sfdsmmngh3fik09rpn"))))
+        (base32 "1zqkfchmns5x90qxa8kg39bfhax3vxf1mrdz3lhyb9fz1gp4difn"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gperf pkg-config))
     (inputs
-     `(("tcl" ,tcl)
-       ("tk" ,tk)
-       ("gtk+-2" ,gtk+-2)))
+      (list tcl tk gtk+-2))
     (arguments
-     `(#:configure-flags
-       (list (string-append "--with-tcl="
-                            (assoc-ref %build-inputs "tcl")
-                            "/lib")
-             (string-append "--with-tk="
-                            (assoc-ref %build-inputs "tk")
-                            "/lib"))))
-
+      (list 
+        #:configure-flags
+        #~(list 
+            (string-append "--with-tcl="
+                           (assoc-ref %build-inputs "tcl")
+                           "/lib")
+            (string-append "--with-tk="
+                           (assoc-ref %build-inputs "tk")
+                           "/lib"))))
     (synopsis "Waveform viewer for FPGA simulator trace files")
     (description "This package is a waveform viewer for FPGA
 simulator trace files (@dfn{FST}).")
-- 
2.37.3





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

* bug#58313: [PATCH] gnu: gtkwave: Update to 3.3.113.
  2022-10-05 19:11 [bug#58313] [PATCH] gnu: gtkwave: Update to 3.3.113 jgart via Guix-patches via
@ 2022-10-11 13:21 ` Ludovic Courtès
  2022-10-11 17:47   ` [bug#58313] " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-10-11 13:21 UTC (permalink / raw)
  To: jgart; +Cc: 58313-done

Hi,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/fpga.scm (gtkwave): Update to 3.3.113.
> [inputs]: Use new style.
> [arguments]: Use gexp.

Applied, thanks!

Ludo’.




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

* [bug#58313] [PATCH] gnu: gtkwave: Update to 3.3.113.
  2022-10-11 13:21 ` bug#58313: " Ludovic Courtès
@ 2022-10-11 17:47   ` jgart via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-10-11 17:47 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 58313-done

On Tue, 11 Oct 2022 15:21:55 +0200 Ludovic Courtès <ludo@gnu.org> wrote:

Thank you!

--
jgart




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

end of thread, other threads:[~2022-10-11 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 19:11 [bug#58313] [PATCH] gnu: gtkwave: Update to 3.3.113 jgart via Guix-patches via
2022-10-11 13:21 ` bug#58313: " Ludovic Courtès
2022-10-11 17:47   ` [bug#58313] " jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).