Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srb2: update to 2.2.15.
@ 2025-01-29  7:06 oreo639
  2025-01-29  7:57 ` [PR PATCH] [Updated] " oreo639
  2025-02-09  7:06 ` [PR PATCH] [Merged]: " oreo639
  0 siblings, 2 replies; 3+ messages in thread
From: oreo639 @ 2025-01-29  7:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages srb2
https://github.com/void-linux/void-packages/pull/54143

srb2: update to 2.2.15.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 783d49ec8fb9fce3a7d99cd3a030fa2bf9b78f13 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 28 Jan 2025 23:05:35 -0800
Subject: [PATCH] srb2: update to 2.2.15.

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

diff --git a/srcpkgs/srb2/template b/srcpkgs/srb2/template
index bffc42fce5411c..3ca23733773a4f 100644
--- a/srcpkgs/srb2/template
+++ b/srcpkgs/srb2/template
@@ -1,6 +1,6 @@
 # Template file for 'srb2'
 pkgname=srb2
-version=2.2.13
+version=2.2.15
 revision=1
 create_wrksrc=true
 build_wrksrc="SRB2-SRB2_release_${version}"
@@ -10,15 +10,15 @@ make_build_args="ECHO=1 LINUX=1 USE_OPENMP=1 EXENAME=${pkgname}
  DBGNAME=${pkgname}-debug NOOBJDUMP=1 NOUPX=1 PREFIX="
 hostmakedepends="pkg-config gettext"
 makedepends="SDL2-devel SDL2_mixer-devel libpng-devel libupnp-devel
- libcurl-devel libgme-devel libopenmpt-devel"
+ libcurl-devel libgme-devel libopenmpt-devel miniupnpc-devel"
 short_desc="3D Sonic fan game based off of Doom Legacy"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://srb2.org/"
 distfiles="https://github.com/STJr/SRB2/archive/SRB2_release_${version}.tar.gz
  https://github.com/STJr/SRB2/releases/download/SRB2_release_${version}/SRB2-v${version//./}-Full.zip"
-checksum="0fc460dc93c056c21bfcc389ac0515588673ee692968d9a6711b19e63d283b3f
- 83b91a351135b63705e49daffa44e7ac3cf3e33b397f56ff347ebb71eda27d4a"
+checksum="c2689074539bf23d81e8add5f2beeac1b69d5586d69d93d44f6f6b195076bbaf
+ 3eda3080ab87940fca5e4dcd22b8e041dc1d9e65bfe9177bff68383e9bd58a10"
 restricted=yes
 
 case "$XBPS_TARGET_MACHINE" in
@@ -46,7 +46,7 @@ do_install() {
 	vinstall srb2.png 644 /usr/share/pixmaps/
 	vinstall srb2.desktop 644 /usr/share/applications/
 	vmkdir /usr/share/games/SRB2
-	for f in {music,player}.dta {srb2,zones,patch}.pk3 models models.dat; do
+	for f in {srb2,music,characters,zones}.pk3 models models.dat; do
 		vcopy ../${f} /usr/share/games/SRB2
 	done
 }

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

* Re: [PR PATCH] [Updated] srb2: update to 2.2.15.
  2025-01-29  7:06 [PR PATCH] srb2: update to 2.2.15 oreo639
@ 2025-01-29  7:57 ` oreo639
  2025-02-09  7:06 ` [PR PATCH] [Merged]: " oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2025-01-29  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages srb2
https://github.com/void-linux/void-packages/pull/54143

srb2: update to 2.2.15.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 36d9a9d16e8cd1d8d069266882fd246c83b6f3c2 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Tue, 28 Jan 2025 23:05:35 -0800
Subject: [PATCH] srb2: update to 2.2.15.

---
 srcpkgs/srb2/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/srb2/template b/srcpkgs/srb2/template
index bffc42fce5411c..96b6f272818531 100644
--- a/srcpkgs/srb2/template
+++ b/srcpkgs/srb2/template
@@ -1,6 +1,6 @@
 # Template file for 'srb2'
 pkgname=srb2
-version=2.2.13
+version=2.2.15
 revision=1
 create_wrksrc=true
 build_wrksrc="SRB2-SRB2_release_${version}"
@@ -10,15 +10,15 @@ make_build_args="ECHO=1 LINUX=1 USE_OPENMP=1 EXENAME=${pkgname}
  DBGNAME=${pkgname}-debug NOOBJDUMP=1 NOUPX=1 PREFIX="
 hostmakedepends="pkg-config gettext"
 makedepends="SDL2-devel SDL2_mixer-devel libpng-devel libupnp-devel
- libcurl-devel libgme-devel libopenmpt-devel"
+ libcurl-devel libgme-devel libopenmpt-devel miniupnpc-devel"
 short_desc="3D Sonic fan game based off of Doom Legacy"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://srb2.org/"
 distfiles="https://github.com/STJr/SRB2/archive/SRB2_release_${version}.tar.gz
  https://github.com/STJr/SRB2/releases/download/SRB2_release_${version}/SRB2-v${version//./}-Full.zip"
-checksum="0fc460dc93c056c21bfcc389ac0515588673ee692968d9a6711b19e63d283b3f
- 83b91a351135b63705e49daffa44e7ac3cf3e33b397f56ff347ebb71eda27d4a"
+checksum="c2689074539bf23d81e8add5f2beeac1b69d5586d69d93d44f6f6b195076bbaf
+ 3eda3080ab87940fca5e4dcd22b8e041dc1d9e65bfe9177bff68383e9bd58a10"
 restricted=yes
 
 case "$XBPS_TARGET_MACHINE" in
@@ -46,7 +46,8 @@ do_install() {
 	vinstall srb2.png 644 /usr/share/pixmaps/
 	vinstall srb2.desktop 644 /usr/share/applications/
 	vmkdir /usr/share/games/SRB2
-	for f in {music,player}.dta {srb2,zones,patch}.pk3 models models.dat; do
+	for f in {srb2,music,characters,zones}.pk3 models models.dat; do
 		vcopy ../${f} /usr/share/games/SRB2
 	done
+	find ${DESTDIR}/usr/share/games/SRB2 -type f -exec chmod 644 {} +
 }

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

* Re: [PR PATCH] [Merged]: srb2: update to 2.2.15.
  2025-01-29  7:06 [PR PATCH] srb2: update to 2.2.15 oreo639
  2025-01-29  7:57 ` [PR PATCH] [Updated] " oreo639
@ 2025-02-09  7:06 ` oreo639
  1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2025-02-09  7:06 UTC (permalink / raw)
  To: ml

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

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

srb2: update to 2.2.15.
https://github.com/void-linux/void-packages/pull/54143

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

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

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2025-02-09  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-29  7:06 [PR PATCH] srb2: update to 2.2.15 oreo639
2025-01-29  7:57 ` [PR PATCH] [Updated] " oreo639
2025-02-09  7:06 ` [PR PATCH] [Merged]: " oreo639

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