Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minetest: update to 5.5.0.
@ 2022-02-09 16:51 tibequadorian
  2022-02-12 19:31 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: tibequadorian @ 2022-02-09 16:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages minetest
https://github.com/void-linux/void-packages/pull/35487

minetest: update to 5.5.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 [skip CI](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/35487.patch is attached

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

From cd74996cdd6000a2ec26b27049fa4edd50b11114 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 9 Feb 2022 16:33:48 +0100
Subject: [PATCH] minetest: update to 5.5.0.

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

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index ca4334b04286..a1c515a673cb 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -1,12 +1,13 @@
 # Template file for 'minetest'
 pkgname=minetest
-version=5.4.1
+version=5.5.0
 revision=1
+_irrlichtversion=1.9.0mt4
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
 hostmakedepends="pkg-config gettext"
-makedepends="MesaLib-devel freetype-devel gmp-devel irrlicht-devel
- libcurl-devel libjpeg-turbo-devel libopenal-devel libvorbis-devel lua52-devel
+makedepends="MesaLib-devel freetype-devel gmp-devel libcurl-devel
+ libjpeg-turbo-devel libopenal-devel libvorbis-devel lua52-devel
  sqlite-devel libXxf86vm-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="InfiniMiner/Minecraft inspired game"
@@ -14,9 +15,11 @@ maintainer="Nathan <ndowens@artixlinux.org>"
 license="LGPL-2.1-or-later"
 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"
-checksum="de9e4410583c845c104b4be25f9d0b8743d8573c120149b8910ae2519f9ab14e
- b4bfa0755b88230cf4bdb6af6a0951dd1248f6cdf87fecc340e43ac12c80b0b2"
+ 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"
 
 # LuaJIT enabled causes PIE to
 # be broken/not-used on aarch64*
@@ -26,11 +29,6 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 post_extract() {
-	mv ../minetest_game-${version} .
-}
-
-pre_install() {
-	# Install the minetest_game subgame.
-	vmkdir usr/share/minetest/games/minetest_game
-	vcopy minetest_game-${version}/* usr/share/minetest/games/minetest_game
+	mv ../minetest_game-${version} games/minetest_game
+	mv ../irrlicht-${_irrlichtversion} lib/irrlichtmt
 }

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

* Re: [PR PATCH] [Closed]: minetest: update to 5.5.0.
  2022-02-09 16:51 [PR PATCH] minetest: update to 5.5.0 tibequadorian
@ 2022-02-12 19:31 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2022-02-12 19:31 UTC (permalink / raw)
  To: ml

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

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

minetest: update to 5.5.0.
https://github.com/void-linux/void-packages/pull/35487

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 [skip CI](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:[~2022-02-12 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 16:51 [PR PATCH] minetest: update to 5.5.0 tibequadorian
2022-02-12 19:31 ` [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).