GNU bug report logs - #67519
[PATCH] gtkwave: Update to 3.3.117 and use gtk3

Previous Next

Package: guix-patches;

Reported by: Nathan Merkley <nathanmerkley <at> gmail.com>

Date: Tue, 28 Nov 2023 23:18:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 67519 in the body.
You can then email your comments to 67519 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67519; Package guix-patches. (Tue, 28 Nov 2023 23:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nathan Merkley <nathanmerkley <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Nov 2023 23:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nathan Merkley <nathanmerkley <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Nathan Merkley <nathanmerkley <at> gmail.com>
Subject: [PATCH] gtkwave: Update to 3.3.117 and use gtk3
Date: Tue, 28 Nov 2023 16:16:31 -0700
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.117 and use gtk3

Change-Id: If2e660144b86b30fb6e90a7623fb0d9a439f6e65
---
 gnu/packages/fpga.scm | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 13ac1a0b57..48df57125d 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -31,6 +31,7 @@ (define-module (gnu packages fpga)
   #:use-module (guix git-download)
   #:use-module (guix utils)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
@@ -38,6 +39,7 @@ (define-module (gnu packages fpga)
   #:use-module (gnu packages base)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages elf)
+  #:use-module (gnu packages glib)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages tcl)
   #:use-module (gnu packages readline)
@@ -346,25 +348,28 @@ (define-public arachne-pnr
 (define-public gtkwave
   (package
     (name "gtkwave")
-    (version "3.3.113")
+    (version "3.3.117")
     (source
      (origin
        (method url-fetch)
        (uri (list (string-append "mirror://sourceforge/gtkwave/"
-                                 "gtkwave-" version "/"
-                                 "gtkwave-" version ".tar.gz")
+                                 "gtkwave-gtk3-" version "/"
+                                 "gtkwave-gtk3-" version ".tar.gz")
                   (string-append "https://gtkwave.sourceforge.net/"
-                                 "gtkwave-" version ".tar.gz")))
+                                 "gtkwave-gtk3" version ".tar.gz")))
        (sha256
-        (base32 "1zqkfchmns5x90qxa8kg39bfhax3vxf1mrdz3lhyb9fz1gp4difn"))))
-    (build-system gnu-build-system)
+        (base32 "1f8xazl1i4fbwffgcwaal740i9vdrwcgmy0sc2qcn4d9hrsm7w9w"))))
+    (build-system glib-or-gtk-build-system)
     (native-inputs
-     (list gperf pkg-config))
+     (list gperf pkg-config `(,glib "bin")))
     (inputs
-     (list tcl tk gtk+-2))
+     (list tcl tk gtk+))
     (arguments
      (list #:configure-flags
-           #~(list (string-append "--with-tcl="
+           #~(list "--disable-dependency-tracking"
+                   "--with-gsettings"
+                   "--enable-gtk3"
+                   (string-append "--with-tcl="
                                   (assoc-ref %build-inputs "tcl")
                                   "/lib")
                    (string-append "--with-tk="

base-commit: 62376e3eb67644454bc655bed56be4be965bd13e
-- 
2.41.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 09 Mar 2025 16:20:02 GMT) Full text and rfc822 format available.

Notification sent to Nathan Merkley <nathanmerkley <at> gmail.com>:
bug acknowledged by developer. (Sun, 09 Mar 2025 16:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 67519-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 67519-done <at> debbugs.gnu.org
Cc: Nathan Merkley <nathanmerkley <at> gmail.com>
Subject: Re: [PATCH] gtkwave: Update to 3.3.117 and use gtk3
Date: Sun, 09 Mar 2025 17:19:02 +0100
Hello,

> * gnu/packages/fpga.scm (gtkwave): Update to 3.3.117 and use gtk3

Gtkwave is already at a higher version, but I applied your switch to
GTK3.

Thank you, and sorry for the delay.
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org:
bug#67519; Package guix-patches. (Wed, 12 Mar 2025 03:05:02 GMT) Full text and rfc822 format available.

Message #13 received at 67519 <at> debbugs.gnu.org (full text, mbox):

From: Nathan Merkley <nathanmerkley <at> gmail.com>
To: 67519 <at> debbugs.gnu.org
Subject: Re: bug#67519: closed (Re: [PATCH] gtkwave: Update to 3.3.117 and use
 gtk3)
Date: Tue, 11 Mar 2025 21:03:58 -0600
[Message part 1 (text/plain, inline)]
No worries. I appreciate you looking at it

On Sun, Mar 9, 2025 at 10:20 AM GNU bug Tracking System <
help-debbugs <at> gnu.org> wrote:

> Your bug report
>
> #67519: [PATCH] gtkwave: Update to 3.3.117 and use gtk3
>
> which was filed against the guix-patches package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 67519 <at> debbugs.gnu.org.
>
> --
> 67519: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67519
> GNU Bug Tracking System
> Contact help-debbugs <at> gnu.org with problems
>
>
>
> ---------- Forwarded message ----------
> From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
> To: 67519-done <at> debbugs.gnu.org
> Cc: Nathan Merkley <nathanmerkley <at> gmail.com>
> Bcc:
> Date: Sun, 09 Mar 2025 17:19:02 +0100
> Subject: Re: [PATCH] gtkwave: Update to 3.3.117 and use gtk3
> Hello,
>
> > * gnu/packages/fpga.scm (gtkwave): Update to 3.3.117 and use gtk3
>
> Gtkwave is already at a higher version, but I applied your switch to
> GTK3.
>
> Thank you, and sorry for the delay.
> --
> Nicolas Goaziou
>
>
>
>
>
>
> ---------- Forwarded message ----------
> From: Nathan Merkley <nathanmerkley <at> gmail.com>
> To: guix-patches <at> gnu.org
> Cc: Nathan Merkley <nathanmerkley <at> gmail.com>
> Bcc:
> Date: Tue, 28 Nov 2023 16:16:31 -0700
> Subject: [PATCH] gtkwave: Update to 3.3.117 and use gtk3
> * gnu/packages/fpga.scm (gtkwave): Update to 3.3.117 and use gtk3
>
> Change-Id: If2e660144b86b30fb6e90a7623fb0d9a439f6e65
> ---
>  gnu/packages/fpga.scm | 23 ++++++++++++++---------
>  1 file changed, 14 insertions(+), 9 deletions(-)
>
> diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
> index 13ac1a0b57..48df57125d 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -31,6 +31,7 @@ (define-module (gnu packages fpga)
>    #:use-module (guix git-download)
>    #:use-module (guix utils)
>    #:use-module (guix build-system gnu)
> +  #:use-module (guix build-system glib-or-gtk)
>    #:use-module (guix build-system cmake)
>    #:use-module (guix build-system python)
>    #:use-module (gnu packages)
> @@ -38,6 +39,7 @@ (define-module (gnu packages fpga)
>    #:use-module (gnu packages base)
>    #:use-module (gnu packages compression)
>    #:use-module (gnu packages elf)
> +  #:use-module (gnu packages glib)
>    #:use-module (gnu packages pkg-config)
>    #:use-module (gnu packages tcl)
>    #:use-module (gnu packages readline)
> @@ -346,25 +348,28 @@ (define-public arachne-pnr
>  (define-public gtkwave
>    (package
>      (name "gtkwave")
> -    (version "3.3.113")
> +    (version "3.3.117")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (list (string-append "mirror://sourceforge/gtkwave/"
> -                                 "gtkwave-" version "/"
> -                                 "gtkwave-" version ".tar.gz")
> +                                 "gtkwave-gtk3-" version "/"
> +                                 "gtkwave-gtk3-" version ".tar.gz")
>                    (string-append "https://gtkwave.sourceforge.net/"
> -                                 "gtkwave-" version ".tar.gz")))
> +                                 "gtkwave-gtk3" version ".tar.gz")))
>         (sha256
> -        (base32 "1zqkfchmns5x90qxa8kg39bfhax3vxf1mrdz3lhyb9fz1gp4difn"))))
> -    (build-system gnu-build-system)
> +        (base32 "1f8xazl1i4fbwffgcwaal740i9vdrwcgmy0sc2qcn4d9hrsm7w9w"))))
> +    (build-system glib-or-gtk-build-system)
>      (native-inputs
> -     (list gperf pkg-config))
> +     (list gperf pkg-config `(,glib "bin")))
>      (inputs
> -     (list tcl tk gtk+-2))
> +     (list tcl tk gtk+))
>      (arguments
>       (list #:configure-flags
> -           #~(list (string-append "--with-tcl="
> +           #~(list "--disable-dependency-tracking"
> +                   "--with-gsettings"
> +                   "--enable-gtk3"
> +                   (string-append "--with-tcl="
>                                    (assoc-ref %build-inputs "tcl")
>                                    "/lib")
>                     (string-append "--with-tk="
>
> base-commit: 62376e3eb67644454bc655bed56be4be965bd13e
> --
> 2.41.0
>
>
>
>
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Apr 2025 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.