From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] minetest: rename to luanti, update to 5.10.0
Date: Tue, 12 Nov 2024 14:34:00 +0100 [thread overview]
Message-ID: <20241112133400.077A0261B6@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52996@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
There is an updated 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: 2147 bytes --]
From 1d03200a475e6d8b98143d8bf7cceea1626db2b2 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..bd9d238fc427d2 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="${sourcepkg}>=${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
next prev parent reply other threads:[~2024-11-12 13:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-11 17:50 [PR PATCH] " 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 ` TinfoilSubmarine [this message]
2024-11-14 18:28 ` [PR REVIEW] " classabbyamp
2024-11-14 20:26 ` [PR PATCH] [Updated] " TinfoilSubmarine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241112133400.077A0261B6@inbox.vuxu.org \
--to=tinfoilsubmarine@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).