Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Openra 20231010
@ 2024-01-29 13:49 ragnarov
  2024-01-29 13:52 ` abenson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ragnarov @ 2024-01-29 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ragnarov/void-packages-2024-01-29 openra-20231010
https://github.com/void-linux/void-packages/pull/48416

Openra 20231010
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
- Played quick test only (dune 2k)
- This should update openra to `20231010` which is the latest at the time of this PR

<!-- 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 which is amd64
- Note I tested on my musl linked void linux


A patch file from https://github.com/void-linux/void-packages/pull/48416.patch is attached

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

From d9b729c9b78d5705a7c232626a917f84787fbe86 Mon Sep 17 00:00:00 2001
From: ragnarov <101@mailu.io>
Date: Mon, 29 Jan 2024 19:31:31 +0600
Subject: [PATCH 1/2] updates openra to openra-20231010

---
 srcpkgs/openra/template | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openra/template b/srcpkgs/openra/template
index 744359faf2b4c..5de65065c22ca 100644
--- a/srcpkgs/openra/template
+++ b/srcpkgs/openra/template
@@ -1,7 +1,8 @@
+
 # Template file for 'openra'
 pkgname=openra
-version=20210321
-revision=2
+version=20231010
+revision=6
 build_style="gnu-makefile"
 make_install_target="install install-linux-shortcuts install-linux-appdata"
 make_build_args="TARGETPLATFORM=unix-generic"
@@ -14,7 +15,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.openra.net"
 distfiles="https://github.com/OpenRA/OpenRA/archive/release-${version}.tar.gz"
-checksum=fe9a09aaebcd2bb859c3d00abdd45f4f958e249d0c9a4c6cff1b8cdceee7e909
+checksum=013d016f1b0e0cfe2f8e1acae6184cf1853fc702a5a6c5a7bd35b7e615f70498
+
+# these insure that mono is selected for dot net dependency
+# TARGETPLATFORM seems to determine if your systems libraries
+# will be used or some other!?
+# without it I get glibc dependency on musl system, strange!
+# these variables don't have any default values, so we are good
+make_install_args="RUNTIME=mono TARGETPLATFORM=unix-generic"
+make_build_args="RUNTIME=mono TARGETPLATFORM=unix-generic"
 
 if [ "$XBPS_ENDIAN" = "be" ]; then
 	broken="Fails to build"
@@ -26,5 +35,5 @@ fi
 
 pre_build() {
 	vsed -i -e "s#/app/lib#${XBPS_CROSS_BASE}/lib#g" configure-system-libraries.sh
-	make VERSION="release-${version}" version
+        make RUNTIME=mono TARGETPLATFORM=unix-generic VERSION="release-${version}" version 
 }

From 19ef25595f4487b629e13de8be1c4cc99a140131 Mon Sep 17 00:00:00 2001
From: ragnarov <101@mailu.io>
Date: Mon, 29 Jan 2024 19:38:47 +0600
Subject: [PATCH 2/2] changed revision to 1 for openra

---
 srcpkgs/openra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openra/template b/srcpkgs/openra/template
index 5de65065c22ca..5befe21c5d3fc 100644
--- a/srcpkgs/openra/template
+++ b/srcpkgs/openra/template
@@ -2,7 +2,7 @@
 # Template file for 'openra'
 pkgname=openra
 version=20231010
-revision=6
+revision=1
 build_style="gnu-makefile"
 make_install_target="install install-linux-shortcuts install-linux-appdata"
 make_build_args="TARGETPLATFORM=unix-generic"

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

end of thread, other threads:[~2024-02-19 16:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
2024-01-29 13:52 ` abenson
2024-01-29 14:28 ` [PR PATCH] [Updated] openra: update to 20231010 ragnarov
2024-01-29 16:15 ` ragnarov
2024-01-30  8:18 ` ragnarov
2024-01-30 14:08 ` [PR PATCH] [Updated] " ragnarov
2024-01-30 16:56 ` ragnarov
2024-02-04 12:51 ` ragnarov
2024-02-10 14:45 ` ragnarov
2024-02-18  4:55 ` ragnarov
2024-02-19 16:45 ` [PR PATCH] [Merged]: " 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).