Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minetest: use vsrcextract
@ 2024-05-30 15:24 tranzystorekk
  2024-06-13 22:28 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-05-30 15:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages minetest-vsrcextract
https://github.com/void-linux/void-packages/pull/50610

minetest: use vsrcextract
<!-- 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/50610.patch is attached

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

From 4ed62219a8c664e1b20a85079c3cd6731cb3ec24 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 30 May 2024 17:23:43 +0200
Subject: [PATCH] minetest: use vsrcextract

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

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index f49b941fd224a5..d1be32ecd1da91 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -3,8 +3,6 @@ pkgname=minetest
 version=5.8.0
 revision=1
 _irrlichtversion=1.9.0mt13
-create_wrksrc=yes
-build_wrksrc="${pkgname}-${version}"
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
 hostmakedepends="pkg-config gettext"
@@ -21,7 +19,8 @@ distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
  https://github.com/minetest/irrlicht/archive/refs/tags/${_irrlichtversion}.tar.gz"
 checksum="610c85a24d77acdc3043a69d777bed9e6c00169406ca09df22ad490fe0d68c0c
  2fde8e27144988210b9c0ff1e202905834d9d25aaa63ce452763fd7171096adc"
+skip_extraction="${_irrlichtversion}.tar.gz"
 
 post_extract() {
-	mv irrlicht-${_irrlichtversion} "${build_wrksrc}/lib/irrlichtmt"
+	vsrcextract -C lib/irrlichtmt ${_irrlichtversion}.tar.gz
 }

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

* Re: [PR PATCH] [Closed]: minetest: use vsrcextract
  2024-05-30 15:24 [PR PATCH] minetest: use vsrcextract tranzystorekk
@ 2024-06-13 22:28 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2024-06-13 22:28 UTC (permalink / raw)
  To: ml

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

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

minetest: use vsrcextract
https://github.com/void-linux/void-packages/pull/50610

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

end of thread, other threads:[~2024-06-13 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-30 15:24 [PR PATCH] minetest: use vsrcextract tranzystorekk
2024-06-13 22:28 ` [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).