Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added OpenXcomEx
@ 2021-07-11 15:08 Emru1
  2021-07-17 13:14 ` [PR PATCH] [Updated] New package: OpenXcomEx Emru1
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Emru1 @ 2021-07-11 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

Added OpenXcomEx
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31909.patch is attached

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

From faa3b3444c29b0299924dece7acb344a28a85960 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sun, 11 Jul 2021 16:26:18 +0200
Subject: [PATCH] Added OpenXcomEx

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..27f73fb742b7
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.12
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="43e7d36185cc6214be52fb82a8c3103765ca1deb"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

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

* Re: [PR PATCH] [Updated] New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
@ 2021-07-17 13:14 ` Emru1
  2021-08-11 14:19 ` Emru1
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Emru1 @ 2021-07-17 13:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

New package: OpenXcomEx
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31909.patch is attached

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

From faa3b3444c29b0299924dece7acb344a28a85960 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sun, 11 Jul 2021 16:26:18 +0200
Subject: [PATCH 1/2] Added OpenXcomEx

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..27f73fb742b7
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.12
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="43e7d36185cc6214be52fb82a8c3103765ca1deb"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

From b4fcf1bc8029054172d530ae9c0ab37f67e0798d Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sat, 17 Jul 2021 15:14:18 +0200
Subject: [PATCH 2/2] Update OpenXcomEx to 7.0.13

---
 srcpkgs/OpenXcomEx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
index 27f73fb742b7..4009dfc7d9ae 100644
--- a/srcpkgs/OpenXcomEx/template
+++ b/srcpkgs/OpenXcomEx/template
@@ -1,6 +1,6 @@
 # Template file for 'OpenXcomEx'
 pkgname=OpenXcomEx
-version=7.0.12
+version=7.0.13
 revision=1
 build_style=cmake
 conflicts="OpenXcom"
@@ -13,7 +13,7 @@ maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="GPL-3.0-or-later"
 homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
 giturl="git://github.com/meridianoxc/openxcom"
-gitcommit="43e7d36185cc6214be52fb82a8c3103765ca1deb"
+gitcommit="f662905a921d07553844ece3269f9cd086fb4627"
 
 do_fetch() {
 	git clone ${giturl} ${wrksrc}

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

* Re: [PR PATCH] [Updated] New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
  2021-07-17 13:14 ` [PR PATCH] [Updated] New package: OpenXcomEx Emru1
@ 2021-08-11 14:19 ` Emru1
  2021-09-02 11:02 ` Emru1
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Emru1 @ 2021-08-11 14:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

New package: OpenXcomEx
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31909.patch is attached

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

From faa3b3444c29b0299924dece7acb344a28a85960 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sun, 11 Jul 2021 16:26:18 +0200
Subject: [PATCH 1/3] Added OpenXcomEx

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..27f73fb742b7
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.12
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="43e7d36185cc6214be52fb82a8c3103765ca1deb"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

From b4fcf1bc8029054172d530ae9c0ab37f67e0798d Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Sat, 17 Jul 2021 15:14:18 +0200
Subject: [PATCH 2/3] Update OpenXcomEx to 7.0.13

---
 srcpkgs/OpenXcomEx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
index 27f73fb742b7..4009dfc7d9ae 100644
--- a/srcpkgs/OpenXcomEx/template
+++ b/srcpkgs/OpenXcomEx/template
@@ -1,6 +1,6 @@
 # Template file for 'OpenXcomEx'
 pkgname=OpenXcomEx
-version=7.0.12
+version=7.0.13
 revision=1
 build_style=cmake
 conflicts="OpenXcom"
@@ -13,7 +13,7 @@ maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="GPL-3.0-or-later"
 homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
 giturl="git://github.com/meridianoxc/openxcom"
-gitcommit="43e7d36185cc6214be52fb82a8c3103765ca1deb"
+gitcommit="f662905a921d07553844ece3269f9cd086fb4627"
 
 do_fetch() {
 	git clone ${giturl} ${wrksrc}

From a94ededc68c43883362e858dea2f21b3b1b0dba3 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Wed, 11 Aug 2021 16:18:43 +0200
Subject: [PATCH 3/3] OpenXcomEx: update to 7.0.14

---
 srcpkgs/OpenXcomEx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
index 4009dfc7d9ae..52489cfe70c2 100644
--- a/srcpkgs/OpenXcomEx/template
+++ b/srcpkgs/OpenXcomEx/template
@@ -1,6 +1,6 @@
 # Template file for 'OpenXcomEx'
 pkgname=OpenXcomEx
-version=7.0.13
+version=7.0.14
 revision=1
 build_style=cmake
 conflicts="OpenXcom"
@@ -13,7 +13,7 @@ maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="GPL-3.0-or-later"
 homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
 giturl="git://github.com/meridianoxc/openxcom"
-gitcommit="f662905a921d07553844ece3269f9cd086fb4627"
+gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
 
 do_fetch() {
 	git clone ${giturl} ${wrksrc}

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

* Re: [PR PATCH] [Updated] New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
  2021-07-17 13:14 ` [PR PATCH] [Updated] New package: OpenXcomEx Emru1
  2021-08-11 14:19 ` Emru1
@ 2021-09-02 11:02 ` Emru1
  2021-09-02 20:25 ` Chocimier
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Emru1 @ 2021-09-02 11:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

New package: OpenXcomEx
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31909.patch is attached

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

From 6fa683d47e949bdc5301fde10687542e4944e279 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Thu, 2 Sep 2021 13:02:02 +0200
Subject: [PATCH] New package: OpenXcomEx-7.0.14

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..52489cfe70c2
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.14
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

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

* Re: New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
                   ` (2 preceding siblings ...)
  2021-09-02 11:02 ` Emru1
@ 2021-09-02 20:25 ` Chocimier
  2021-10-22 19:56 ` [PR PATCH] [Updated] " Emru1
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-09-02 20:25 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/31909#issuecomment-912029470

Comment:
- This is to similar to OpenXcom/OpenXcom  which is still active
- They should tag releases, cloning repo is not an option

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

* Re: [PR PATCH] [Updated] New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
                   ` (3 preceding siblings ...)
  2021-09-02 20:25 ` Chocimier
@ 2021-10-22 19:56 ` Emru1
  2021-10-22 20:11 ` Emru1
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Emru1 @ 2021-10-22 19:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

New package: OpenXcomEx
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31909.patch is attached

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

From 6fa683d47e949bdc5301fde10687542e4944e279 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Thu, 2 Sep 2021 13:02:02 +0200
Subject: [PATCH 1/2] New package: OpenXcomEx-7.0.14

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..52489cfe70c2
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.14
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

From 2003bfac214327a2d1a6aa1d70a0f0b1eccfbe22 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Fri, 22 Oct 2021 21:56:06 +0200
Subject: [PATCH 2/2] OpenXcomEx: update to 7.1.3

---
 srcpkgs/OpenXcomEx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
index 52489cfe70c2..5412e9bc283f 100644
--- a/srcpkgs/OpenXcomEx/template
+++ b/srcpkgs/OpenXcomEx/template
@@ -1,6 +1,6 @@
 # Template file for 'OpenXcomEx'
 pkgname=OpenXcomEx
-version=7.0.14
+version=7.1.3
 revision=1
 build_style=cmake
 conflicts="OpenXcom"
@@ -13,7 +13,7 @@ maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="GPL-3.0-or-later"
 homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
 giturl="git://github.com/meridianoxc/openxcom"
-gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
+gitcommit="aa7368954ff036852b5df4369c949430992fae4e5"
 
 do_fetch() {
 	git clone ${giturl} ${wrksrc}

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

* Re: [PR PATCH] [Updated] New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
                   ` (4 preceding siblings ...)
  2021-10-22 19:56 ` [PR PATCH] [Updated] " Emru1
@ 2021-10-22 20:11 ` Emru1
  2021-10-22 20:33 ` Emru1
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Emru1 @ 2021-10-22 20:11 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

New package: OpenXcomEx
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31909.patch is attached

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

From 6fa683d47e949bdc5301fde10687542e4944e279 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Thu, 2 Sep 2021 13:02:02 +0200
Subject: [PATCH 1/2] New package: OpenXcomEx-7.0.14

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..52489cfe70c2
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.14
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

From bd9240b3c0df728eeee5710bd851092340360ef6 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emruemru1@gmail.com>
Date: Fri, 22 Oct 2021 22:11:47 +0200
Subject: [PATCH 2/2] OpenXcomEx: update to 7.1.3

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

diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
index 52489cfe70c2..f9be4f9772d9 100644
--- a/srcpkgs/OpenXcomEx/template
+++ b/srcpkgs/OpenXcomEx/template
@@ -13,7 +13,7 @@ maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="GPL-3.0-or-later"
 homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
 giturl="git://github.com/meridianoxc/openxcom"
-gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
+gitcommit="a7368954ff036852b5df4369c949430992fae4e5"
 
 do_fetch() {
 	git clone ${giturl} ${wrksrc}

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

* Re: [PR PATCH] [Updated] New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
                   ` (5 preceding siblings ...)
  2021-10-22 20:11 ` Emru1
@ 2021-10-22 20:33 ` Emru1
  2022-05-25  2:15 ` github-actions
  2022-06-09  2:11 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: Emru1 @ 2021-10-22 20:33 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

New package: OpenXcomEx
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31909.patch is attached

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

From 6fa683d47e949bdc5301fde10687542e4944e279 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Thu, 2 Sep 2021 13:02:02 +0200
Subject: [PATCH 1/2] New package: OpenXcomEx-7.0.14

---
 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch |  5 +++++
 srcpkgs/OpenXcomEx/template                   | 22 +++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
 create mode 100644 srcpkgs/OpenXcomEx/template

diff --git a/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
new file mode 100644
index 000000000000..decacaa004ea
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/patches/man_dest_dir.patch
@@ -0,0 +1,5 @@
+--- a/docs/CMakeLists.txt	2021-07-10 23:45:05.420320987 +0200
++++ b/docs/CMakeLists.txt2	2021-07-11 00:18:27.852316574 +0200
+@@ -41 +41 @@ if ( UNIX AND NOT APPLE )
+-    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
++    INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
new file mode 100644
index 000000000000..52489cfe70c2
--- /dev/null
+++ b/srcpkgs/OpenXcomEx/template
@@ -0,0 +1,22 @@
+# Template file for 'OpenXcomEx'
+pkgname=OpenXcomEx
+version=7.0.14
+revision=1
+build_style=cmake
+conflicts="OpenXcom"
+hostmakedepends="automake xmlto git cmake pkg-config ninja"
+configure_args="-DCMAKE_BUILD_TYPE=Release -DDEV_BUILD=OFF -DBUILD_PACKAGE=OFF"
+makedepends="SDL_gfx-devel SDL_image-devel SDL_mixer-devel zlib-devel
+ glu-devel boost-devel yaml-cpp-devel"
+short_desc="Reimplementation of the original X-Com game with extended functionality"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+license="GPL-3.0-or-later"
+homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
+giturl="git://github.com/meridianoxc/openxcom"
+gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
+
+do_fetch() {
+	git clone ${giturl} ${wrksrc}
+	cd ${wrksrc}
+	git checkout ${gitcommit}
+}

From 8898311d1c2d58083cc0dc92e0f982b3c327dcc7 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emruemru1@gmail.com>
Date: Fri, 22 Oct 2021 22:32:55 +0200
Subject: [PATCH 2/2] OpenXcomEx: update to 7.1.3

---
 srcpkgs/OpenXcomEx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/OpenXcomEx/template b/srcpkgs/OpenXcomEx/template
index 52489cfe70c2..9818805c631e 100644
--- a/srcpkgs/OpenXcomEx/template
+++ b/srcpkgs/OpenXcomEx/template
@@ -1,6 +1,6 @@
 # Template file for 'OpenXcomEx'
 pkgname=OpenXcomEx
-version=7.0.14
+version=7.1.3
 revision=1
 build_style=cmake
 conflicts="OpenXcom"
@@ -13,7 +13,7 @@ maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
 license="GPL-3.0-or-later"
 homepage="https://openxcom.org/forum/index.php/topic,6586.0.html"
 giturl="git://github.com/meridianoxc/openxcom"
-gitcommit="f5efc8736ff404e59f51d4b2df24cd0fa721a1b3"
+gitcommit="a7368954ff036852b5df4369c949430992fae4e5"
 
 do_fetch() {
 	git clone ${giturl} ${wrksrc}

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

* Re: New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
                   ` (6 preceding siblings ...)
  2021-10-22 20:33 ` Emru1
@ 2022-05-25  2:15 ` github-actions
  2022-06-09  2:11 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-05-25  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/31909#issuecomment-1136640170

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: OpenXcomEx
  2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
                   ` (7 preceding siblings ...)
  2022-05-25  2:15 ` github-actions
@ 2022-06-09  2:11 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-06-09  2:11 UTC (permalink / raw)
  To: ml

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

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

New package: OpenXcomEx
https://github.com/void-linux/void-packages/pull/31909

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 10+ messages in thread

end of thread, other threads:[~2022-06-09  2:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11 15:08 [PR PATCH] Added OpenXcomEx Emru1
2021-07-17 13:14 ` [PR PATCH] [Updated] New package: OpenXcomEx Emru1
2021-08-11 14:19 ` Emru1
2021-09-02 11:02 ` Emru1
2021-09-02 20:25 ` Chocimier
2021-10-22 19:56 ` [PR PATCH] [Updated] " Emru1
2021-10-22 20:11 ` Emru1
2021-10-22 20:33 ` Emru1
2022-05-25  2:15 ` github-actions
2022-06-09  2:11 ` [PR PATCH] [Closed]: " github-actions

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