Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minetest: update to 5.6.1.
@ 2022-09-22 18:39 jwoodie
  2022-09-23  3:23 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jwoodie @ 2022-09-22 18:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jwoodie/void-packages minetest
https://github.com/void-linux/void-packages/pull/39422

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

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

From 320249cf66bf81f8c3658a7a20b8c1b8f532b540 Mon Sep 17 00:00:00 2001
From: Joshua Woodie <joshua.t.woodie@gmail.com>
Date: Thu, 22 Sep 2022 14:38:08 -0400
Subject: [PATCH] minetest: update to 5.6.1.

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

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index 9a07148b6cb2..af92d5edab58 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -1,8 +1,8 @@
 # Template file for 'minetest'
 pkgname=minetest
-version=5.6.0
+version=5.6.1
 revision=1
-_irrlichtversion=1.9.0mt7
+_irrlichtversion=1.9.0mt8
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
 hostmakedepends="pkg-config gettext"
@@ -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="3fdbc0c8d9f6a18c12954ba0caedb548a22f367520f59d079804a21de0347a91
- fd991d42c253db380559c593a2b035f22e07a81f867b5380a2f045e9a4d04c87
- c12cdbd4a852e1e6ebf7ba22789aa057a1a7f2d585dd81a2412a62f57a0e2619"
+checksum="1440603e19dca70e2691e86a74c822ee2c4a36fceee32b2d85ae74772149e9a3
+ 5dc857003d24bb489f126865fcd6bf0d9c0cb146ca4c1c733570699d15abd0e3
+ 27594242da8c7cc1e5ef45922e1dfdd130c37d77719b5d927359eb47992051e0"
 
 # LuaJIT enabled causes PIE to
 # be broken/not-used on aarch64*

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

* Re: [PR REVIEW] minetest: update to 5.6.1.
  2022-09-22 18:39 [PR PATCH] minetest: update to 5.6.1 jwoodie
@ 2022-09-23  3:23 ` classabbyamp
  2022-09-24  5:37 ` [PR PATCH] [Updated] " sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-23  3:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39422#discussion_r978239050

Comment:
```suggestion
changelog="https://dev.minetest.net/Changelog"
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
```

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

* Re: [PR PATCH] [Updated] minetest: update to 5.6.1.
  2022-09-22 18:39 [PR PATCH] minetest: update to 5.6.1 jwoodie
  2022-09-23  3:23 ` [PR REVIEW] " classabbyamp
@ 2022-09-24  5:37 ` sgn
  2022-09-24  5:39 ` sgn
  2022-09-24  6:43 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-09-24  5:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jwoodie/void-packages minetest
https://github.com/void-linux/void-packages/pull/39422

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

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

From 320249cf66bf81f8c3658a7a20b8c1b8f532b540 Mon Sep 17 00:00:00 2001
From: Joshua Woodie <joshua.t.woodie@gmail.com>
Date: Thu, 22 Sep 2022 14:38:08 -0400
Subject: [PATCH 1/2] minetest: update to 5.6.1.

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

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index 9a07148b6cb2..af92d5edab58 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -1,8 +1,8 @@
 # Template file for 'minetest'
 pkgname=minetest
-version=5.6.0
+version=5.6.1
 revision=1
-_irrlichtversion=1.9.0mt7
+_irrlichtversion=1.9.0mt8
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
 hostmakedepends="pkg-config gettext"
@@ -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="3fdbc0c8d9f6a18c12954ba0caedb548a22f367520f59d079804a21de0347a91
- fd991d42c253db380559c593a2b035f22e07a81f867b5380a2f045e9a4d04c87
- c12cdbd4a852e1e6ebf7ba22789aa057a1a7f2d585dd81a2412a62f57a0e2619"
+checksum="1440603e19dca70e2691e86a74c822ee2c4a36fceee32b2d85ae74772149e9a3
+ 5dc857003d24bb489f126865fcd6bf0d9c0cb146ca4c1c733570699d15abd0e3
+ 27594242da8c7cc1e5ef45922e1dfdd130c37d77719b5d927359eb47992051e0"
 
 # LuaJIT enabled causes PIE to
 # be broken/not-used on aarch64*

From 7f32a97a1f65aa9b1869406ed7b2e1950e42b45b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <sgn.danh@gmail.com>
Date: Sat, 24 Sep 2022 12:37:10 +0700
Subject: [PATCH 2/2] Update srcpkgs/minetest/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/minetest/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index af92d5edab58..c276a71aed8b 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -14,6 +14,7 @@ short_desc="InfiniMiner/Minecraft inspired game"
 maintainer="Nathan <ndowens@artixlinux.org>"
 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"

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

* Re: [PR PATCH] [Updated] minetest: update to 5.6.1.
  2022-09-22 18:39 [PR PATCH] minetest: update to 5.6.1 jwoodie
  2022-09-23  3:23 ` [PR REVIEW] " classabbyamp
  2022-09-24  5:37 ` [PR PATCH] [Updated] " sgn
@ 2022-09-24  5:39 ` sgn
  2022-09-24  6:43 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-09-24  5:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jwoodie/void-packages minetest
https://github.com/void-linux/void-packages/pull/39422

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

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

From 25d373c13fe2573e265ee233502ab9ca6a0f9883 Mon Sep 17 00:00:00 2001
From: Joshua Woodie <joshua.t.woodie@gmail.com>
Date: Thu, 22 Sep 2022 14:38:08 -0400
Subject: [PATCH] minetest: update to 5.6.1.

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

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index 9a07148b6cb2..14c6e1c9550f 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -1,8 +1,8 @@
 # Template file for 'minetest'
 pkgname=minetest
-version=5.6.0
+version=5.6.1
 revision=1
-_irrlichtversion=1.9.0mt7
+_irrlichtversion=1.9.0mt8
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
 hostmakedepends="pkg-config gettext"
@@ -11,15 +11,16 @@ makedepends="MesaLib-devel freetype-devel gmp-devel libcurl-devel
  sqlite-devel libXi-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="InfiniMiner/Minecraft inspired game"
-maintainer="Nathan <ndowens@artixlinux.org>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 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="3fdbc0c8d9f6a18c12954ba0caedb548a22f367520f59d079804a21de0347a91
- fd991d42c253db380559c593a2b035f22e07a81f867b5380a2f045e9a4d04c87
- c12cdbd4a852e1e6ebf7ba22789aa057a1a7f2d585dd81a2412a62f57a0e2619"
+checksum="1440603e19dca70e2691e86a74c822ee2c4a36fceee32b2d85ae74772149e9a3
+ 5dc857003d24bb489f126865fcd6bf0d9c0cb146ca4c1c733570699d15abd0e3
+ 27594242da8c7cc1e5ef45922e1dfdd130c37d77719b5d927359eb47992051e0"
 
 # LuaJIT enabled causes PIE to
 # be broken/not-used on aarch64*

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

* Re: [PR PATCH] [Merged]: minetest: update to 5.6.1.
  2022-09-22 18:39 [PR PATCH] minetest: update to 5.6.1 jwoodie
                   ` (2 preceding siblings ...)
  2022-09-24  5:39 ` sgn
@ 2022-09-24  6:43 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-09-24  6:43 UTC (permalink / raw)
  To: ml

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

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

minetest: update to 5.6.1.
https://github.com/void-linux/void-packages/pull/39422

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

end of thread, other threads:[~2022-09-24  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 18:39 [PR PATCH] minetest: update to 5.6.1 jwoodie
2022-09-23  3:23 ` [PR REVIEW] " classabbyamp
2022-09-24  5:37 ` [PR PATCH] [Updated] " sgn
2022-09-24  5:39 ` sgn
2022-09-24  6:43 ` [PR PATCH] [Merged]: " sgn

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