Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minetest: update to 5.8.0.
@ 2023-12-04 22:09 TinfoilSubmarine
  2023-12-21 15:04 ` qiu-x
  2023-12-23  0:22 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2023-12-04 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/minetest
https://github.com/void-linux/void-packages/pull/47583

minetest: update to 5.8.0.
<!-- 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/47583.patch is attached

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

From 44a785ded2fe53c09614e709253dfb59fc498ea2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 4 Dec 2023 17:09:23 -0500
Subject: [PATCH] minetest: update to 5.8.0.

---
 srcpkgs/minetest/template | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index 29a3b05fb7b38..f49b941fd224a 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -1,8 +1,8 @@
 # Template file for 'minetest'
 pkgname=minetest
-version=5.7.0
+version=5.8.0
 revision=1
-_irrlichtversion=1.9.0mt10
+_irrlichtversion=1.9.0mt13
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
 build_style=cmake
@@ -18,13 +18,10 @@ license="LGPL-2.1-or-later"
 homepage="https://www.minetest.net"
 changelog="https://dev.minetest.net/Changelog"
 distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
- https://github.com/minetest/minetest_game/archive/${version}.tar.gz>minetest_game-${version}.tar.gz
  https://github.com/minetest/irrlicht/archive/refs/tags/${_irrlichtversion}.tar.gz"
-checksum="0cd0fd48a97f76e337a2e1284599a054f8f92906a84a4ef2122ed321e1b75fa7
- 0787b24cf7b340a8a2be873ca3744cec60c2683011f1d658350a031d1bd5976d
- 6d00348d8ff513f6a7cee5c930908ef67428ff637e6a9e4d5688409bdb6d547d"
+checksum="610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c
+ 2fde8e27144988210b9c0ff1e202905834d9d25aaa63ce452763fd7171096adc"
 
 post_extract() {
-	mv minetest_game-${version} "${build_wrksrc}/games/minetest_game"
 	mv irrlicht-${_irrlichtversion} "${build_wrksrc}/lib/irrlichtmt"
 }

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

* Re: minetest: update to 5.8.0.
  2023-12-04 22:09 [PR PATCH] minetest: update to 5.8.0 TinfoilSubmarine
@ 2023-12-21 15:04 ` qiu-x
  2023-12-23  0:22 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: qiu-x @ 2023-12-21 15:04 UTC (permalink / raw)
  To: ml

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

New comment by qiu-x on void-packages repository

https://github.com/void-linux/void-packages/pull/47583#issuecomment-1866440228

Comment:
Works fine for me, thanks for updating the package!
@Duncaen pls merge

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

* Re: [PR PATCH] [Merged]: minetest: update to 5.8.0.
  2023-12-04 22:09 [PR PATCH] minetest: update to 5.8.0 TinfoilSubmarine
  2023-12-21 15:04 ` qiu-x
@ 2023-12-23  0:22 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-12-23  0:22 UTC (permalink / raw)
  To: ml

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

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

minetest: update to 5.8.0.
https://github.com/void-linux/void-packages/pull/47583

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:[~2023-12-23  0:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-04 22:09 [PR PATCH] minetest: update to 5.8.0 TinfoilSubmarine
2023-12-21 15:04 ` qiu-x
2023-12-23  0:22 ` [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).