Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srb2: update to 2.2.13.
@ 2023-12-15  8:37 oreo639
  2023-12-18 16:11 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: oreo639 @ 2023-12-15  8:37 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/47764

srb2: update to 2.2.13.
<!-- 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/47764.patch is attached

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

From 51849e52bdcf1af4663cdd963af64187563f6ef9 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 15 Dec 2023 00:30:27 -0800
Subject: [PATCH] srb2: update to 2.2.13.

---
 srcpkgs/srb2/patches/comptime.patch | 19 -------------------
 srcpkgs/srb2/template               |  8 ++++----
 2 files changed, 4 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/srb2/patches/comptime.patch

diff --git a/srcpkgs/srb2/patches/comptime.patch b/srcpkgs/srb2/patches/comptime.patch
deleted file mode 100644
index 5d0c2167b2ac8..0000000000000
--- a/srcpkgs/srb2/patches/comptime.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur comptime.sh comptime.sh.new
---- a/SRB2-SRB2_release_2.2.10/comptime.sh	2022-03-06 13:52:43.000000000 -0800
-+++ b/SRB2-SRB2_release_2.2.10/comptime.sh	2022-03-06 17:05:02.725041025 -0800
-@@ -40,13 +40,14 @@
- const char* compbranch = "Unknown";
- const char* comprevision = "illegal";
- EOF
-+exit 0
- }
- 
- compversion() {
- touch $path/comptime.c
--versionfake
- test -d $path/.svn && versionsvn
- test -d $path/../.git && versiongit
-+versionfake
- exit 1
- }
- 
diff --git a/srcpkgs/srb2/template b/srcpkgs/srb2/template
index 1fb45fd1875e5..bffc42fce5411 100644
--- a/srcpkgs/srb2/template
+++ b/srcpkgs/srb2/template
@@ -1,6 +1,6 @@
 # Template file for 'srb2'
 pkgname=srb2
-version=2.2.10
+version=2.2.13
 revision=1
 create_wrksrc=true
 build_wrksrc="SRB2-SRB2_release_${version}"
@@ -17,8 +17,8 @@ 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="feb3a95a15ea04218282e5c4f01ae3733672e14d219e2792dcfc500dcf89a3c2
- e69ac5cacc86f85eeaba14644a37cad932f7d7031b667892d2f9ba9bfb437d25"
+checksum="0fc460dc93c056c21bfcc389ac0515588673ee692968d9a6711b19e63d283b3f
+ 83b91a351135b63705e49daffa44e7ac3cf3e33b397f56ff347ebb71eda27d4a"
 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}.pk3 models models.dat; do
+	for f in {music,player}.dta {srb2,zones,patch}.pk3 models models.dat; do
 		vcopy ../${f} /usr/share/games/SRB2
 	done
 }

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

* Re: [PR PATCH] [Merged]: srb2: update to 2.2.13.
  2023-12-15  8:37 [PR PATCH] srb2: update to 2.2.13 oreo639
@ 2023-12-18 16:11 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-12-18 16:11 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.13.
https://github.com/void-linux/void-packages/pull/47764

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

end of thread, other threads:[~2023-12-18 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15  8:37 [PR PATCH] srb2: update to 2.2.13 oreo639
2023-12-18 16:11 ` [PR PATCH] [Merged]: " Duncaen

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