Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fceux: update to 2.6.5, adopt.
@ 2023-08-06  3:52 tm512
  2023-08-06 15:34 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tm512 @ 2023-08-06  3:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tm512/void-packages fceux-2.6.5
https://github.com/void-linux/void-packages/pull/45441

fceux: update to 2.6.5, adopt.
<!-- 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/45441.patch is attached

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

From c8ef24640fb661eef01ca7e30040537b687c9ef6 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Sat, 5 Aug 2023 20:46:14 -0700
Subject: [PATCH] fceux: update to 2.6.5, adopt.

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

diff --git a/srcpkgs/fceux/template b/srcpkgs/fceux/template
index 9dfdd0f67c64b..409fc1f85ab24 100644
--- a/srcpkgs/fceux/template
+++ b/srcpkgs/fceux/template
@@ -1,13 +1,13 @@
 # Template file for 'fceux'
 pkgname=fceux
-version=2.6.4
+version=2.6.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
 makedepends="zlib-devel lua51-devel SDL2-devel qt5-devel minizip-devel"
 short_desc="All in one NES/Famicom Emulator"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="tm512 <elykdav@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://fceux.com/web/home.html"
-distfiles="https://github.com/TASVideos/fceux/archive/fceux-${version}.tar.gz"
-checksum=7211d768b6b973ebb161bffb823b81dad97e96354ee0a61bb69ff33520def87a
+distfiles="https://github.com/TASVideos/fceux/archive/v${version}.tar.gz"
+checksum=78156f3685c55849351178773940871ed607bc4fc37f233fdab58c232e3208fa

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

* Re: [PR REVIEW] fceux: update to 2.6.5, adopt.
  2023-08-06  3:52 [PR PATCH] fceux: update to 2.6.5, adopt tm512
@ 2023-08-06 15:34 ` classabbyamp
  2023-08-06 20:48 ` [PR PATCH] [Updated] " tm512
  2023-08-06 21:07 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-08-06 15:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45441#discussion_r1285233632

Comment:
```suggestion
homepage="https://fceux.com/web/home.html"
changelog="https://fceux.com/web/version.html"
```

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

* Re: [PR PATCH] [Updated] fceux: update to 2.6.5, adopt.
  2023-08-06  3:52 [PR PATCH] fceux: update to 2.6.5, adopt tm512
  2023-08-06 15:34 ` [PR REVIEW] " classabbyamp
@ 2023-08-06 20:48 ` tm512
  2023-08-06 21:07 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tm512 @ 2023-08-06 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tm512/void-packages fceux-2.6.5
https://github.com/void-linux/void-packages/pull/45441

fceux: update to 2.6.5, adopt.
<!-- 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/45441.patch is attached

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

From 8b10b0bfc9f667eab8045752bda4d67155d96219 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Sun, 6 Aug 2023 13:47:57 -0700
Subject: [PATCH] fceux: update to 2.6.5, adopt.

---
 srcpkgs/fceux/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fceux/template b/srcpkgs/fceux/template
index 9dfdd0f67c64b..7408811484000 100644
--- a/srcpkgs/fceux/template
+++ b/srcpkgs/fceux/template
@@ -1,13 +1,14 @@
 # Template file for 'fceux'
 pkgname=fceux
-version=2.6.4
+version=2.6.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
 makedepends="zlib-devel lua51-devel SDL2-devel qt5-devel minizip-devel"
 short_desc="All in one NES/Famicom Emulator"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="tm512 <elykdav@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://fceux.com/web/home.html"
-distfiles="https://github.com/TASVideos/fceux/archive/fceux-${version}.tar.gz"
-checksum=7211d768b6b973ebb161bffb823b81dad97e96354ee0a61bb69ff33520def87a
+changelog="https://fceux.com/web/version.html"
+distfiles="https://github.com/TASVideos/fceux/archive/v${version}.tar.gz"
+checksum=78156f3685c55849351178773940871ed607bc4fc37f233fdab58c232e3208fa

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

* Re: [PR PATCH] [Merged]: fceux: update to 2.6.5, adopt.
  2023-08-06  3:52 [PR PATCH] fceux: update to 2.6.5, adopt tm512
  2023-08-06 15:34 ` [PR REVIEW] " classabbyamp
  2023-08-06 20:48 ` [PR PATCH] [Updated] " tm512
@ 2023-08-06 21:07 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-08-06 21:07 UTC (permalink / raw)
  To: ml

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

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

fceux: update to 2.6.5, adopt.
https://github.com/void-linux/void-packages/pull/45441

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] 4+ messages in thread

end of thread, other threads:[~2023-08-06 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06  3:52 [PR PATCH] fceux: update to 2.6.5, adopt tm512
2023-08-06 15:34 ` [PR REVIEW] " classabbyamp
2023-08-06 20:48 ` [PR PATCH] [Updated] " tm512
2023-08-06 21:07 ` [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).