Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] snes9x-gtk: update to 1.61.
@ 2022-09-27  5:02 tm512
  2022-09-27  6:08 ` [PR PATCH] [Updated] " tm512
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tm512 @ 2022-09-27  5:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tm512/void-packages snes9x-gtk
https://github.com/void-linux/void-packages/pull/39487

snes9x-gtk: update to 1.61.
<!-- 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-glibc


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

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

From 0a481579bb06c6dc78dfc98019045927413f2a86 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Mon, 26 Sep 2022 21:56:08 -0700
Subject: [PATCH] snes9x-gtk: update to 1.61.

---
 srcpkgs/snes9x-gtk/template | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/snes9x-gtk/template b/srcpkgs/snes9x-gtk/template
index 400db12b0292..e4c5b3c8012b 100644
--- a/srcpkgs/snes9x-gtk/template
+++ b/srcpkgs/snes9x-gtk/template
@@ -1,18 +1,30 @@
 # Template file for 'snes9x-gtk'
 pkgname=snes9x-gtk
-version=1.60
+version=1.61
 revision=1
+_spirvcrossver=1458bae62ec67ea7d12c5a13b740e23ed4bb226c
+_glslangver=bcf6a2430e99e8fc24f9f266e99316905e6d5134
 wrksrc="snes9x-${version}"
-build_wrksrc="gtk"
+create_wrksrc=yes
+build_wrksrc="snes9x-${version}/gtk"
 build_style=meson
 hostmakedepends="gettext-devel glib-devel pkg-config intltool"
-makedepends="minizip-devel gtk+3-devel SDL2-devel xorg-server-devel"
+makedepends="minizip-devel gtk+3-devel gtkmm-devel SDL2-devel xorg-server-devel"
 short_desc="SNES Emulator"
 maintainer="Hinterwaeldlers <mguethle@xunit.de>"
 license="LGPL-2.1-or-later"
 homepage="http://www.snes9x.com/"
-distfiles="https://github.com/snes9xgit/snes9x/archive/$version.tar.gz"
-checksum=861c8c0ab1d302d9df51e5ac4717a0069b33614a3f22bf3ab17ebf3405e58722
+distfiles="https://github.com/snes9xgit/snes9x/archive/${version}.tar.gz
+ https://github.com/KhronosGroup/SPIRV-Cross/archive/${_spirvcrossver}.tar.gz
+ https://github.com/KhronosGroup/glslang/archive/${_glslangver}.tar.gz"
+checksum="ce7aad69c3041ba4c33690e9e7d21ceb1b9283d85759b1bf683dfb8c473511bb
+ 6ad0c3c9492699e46bd16d6ef8cacd8bb74b02b032d3ee3f16a6335554efc45f
+ a3e604397adb2224178d3eb409eab8b8c13a96a42432483d498105c90828c380"
 
 nocross="cannot run test program while cross compiling"
 
+post_extract() {
+	rm -rf snes9x-${version}/shaders/{SPIRV-Cross,glslang}
+	mv SPIRV-Cross-${_spirvcrossver} snes9x-${version}/shaders/SPIRV-Cross
+	mv glslang-${_glslangver} snes9x-${version}/shaders/glslang
+}

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

* Re: [PR PATCH] [Updated] snes9x-gtk: update to 1.61.
  2022-09-27  5:02 [PR PATCH] snes9x-gtk: update to 1.61 tm512
@ 2022-09-27  6:08 ` tm512
  2022-09-27  6:14 ` tm512
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tm512 @ 2022-09-27  6:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tm512/void-packages snes9x-gtk
https://github.com/void-linux/void-packages/pull/39487

snes9x-gtk: update to 1.61.
<!-- 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-glibc


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

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

From 0a481579bb06c6dc78dfc98019045927413f2a86 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Mon, 26 Sep 2022 21:56:08 -0700
Subject: [PATCH 1/2] snes9x-gtk: update to 1.61.

---
 srcpkgs/snes9x-gtk/template | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/snes9x-gtk/template b/srcpkgs/snes9x-gtk/template
index 400db12b0292..e4c5b3c8012b 100644
--- a/srcpkgs/snes9x-gtk/template
+++ b/srcpkgs/snes9x-gtk/template
@@ -1,18 +1,30 @@
 # Template file for 'snes9x-gtk'
 pkgname=snes9x-gtk
-version=1.60
+version=1.61
 revision=1
+_spirvcrossver=1458bae62ec67ea7d12c5a13b740e23ed4bb226c
+_glslangver=bcf6a2430e99e8fc24f9f266e99316905e6d5134
 wrksrc="snes9x-${version}"
-build_wrksrc="gtk"
+create_wrksrc=yes
+build_wrksrc="snes9x-${version}/gtk"
 build_style=meson
 hostmakedepends="gettext-devel glib-devel pkg-config intltool"
-makedepends="minizip-devel gtk+3-devel SDL2-devel xorg-server-devel"
+makedepends="minizip-devel gtk+3-devel gtkmm-devel SDL2-devel xorg-server-devel"
 short_desc="SNES Emulator"
 maintainer="Hinterwaeldlers <mguethle@xunit.de>"
 license="LGPL-2.1-or-later"
 homepage="http://www.snes9x.com/"
-distfiles="https://github.com/snes9xgit/snes9x/archive/$version.tar.gz"
-checksum=861c8c0ab1d302d9df51e5ac4717a0069b33614a3f22bf3ab17ebf3405e58722
+distfiles="https://github.com/snes9xgit/snes9x/archive/${version}.tar.gz
+ https://github.com/KhronosGroup/SPIRV-Cross/archive/${_spirvcrossver}.tar.gz
+ https://github.com/KhronosGroup/glslang/archive/${_glslangver}.tar.gz"
+checksum="ce7aad69c3041ba4c33690e9e7d21ceb1b9283d85759b1bf683dfb8c473511bb
+ 6ad0c3c9492699e46bd16d6ef8cacd8bb74b02b032d3ee3f16a6335554efc45f
+ a3e604397adb2224178d3eb409eab8b8c13a96a42432483d498105c90828c380"
 
 nocross="cannot run test program while cross compiling"
 
+post_extract() {
+	rm -rf snes9x-${version}/shaders/{SPIRV-Cross,glslang}
+	mv SPIRV-Cross-${_spirvcrossver} snes9x-${version}/shaders/SPIRV-Cross
+	mv glslang-${_glslangver} snes9x-${version}/shaders/glslang
+}

From 3753b1f022f3ae8c966d662b0ecfe4958a164530 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Mon, 26 Sep 2022 23:08:03 -0700
Subject: [PATCH 2/2] snes9x-gtk: include custom non-commercial license, fix
 "license" field

---
 srcpkgs/snes9x-gtk/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/snes9x-gtk/template b/srcpkgs/snes9x-gtk/template
index e4c5b3c8012b..34b25ea97dfd 100644
--- a/srcpkgs/snes9x-gtk/template
+++ b/srcpkgs/snes9x-gtk/template
@@ -12,7 +12,7 @@ hostmakedepends="gettext-devel glib-devel pkg-config intltool"
 makedepends="minizip-devel gtk+3-devel gtkmm-devel SDL2-devel xorg-server-devel"
 short_desc="SNES Emulator"
 maintainer="Hinterwaeldlers <mguethle@xunit.de>"
-license="LGPL-2.1-or-later"
+license="custom:noncommercial-MIT-like, LGPL-2.1-or-later, GPL-2.0-only, LGPL-2.0-only, GPL-3.0-only"
 homepage="http://www.snes9x.com/"
 distfiles="https://github.com/snes9xgit/snes9x/archive/${version}.tar.gz
  https://github.com/KhronosGroup/SPIRV-Cross/archive/${_spirvcrossver}.tar.gz
@@ -28,3 +28,7 @@ post_extract() {
 	mv SPIRV-Cross-${_spirvcrossver} snes9x-${version}/shaders/SPIRV-Cross
 	mv glslang-${_glslangver} snes9x-${version}/shaders/glslang
 }
+
+post_install() {
+	vlicense ../LICENSE
+}

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

* Re: snes9x-gtk: update to 1.61.
  2022-09-27  5:02 [PR PATCH] snes9x-gtk: update to 1.61 tm512
  2022-09-27  6:08 ` [PR PATCH] [Updated] " tm512
@ 2022-09-27  6:14 ` tm512
  2022-09-27  6:21 ` [PR PATCH] [Updated] snes9x-gtk: update to 1.61, bundle custom license tm512
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tm512 @ 2022-09-27  6:14 UTC (permalink / raw)
  To: ml

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

New comment by tm512 on void-packages repository

https://github.com/void-linux/void-packages/pull/39487#issuecomment-1259027652

Comment:
Contrary to what `template` previously listed, snes9x is licensed under a custom non-commercial license with only certain pieces of code being available under various GPL licenses, and the custom license requires that it be distributed along with the software, so I've updated the template to do that as well.

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

* Re: [PR PATCH] [Updated] snes9x-gtk: update to 1.61, bundle custom license
  2022-09-27  5:02 [PR PATCH] snes9x-gtk: update to 1.61 tm512
  2022-09-27  6:08 ` [PR PATCH] [Updated] " tm512
  2022-09-27  6:14 ` tm512
@ 2022-09-27  6:21 ` tm512
  2022-09-27  6:39 ` tm512
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tm512 @ 2022-09-27  6:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tm512/void-packages snes9x-gtk
https://github.com/void-linux/void-packages/pull/39487

snes9x-gtk: update to 1.61, bundle custom license
<!-- 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-glibc


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

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

From afe45dba647eb29cd3bb4b0e1b597fa22a6a1815 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Mon, 26 Sep 2022 23:21:13 -0700
Subject: [PATCH] snes9x-gtk: update to 1.61, include custom non-commercial
 license

---
 srcpkgs/snes9x-gtk/template | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/snes9x-gtk/template b/srcpkgs/snes9x-gtk/template
index 400db12b0292..34b25ea97dfd 100644
--- a/srcpkgs/snes9x-gtk/template
+++ b/srcpkgs/snes9x-gtk/template
@@ -1,18 +1,34 @@
 # Template file for 'snes9x-gtk'
 pkgname=snes9x-gtk
-version=1.60
+version=1.61
 revision=1
+_spirvcrossver=1458bae62ec67ea7d12c5a13b740e23ed4bb226c
+_glslangver=bcf6a2430e99e8fc24f9f266e99316905e6d5134
 wrksrc="snes9x-${version}"
-build_wrksrc="gtk"
+create_wrksrc=yes
+build_wrksrc="snes9x-${version}/gtk"
 build_style=meson
 hostmakedepends="gettext-devel glib-devel pkg-config intltool"
-makedepends="minizip-devel gtk+3-devel SDL2-devel xorg-server-devel"
+makedepends="minizip-devel gtk+3-devel gtkmm-devel SDL2-devel xorg-server-devel"
 short_desc="SNES Emulator"
 maintainer="Hinterwaeldlers <mguethle@xunit.de>"
-license="LGPL-2.1-or-later"
+license="custom:noncommercial-MIT-like, LGPL-2.1-or-later, GPL-2.0-only, LGPL-2.0-only, GPL-3.0-only"
 homepage="http://www.snes9x.com/"
-distfiles="https://github.com/snes9xgit/snes9x/archive/$version.tar.gz"
-checksum=861c8c0ab1d302d9df51e5ac4717a0069b33614a3f22bf3ab17ebf3405e58722
+distfiles="https://github.com/snes9xgit/snes9x/archive/${version}.tar.gz
+ https://github.com/KhronosGroup/SPIRV-Cross/archive/${_spirvcrossver}.tar.gz
+ https://github.com/KhronosGroup/glslang/archive/${_glslangver}.tar.gz"
+checksum="ce7aad69c3041ba4c33690e9e7d21ceb1b9283d85759b1bf683dfb8c473511bb
+ 6ad0c3c9492699e46bd16d6ef8cacd8bb74b02b032d3ee3f16a6335554efc45f
+ a3e604397adb2224178d3eb409eab8b8c13a96a42432483d498105c90828c380"
 
 nocross="cannot run test program while cross compiling"
 
+post_extract() {
+	rm -rf snes9x-${version}/shaders/{SPIRV-Cross,glslang}
+	mv SPIRV-Cross-${_spirvcrossver} snes9x-${version}/shaders/SPIRV-Cross
+	mv glslang-${_glslangver} snes9x-${version}/shaders/glslang
+}
+
+post_install() {
+	vlicense ../LICENSE
+}

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

* Re: [PR PATCH] [Updated] snes9x-gtk: update to 1.61, bundle custom license
  2022-09-27  5:02 [PR PATCH] snes9x-gtk: update to 1.61 tm512
                   ` (2 preceding siblings ...)
  2022-09-27  6:21 ` [PR PATCH] [Updated] snes9x-gtk: update to 1.61, bundle custom license tm512
@ 2022-09-27  6:39 ` tm512
  2022-12-27  1:56 ` github-actions
  2023-01-10  2:33 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: tm512 @ 2022-09-27  6:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tm512/void-packages snes9x-gtk
https://github.com/void-linux/void-packages/pull/39487

snes9x-gtk: update to 1.61, bundle custom license
<!-- 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-glibc


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

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

From e1de5c22d5bc9e40fc2656a350c671633664e102 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Mon, 26 Sep 2022 23:39:16 -0700
Subject: [PATCH] snes9x-gtk: update to 1.61, include custom non-commercial
 license

---
 srcpkgs/snes9x-gtk/template | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/snes9x-gtk/template b/srcpkgs/snes9x-gtk/template
index 400db12b0292..3dc74530b1f9 100644
--- a/srcpkgs/snes9x-gtk/template
+++ b/srcpkgs/snes9x-gtk/template
@@ -1,18 +1,34 @@
 # Template file for 'snes9x-gtk'
 pkgname=snes9x-gtk
-version=1.60
+version=1.61
 revision=1
+_spirvcrossver=1458bae62ec67ea7d12c5a13b740e23ed4bb226c
+_glslangver=bcf6a2430e99e8fc24f9f266e99316905e6d5134
 wrksrc="snes9x-${version}"
-build_wrksrc="gtk"
+create_wrksrc=yes
+build_wrksrc="snes9x-${version}/gtk"
 build_style=meson
 hostmakedepends="gettext-devel glib-devel pkg-config intltool"
-makedepends="minizip-devel gtk+3-devel SDL2-devel xorg-server-devel"
+makedepends="minizip-devel gtk+3-devel gtkmm-devel SDL2-devel xorg-server-devel"
 short_desc="SNES Emulator"
 maintainer="Hinterwaeldlers <mguethle@xunit.de>"
-license="LGPL-2.1-or-later"
+license="custom:noncommercial-MIT-like, LGPL-2.1-or-later, GPL-2.0-only, LGPL-2.1-only, GPL-3.0-only"
 homepage="http://www.snes9x.com/"
-distfiles="https://github.com/snes9xgit/snes9x/archive/$version.tar.gz"
-checksum=861c8c0ab1d302d9df51e5ac4717a0069b33614a3f22bf3ab17ebf3405e58722
+distfiles="https://github.com/snes9xgit/snes9x/archive/${version}.tar.gz
+ https://github.com/KhronosGroup/SPIRV-Cross/archive/${_spirvcrossver}.tar.gz
+ https://github.com/KhronosGroup/glslang/archive/${_glslangver}.tar.gz"
+checksum="ce7aad69c3041ba4c33690e9e7d21ceb1b9283d85759b1bf683dfb8c473511bb
+ 6ad0c3c9492699e46bd16d6ef8cacd8bb74b02b032d3ee3f16a6335554efc45f
+ a3e604397adb2224178d3eb409eab8b8c13a96a42432483d498105c90828c380"
 
 nocross="cannot run test program while cross compiling"
 
+post_extract() {
+	rm -rf snes9x-${version}/shaders/{SPIRV-Cross,glslang}
+	mv SPIRV-Cross-${_spirvcrossver} snes9x-${version}/shaders/SPIRV-Cross
+	mv glslang-${_glslangver} snes9x-${version}/shaders/glslang
+}
+
+post_install() {
+	vlicense ../LICENSE
+}

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

* Re: snes9x-gtk: update to 1.61, bundle custom license
  2022-09-27  5:02 [PR PATCH] snes9x-gtk: update to 1.61 tm512
                   ` (3 preceding siblings ...)
  2022-09-27  6:39 ` tm512
@ 2022-12-27  1:56 ` github-actions
  2023-01-10  2:33 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-12-27  1:56 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39487#issuecomment-1365548454

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: snes9x-gtk: update to 1.61, bundle custom license
  2022-09-27  5:02 [PR PATCH] snes9x-gtk: update to 1.61 tm512
                   ` (4 preceding siblings ...)
  2022-12-27  1:56 ` github-actions
@ 2023-01-10  2:33 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-01-10  2:33 UTC (permalink / raw)
  To: ml

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

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

snes9x-gtk: update to 1.61, bundle custom license
https://github.com/void-linux/void-packages/pull/39487

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-glibc


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

end of thread, other threads:[~2023-01-10  2:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27  5:02 [PR PATCH] snes9x-gtk: update to 1.61 tm512
2022-09-27  6:08 ` [PR PATCH] [Updated] " tm512
2022-09-27  6:14 ` tm512
2022-09-27  6:21 ` [PR PATCH] [Updated] snes9x-gtk: update to 1.61, bundle custom license tm512
2022-09-27  6:39 ` tm512
2022-12-27  1:56 ` github-actions
2023-01-10  2:33 ` [PR PATCH] [Closed]: " github-actions

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