Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minetest: update to 5.6.0.
@ 2022-08-05 12:37 TinfoilSubmarine
  2022-08-05 17:15 ` KSPAtlas
  2022-08-05 23:21 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2022-08-05 12:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1258 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/38481

minetest: update to 5.6.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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38481.patch is attached

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

From 5a58976ab870383cf9aaa9ab9368284e4312a6f1 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 5 Aug 2022 08:11:26 -0400
Subject: [PATCH] minetest: update to 5.6.0.

---
 srcpkgs/minetest/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index a1c515a673cb..9a07148b6cb2 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -1,14 +1,14 @@
 # Template file for 'minetest'
 pkgname=minetest
-version=5.5.0
+version=5.6.0
 revision=1
-_irrlichtversion=1.9.0mt4
+_irrlichtversion=1.9.0mt7
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
 hostmakedepends="pkg-config gettext"
 makedepends="MesaLib-devel freetype-devel gmp-devel libcurl-devel
  libjpeg-turbo-devel libopenal-devel libvorbis-devel lua52-devel
- sqlite-devel libXxf86vm-devel"
+ sqlite-devel libXi-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="InfiniMiner/Minecraft inspired game"
 maintainer="Nathan <ndowens@artixlinux.org>"
@@ -17,9 +17,9 @@ homepage="https://www.minetest.net"
 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="8b9bef6054c8895cc3329ae6d05cb355eef9c7830600d82dc9eaa4664f87c8f9
- 1e87252e26d6b1d3efe7720e3e097d489339dea4dd25980a828d5da212b01aaa
- a0e2e5239ebca804adf54400ccaacaf228ec09223cfb2e1daddc9bf2694176e6"
+checksum="3fdbc0c8d9f6a18c12954ba0caedb548a22f367520f59d079804a21de0347a91
+ fd991d42c253db380559c593a2b035f22e07a81f867b5380a2f045e9a4d04c87
+ c12cdbd4a852e1e6ebf7ba22789aa057a1a7f2d585dd81a2412a62f57a0e2619"
 
 # LuaJIT enabled causes PIE to
 # be broken/not-used on aarch64*

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

* Re: minetest: update to 5.6.0.
  2022-08-05 12:37 [PR PATCH] minetest: update to 5.6.0 TinfoilSubmarine
@ 2022-08-05 17:15 ` KSPAtlas
  2022-08-05 23:21 ` [PR PATCH] [Closed]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: KSPAtlas @ 2022-08-05 17:15 UTC (permalink / raw)
  To: ml

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

New comment by KSPAtlas on void-packages repository

https://github.com/void-linux/void-packages/pull/38481#issuecomment-1206673923

Comment:
Not a mantainer, but it looks good to me

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

* Re: [PR PATCH] [Closed]: minetest: update to 5.6.0.
  2022-08-05 12:37 [PR PATCH] minetest: update to 5.6.0 TinfoilSubmarine
  2022-08-05 17:15 ` KSPAtlas
@ 2022-08-05 23:21 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2022-08-05 23:21 UTC (permalink / raw)
  To: ml

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

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

minetest: update to 5.6.0.
https://github.com/void-linux/void-packages/pull/38481

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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:[~2022-08-05 23:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 12:37 [PR PATCH] minetest: update to 5.6.0 TinfoilSubmarine
2022-08-05 17:15 ` KSPAtlas
2022-08-05 23:21 ` [PR PATCH] [Closed]: " abenson

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