Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tk: update to 8.6.13
@ 2023-01-05 20:44 zen0bit
  2023-01-05 22:14 ` [PR PATCH] [Updated] " zen0bit
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zen0bit @ 2023-01-05 20:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR tk
https://github.com/void-linux/void-packages/pull/41477

tk: update to 8.6.13
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From 3a2d72175d44d4f6ead97c6519f31253c2b85410 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 5 Jan 2023 21:07:41 +0100
Subject: [PATCH] tk: update to 8.6.13

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

diff --git a/srcpkgs/tk/template b/srcpkgs/tk/template
index 0484b36ef9ba..51a93cb60339 100644
--- a/srcpkgs/tk/template
+++ b/srcpkgs/tk/template
@@ -1,6 +1,6 @@
 # Template file for 'tk'
 pkgname=tk
-version=8.6.12
+version=8.6.13
 revision=1
 build_wrksrc=unix
 build_style=gnu-configure
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:TCL"
 homepage="http://www.tcl.tk"
 distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
-checksum=12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630
+checksum=2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675
 
 shlib_provides="libtk8.6.so"
 

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

* Re: [PR PATCH] [Updated] tk: update to 8.6.13
  2023-01-05 20:44 [PR PATCH] tk: update to 8.6.13 zen0bit
@ 2023-01-05 22:14 ` zen0bit
  2023-01-10 22:25 ` [PR REVIEW] " Piraty
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zen0bit @ 2023-01-05 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR tk
https://github.com/void-linux/void-packages/pull/41477

tk: update to 8.6.13
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From 0207092ae6a748bd5ca68ec240dd852f3900de42 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 5 Jan 2023 21:07:41 +0100
Subject: [PATCH] tk: update to 8.6.13

---
 srcpkgs/tk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tk/template b/srcpkgs/tk/template
index 0484b36ef9ba..f7127c7599d5 100644
--- a/srcpkgs/tk/template
+++ b/srcpkgs/tk/template
@@ -1,6 +1,6 @@
 # Template file for 'tk'
 pkgname=tk
-version=8.6.12
+version=8.6.13
 revision=1
 build_wrksrc=unix
 build_style=gnu-configure
@@ -14,9 +14,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:TCL"
 homepage="http://www.tcl.tk"
 distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
-checksum=12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630
+checksum=2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675
 
-shlib_provides="libtk8.6.so"
+shlib_provides="libtk${version%.*}.so"
 
 do_install() {
 	make INSTALL_ROOT=${DESTDIR} install install-private-headers

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

* Re: [PR REVIEW] tk: update to 8.6.13
  2023-01-05 20:44 [PR PATCH] tk: update to 8.6.13 zen0bit
  2023-01-05 22:14 ` [PR PATCH] [Updated] " zen0bit
@ 2023-01-10 22:25 ` Piraty
  2023-01-18  4:27 ` [PR PATCH] [Updated] " zen0bit
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2023-01-10 22:25 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/41477#discussion_r1066406169

Comment:
please don't

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

* Re: [PR PATCH] [Updated] tk: update to 8.6.13
  2023-01-05 20:44 [PR PATCH] tk: update to 8.6.13 zen0bit
  2023-01-05 22:14 ` [PR PATCH] [Updated] " zen0bit
  2023-01-10 22:25 ` [PR REVIEW] " Piraty
@ 2023-01-18  4:27 ` zen0bit
  2023-01-18  4:50 ` zen0bit
  2023-01-18 14:34 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: zen0bit @ 2023-01-18  4:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR tk
https://github.com/void-linux/void-packages/pull/41477

tk: update to 8.6.13
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From cbb08f2d8376c9c38e04e858f87a86e676123cc5 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 5 Jan 2023 21:07:41 +0100
Subject: [PATCH] tk: update to 8.6.13

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

diff --git a/srcpkgs/tk/template b/srcpkgs/tk/template
index 0484b36ef9baa..51a93cb60339e 100644
--- a/srcpkgs/tk/template
+++ b/srcpkgs/tk/template
@@ -1,6 +1,6 @@
 # Template file for 'tk'
 pkgname=tk
-version=8.6.12
+version=8.6.13
 revision=1
 build_wrksrc=unix
 build_style=gnu-configure
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:TCL"
 homepage="http://www.tcl.tk"
 distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
-checksum=12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630
+checksum=2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675
 
 shlib_provides="libtk8.6.so"
 

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

* Re: [PR PATCH] [Updated] tk: update to 8.6.13
  2023-01-05 20:44 [PR PATCH] tk: update to 8.6.13 zen0bit
                   ` (2 preceding siblings ...)
  2023-01-18  4:27 ` [PR PATCH] [Updated] " zen0bit
@ 2023-01-18  4:50 ` zen0bit
  2023-01-18 14:34 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: zen0bit @ 2023-01-18  4:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR tk
https://github.com/void-linux/void-packages/pull/41477

tk: update to 8.6.13
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From 00c24f28d4d4465b2b6a09c820ea9453c0fa095a Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 5 Jan 2023 21:07:41 +0100
Subject: [PATCH] tk: update to 8.6.13

---
 srcpkgs/tk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tk/template b/srcpkgs/tk/template
index 0484b36ef9ba..c40db4cc081e 100644
--- a/srcpkgs/tk/template
+++ b/srcpkgs/tk/template
@@ -1,6 +1,6 @@
 # Template file for 'tk'
 pkgname=tk
-version=8.6.12
+version=8.6.13
 revision=1
 build_wrksrc=unix
 build_style=gnu-configure
@@ -13,8 +13,8 @@ short_desc="TK graphical user interface toolkit for TCL"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:TCL"
 homepage="http://www.tcl.tk"
-distfiles="${SOURCEFORGE_SITE}/tcl/${pkgname}${version}-src.tar.gz"
-checksum=12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630
+distfiles="${SOURCEFORGE_SITE}/tcl/tk${version}-src.tar.gz"
+checksum=2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675
 
 shlib_provides="libtk8.6.so"
 

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

* Re: [PR PATCH] [Merged]: tk: update to 8.6.13
  2023-01-05 20:44 [PR PATCH] tk: update to 8.6.13 zen0bit
                   ` (3 preceding siblings ...)
  2023-01-18  4:50 ` zen0bit
@ 2023-01-18 14:34 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2023-01-18 14:34 UTC (permalink / raw)
  To: ml

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

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

tk: update to 8.6.13
https://github.com/void-linux/void-packages/pull/41477

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

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

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

end of thread, other threads:[~2023-01-18 14:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-05 20:44 [PR PATCH] tk: update to 8.6.13 zen0bit
2023-01-05 22:14 ` [PR PATCH] [Updated] " zen0bit
2023-01-10 22:25 ` [PR REVIEW] " Piraty
2023-01-18  4:27 ` [PR PATCH] [Updated] " zen0bit
2023-01-18  4:50 ` zen0bit
2023-01-18 14:34 ` [PR PATCH] [Merged]: " leahneukirchen

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).