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

* Re: Openra 20231010
  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
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2024-01-29 13:52 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/48416#issuecomment-1914739338

Comment:
Please follow the guidelines for commit messages as described in [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes).

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

* Re: [PR PATCH] [Updated] openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
  2024-01-29 13:52 ` abenson
@ 2024-01-29 14:28 ` ragnarov
  2024-01-29 16:15 ` ragnarov
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-01-29 14:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1097 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 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: 1803 bytes --]

From fcfb6536c12a2aea5ac6e6f82c87ad329be5742b 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 | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openra/template b/srcpkgs/openra/template
index 744359faf2b4c..7480a6ccc9ead 100644
--- a/srcpkgs/openra/template
+++ b/srcpkgs/openra/template
@@ -1,7 +1,7 @@
 # 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"
@@ -14,7 +14,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 +34,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
 }

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

* Re: [PR PATCH] [Updated] openra: update to 20231010
  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
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-01-29 16:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1097 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 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: 1864 bytes --]

From 5fbea16b81263316cbc78a53c035550616b096a4 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 | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openra/template b/srcpkgs/openra/template
index 744359faf2b4c..55cfe2a249473 100644
--- a/srcpkgs/openra/template
+++ b/srcpkgs/openra/template
@@ -1,7 +1,7 @@
 # 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"
@@ -14,7 +14,16 @@ 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"
+make_check_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
 }

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

* Re: openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
                   ` (2 preceding siblings ...)
  2024-01-29 16:15 ` ragnarov
@ 2024-01-30  8:18 ` ragnarov
  2024-01-30 14:08 ` [PR PATCH] [Updated] " ragnarov
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-01-30  8:18 UTC (permalink / raw)
  To: ml

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

New comment by ragnarov on void-packages repository

https://github.com/void-linux/void-packages/pull/48416#issuecomment-1916294829

Comment:
I updated to compensate for DEBUG build, can you approve the workflow now?
Is there something else that needs to be done?

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

* Re: [PR PATCH] [Updated] openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
                   ` (3 preceding siblings ...)
  2024-01-30  8:18 ` ragnarov
@ 2024-01-30 14:08 ` ragnarov
  2024-01-30 16:56 ` ragnarov
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-01-30 14:08 UTC (permalink / raw)
  To: ml

[-- 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: 1823 bytes --]

From f280e6771855cf84ebde88411fa850d9b2fa60cb 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..6a08f78a1aa09 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
 }

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

* Re: [PR PATCH] [Updated] openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
                   ` (4 preceding siblings ...)
  2024-01-30 14:08 ` [PR PATCH] [Updated] " ragnarov
@ 2024-01-30 16:56 ` ragnarov
  2024-02-04 12:51 ` ragnarov
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-01-30 16:56 UTC (permalink / raw)
  To: ml

[-- 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
 }

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

* Re: openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
                   ` (5 preceding siblings ...)
  2024-01-30 16:56 ` ragnarov
@ 2024-02-04 12:51 ` ragnarov
  2024-02-10 14:45 ` ragnarov
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-02-04 12:51 UTC (permalink / raw)
  To: ml

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

New comment by ragnarov on void-packages repository

https://github.com/void-linux/void-packages/pull/48416#issuecomment-1925738528

Comment:
bump

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

* Re: openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
                   ` (6 preceding siblings ...)
  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
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-02-10 14:45 UTC (permalink / raw)
  To: ml

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

New comment by ragnarov on void-packages repository

https://github.com/void-linux/void-packages/pull/48416#issuecomment-1937023614

Comment:
bump 2

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

* Re: openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
                   ` (7 preceding siblings ...)
  2024-02-10 14:45 ` ragnarov
@ 2024-02-18  4:55 ` ragnarov
  2024-02-19 16:45 ` [PR PATCH] [Merged]: " abenson
  9 siblings, 0 replies; 11+ messages in thread
From: ragnarov @ 2024-02-18  4:55 UTC (permalink / raw)
  To: ml

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

New comment by ragnarov on void-packages repository

https://github.com/void-linux/void-packages/pull/48416#issuecomment-1950962028

Comment:
bump 3

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

* Re: [PR PATCH] [Merged]: openra: update to 20231010
  2024-01-29 13:49 [PR PATCH] Openra 20231010 ragnarov
                   ` (8 preceding siblings ...)
  2024-02-18  4:55 ` ragnarov
@ 2024-02-19 16:45 ` abenson
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2024-02-19 16:45 UTC (permalink / raw)
  To: ml

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

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

openra: update to 20231010
https://github.com/void-linux/void-packages/pull/48416

Description:
<!-- 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


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