Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minetest: rename to luanti, update to 5.10.0
@ 2024-11-11 17:50 TinfoilSubmarine
  2024-11-11 19:25 ` [PR REVIEW] " classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: TinfoilSubmarine @ 2024-11-11 17:50 UTC (permalink / raw)
  To: ml

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

minetest: rename to luanti, update to 5.10.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/52996.patch is attached

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

From 31cbba9dc22cab0153a4a82f465358cfa170e647 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Nov 2024 12:13:41 -0500
Subject: [PATCH] minetest: rename to luanti, update to 5.10.0

---
 srcpkgs/{minetest => luanti}/template | 20 +++++++++++++++-----
 srcpkgs/minetest                      |  1 +
 2 files changed, 16 insertions(+), 5 deletions(-)
 rename srcpkgs/{minetest => luanti}/template (56%)
 create mode 120000 srcpkgs/minetest

diff --git a/srcpkgs/minetest/template b/srcpkgs/luanti/template
similarity index 56%
rename from srcpkgs/minetest/template
rename to srcpkgs/luanti/template
index 8edfe32cb2f7ee..277b87f5b7efcb 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/luanti/template
@@ -1,6 +1,6 @@
-# Template file for 'minetest'
-pkgname=minetest
-version=5.9.1
+# Template file for 'luanti'
+pkgname=luanti
+version=5.10.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
@@ -9,10 +9,20 @@ makedepends="MesaLib-devel freetype-devel gmp-devel libcurl-devel
  libjpeg-turbo-devel libopenal-devel libvorbis-devel lua52-devel
  sqlite-devel libXi-devel"
 depends="desktop-file-utils hicolor-icon-theme"
-short_desc="InfiniMiner/Minecraft inspired game"
+short_desc="Voxel game-creation platform with easy modding and game creation"
 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"
-checksum=aa9a6ae57445b779f57dcba5a83b0704fabd24c5eca37c6c8611e885bdf09d7c
+checksum=2a3161c04e7389608006f01280eda30507f8bacfa1d6b64c2af1b820a62d2677
+
+post_install() {
+	vinstall misc/net.minetest.minetest.desktop 644 usr/share/applications
+}
+
+minetest_package() {
+	build_style=meta
+	depends="luanti>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+}
diff --git a/srcpkgs/minetest b/srcpkgs/minetest
new file mode 120000
index 00000000000000..e74d540d08cbba
--- /dev/null
+++ b/srcpkgs/minetest
@@ -0,0 +1 @@
+luanti
\ No newline at end of file

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

end of thread, other threads:[~2024-11-14 20:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-11 17:50 [PR PATCH] minetest: rename to luanti, update to 5.10.0 TinfoilSubmarine
2024-11-11 19:25 ` [PR REVIEW] " classabbyamp
2024-11-11 19:25 ` classabbyamp
2024-11-11 19:25 ` classabbyamp
2024-11-11 19:26 ` classabbyamp
2024-11-12  1:06 ` tranzystorekk
2024-11-12 13:13 ` [PR REVIEW] " TinfoilSubmarine
2024-11-12 13:15 ` TinfoilSubmarine
2024-11-12 13:29 ` TinfoilSubmarine
2024-11-12 13:32 ` TinfoilSubmarine
2024-11-12 13:33 ` TinfoilSubmarine
2024-11-12 13:34 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-11-14 18:28 ` [PR REVIEW] " classabbyamp
2024-11-14 20:26 ` [PR PATCH] [Updated] " TinfoilSubmarine

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