Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtkwave: update to gtk3-3.3.119
@ 2024-06-07 17:48 piekay
  2024-06-07 17:49 ` [PR PATCH] [Updated] " piekay
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: piekay @ 2024-06-07 17:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/piekay/void-packages gtkwave-update
https://github.com/void-linux/void-packages/pull/50735

gtkwave: update to gtk3-3.3.119
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From e0008f9c84d9ef4f133999896d5f1586de954955 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Fri, 7 Jun 2024 19:40:36 +0200
Subject: [PATCH] gtkwave: update to gtk3-3.3.119

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

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

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

* Re: [PR PATCH] [Updated] gtkwave: update to gtk3-3.3.119
  2024-06-07 17:48 [PR PATCH] gtkwave: update to gtk3-3.3.119 piekay
@ 2024-06-07 17:49 ` piekay
  2024-06-07 22:56 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: piekay @ 2024-06-07 17:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/piekay/void-packages gtkwave-update
https://github.com/void-linux/void-packages/pull/50735

gtkwave: update to gtk3-3.3.119
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From c49ddb8a236b252877614938311fe464f6aff402 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Fri, 7 Jun 2024 19:40:36 +0200
Subject: [PATCH] gtkwave: update to gtk3-3.3.119

---
 srcpkgs/gtkwave/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

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

* Re: gtkwave: update to gtk3-3.3.119
  2024-06-07 17:48 [PR PATCH] gtkwave: update to gtk3-3.3.119 piekay
  2024-06-07 17:49 ` [PR PATCH] [Updated] " piekay
@ 2024-06-07 22:56 ` classabbyamp
  2024-06-08  6:17 ` [PR PATCH] [Updated] " piekay
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-06-07 22:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50735#issuecomment-2155670896

Comment:
remove `gtk3-` from the commit message please

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

* Re: [PR PATCH] [Updated] gtkwave: update to gtk3-3.3.119
  2024-06-07 17:48 [PR PATCH] gtkwave: update to gtk3-3.3.119 piekay
  2024-06-07 17:49 ` [PR PATCH] [Updated] " piekay
  2024-06-07 22:56 ` classabbyamp
@ 2024-06-08  6:17 ` piekay
  2024-06-08 23:41 ` [PR PATCH] [Updated] gtkwave: update to 3.3.119 piekay
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: piekay @ 2024-06-08  6:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/piekay/void-packages gtkwave-update
https://github.com/void-linux/void-packages/pull/50735

gtkwave: update to gtk3-3.3.119
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From 42eb075be424ce61907898e7624dd95f68914f15 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Fri, 7 Jun 2024 19:40:36 +0200
Subject: [PATCH] gtkwave: update to 3.3.119

---
 srcpkgs/gtkwave/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

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

* Re: [PR PATCH] [Updated] gtkwave: update to 3.3.119
  2024-06-07 17:48 [PR PATCH] gtkwave: update to gtk3-3.3.119 piekay
                   ` (2 preceding siblings ...)
  2024-06-08  6:17 ` [PR PATCH] [Updated] " piekay
@ 2024-06-08 23:41 ` piekay
  2024-06-08 23:46 ` piekay
  2024-06-09 16:50 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: piekay @ 2024-06-08 23:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/piekay/void-packages gtkwave-update
https://github.com/void-linux/void-packages/pull/50735

gtkwave: update to 3.3.119
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From 42eb075be424ce61907898e7624dd95f68914f15 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Fri, 7 Jun 2024 19:40:36 +0200
Subject: [PATCH] gtkwave: update to 3.3.119

---
 srcpkgs/gtkwave/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

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

* Re: [PR PATCH] [Updated] gtkwave: update to 3.3.119
  2024-06-07 17:48 [PR PATCH] gtkwave: update to gtk3-3.3.119 piekay
                   ` (3 preceding siblings ...)
  2024-06-08 23:41 ` [PR PATCH] [Updated] gtkwave: update to 3.3.119 piekay
@ 2024-06-08 23:46 ` piekay
  2024-06-09 16:50 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: piekay @ 2024-06-08 23:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/piekay/void-packages gtkwave-update
https://github.com/void-linux/void-packages/pull/50735

gtkwave: update to 3.3.119
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From 42eb075be424ce61907898e7624dd95f68914f15 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Fri, 7 Jun 2024 19:40:36 +0200
Subject: [PATCH] gtkwave: update to 3.3.119

---
 srcpkgs/gtkwave/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

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

* Re: [PR PATCH] [Merged]: gtkwave: update to 3.3.119
  2024-06-07 17:48 [PR PATCH] gtkwave: update to gtk3-3.3.119 piekay
                   ` (4 preceding siblings ...)
  2024-06-08 23:46 ` piekay
@ 2024-06-09 16:50 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-06-09 16:50 UTC (permalink / raw)
  To: ml

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

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

gtkwave: update to 3.3.119
https://github.com/void-linux/void-packages/pull/50735

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

end of thread, other threads:[~2024-06-09 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-07 17:48 [PR PATCH] gtkwave: update to gtk3-3.3.119 piekay
2024-06-07 17:49 ` [PR PATCH] [Updated] " piekay
2024-06-07 22:56 ` classabbyamp
2024-06-08  6:17 ` [PR PATCH] [Updated] " piekay
2024-06-08 23:41 ` [PR PATCH] [Updated] gtkwave: update to 3.3.119 piekay
2024-06-08 23:46 ` piekay
2024-06-09 16:50 ` [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).