Github messages for voidlinux
 help / color / mirror / Atom feed
From: ragnarov <ragnarov@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] openra: update to 20231010
Date: Tue, 30 Jan 2024 17:56:14 +0100	[thread overview]
Message-ID: <20240130165614.D68D2249B6@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48416@inbox.vuxu.org>

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

There is an updated 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: update to 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 x86_64-musl


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: 1821 bytes --]

From 794538d8ebd29331c0e02249bbc2eacf3586c2cd Mon Sep 17 00:00:00 2001
From: ragnarov <101@mailu.io>
Date: Mon, 29 Jan 2024 19:31:31 +0600
Subject: [PATCH] openra: update to 20231010

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

diff --git a/srcpkgs/openra/template b/srcpkgs/openra/template
index 744359faf2b4c..50b2020a410d4 100644
--- a/srcpkgs/openra/template
+++ b/srcpkgs/openra/template
@@ -1,11 +1,12 @@
 # Template file for 'openra'
 pkgname=openra
-version=20210321
-revision=2
+version=20231010
+revision=1
 build_style="gnu-makefile"
 make_install_target="install install-linux-shortcuts install-linux-appdata"
-make_build_args="TARGETPLATFORM=unix-generic"
-make_install_args="prefix=/usr TARGETPLATFORM=unix-generic"
+make_build_args="RUNTIME=mono TARGETPLATFORM=unix-generic"
+make_install_args="RUNTIME=mono TARGETPLATFORM=unix-generic"
+make_check_args="RUNTIME=mono TARGETPLATFORM=unix-generic"
 hostmakedepends="mono unzip curl msbuild-bin"
 makedepends="SDL2-devel lua51-devel freetype-devel libopenal-devel libgdiplus-devel"
 depends="mono libopenal freetype xdg-utils zenity SDL2 lua51 libgdiplus"
@@ -14,7 +15,7 @@ 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
 
 if [ "$XBPS_ENDIAN" = "be" ]; then
 	broken="Fails to build"
@@ -26,5 +27,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 ${make_build_args} VERSION="release-${version}" version
 }

  parent reply	other threads:[~2024-01-30 16:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=20240130165614.D68D2249B6@inbox.vuxu.org \
    --to=ragnarov@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).