Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtkwave: update to 3.3.117.
@ 2023-11-07 12:18 Bnyro
  2023-11-07 12:24 ` [PR PATCH] [Updated] " Bnyro
  2023-11-13  5:33 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-11-07 12:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages gtkwave
https://github.com/void-linux/void-packages/pull/47112

gtkwave: update to 3.3.117.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/47112.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtkwave-47112.patch --]
[-- Type: text/x-diff, Size: 1078 bytes --]

From c78e13d68608e9dffbbc06c5ee7d6883b9bd4bf0 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 7 Nov 2023 13:17:35 +0100
Subject: [PATCH] gtkwave: update to 3.3.117.

---
 srcpkgs/gtkwave/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtkwave/template b/srcpkgs/gtkwave/template
index f2c14a909e6c8..aeb29148d755a 100644
--- a/srcpkgs/gtkwave/template
+++ b/srcpkgs/gtkwave/template
@@ -1,6 +1,6 @@
 # Template file for 'gtkwave'
 pkgname=gtkwave
-version=3.3.111
+version=3.3.117
 revision=1
 build_style=gnu-configure
 configure_args="--with-tcl=${XBPS_CROSS_BASE}/usr/lib --with-tk=${XBPS_CROSS_BASE}/usr/lib"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, MIT"
 homepage="http://gtkwave.sourceforge.net/"
 distfiles="http://gtkwave.sourceforge.net/gtkwave-${version}.tar.gz"
-checksum=f6e6046674033e5bab6e4e2720d6bd7dba70b23f329614191b029e06c57ec296
+checksum=55520fc308244c5dc99d5a3f42f5e782eb8e6a9e81cece5c84ea3f11875bff13
 
 post_install() {
 	vlicense LICENSE.TXT

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

* Re: [PR PATCH] [Updated] gtkwave: update to 3.3.117.
  2023-11-07 12:18 [PR PATCH] gtkwave: update to 3.3.117 Bnyro
@ 2023-11-07 12:24 ` Bnyro
  2023-11-13  5:33 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-11-07 12:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages gtkwave
https://github.com/void-linux/void-packages/pull/47112

gtkwave: update to 3.3.117.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/47112.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gtkwave-47112.patch --]
[-- Type: text/x-diff, Size: 1283 bytes --]

From 8dd829a7b82ed5c0fba1e4034e91840f51157258 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 7 Nov 2023 13:17:35 +0100
Subject: [PATCH] gtkwave: update to 3.3.117.

---
 srcpkgs/gtkwave/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gtkwave/template b/srcpkgs/gtkwave/template
index f2c14a909e6c8..07f1dad3556d5 100644
--- a/srcpkgs/gtkwave/template
+++ b/srcpkgs/gtkwave/template
@@ -1,6 +1,6 @@
 # Template file for 'gtkwave'
 pkgname=gtkwave
-version=3.3.111
+version=3.3.117
 revision=1
 build_style=gnu-configure
 configure_args="--with-tcl=${XBPS_CROSS_BASE}/usr/lib --with-tk=${XBPS_CROSS_BASE}/usr/lib"
@@ -9,9 +9,9 @@ makedepends="gtk+-devel tk-devel"
 short_desc="Fully featured GTK+ based wave viewer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, MIT"
-homepage="http://gtkwave.sourceforge.net/"
-distfiles="http://gtkwave.sourceforge.net/gtkwave-${version}.tar.gz"
-checksum=f6e6046674033e5bab6e4e2720d6bd7dba70b23f329614191b029e06c57ec296
+homepage="https://gtkwave.sourceforge.net/"
+distfiles="https://gtkwave.sourceforge.net/gtkwave-${version}.tar.gz"
+checksum=55520fc308244c5dc99d5a3f42f5e782eb8e6a9e81cece5c84ea3f11875bff13
 
 post_install() {
 	vlicense LICENSE.TXT

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

* Re: [PR PATCH] [Merged]: gtkwave: update to 3.3.117.
  2023-11-07 12:18 [PR PATCH] gtkwave: update to 3.3.117 Bnyro
  2023-11-07 12:24 ` [PR PATCH] [Updated] " Bnyro
@ 2023-11-13  5:33 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-11-13  5:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There's a merged pull request on the void-packages repository

gtkwave: update to 3.3.117.
https://github.com/void-linux/void-packages/pull/47112

Description:

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

end of thread, other threads:[~2023-11-13  5:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 12:18 [PR PATCH] gtkwave: update to 3.3.117 Bnyro
2023-11-07 12:24 ` [PR PATCH] [Updated] " Bnyro
2023-11-13  5:33 ` [PR PATCH] [Merged]: " classabbyamp

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 NNTP newsgroup(s).