Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: colobot-0.2.0
@ 2022-08-03 23:26 tranzystorek-io
  2022-08-03 23:29 ` classabbyamp
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-03 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38463.patch is attached

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

From 25b5e322873c8e93e69fff4b9daf1ed54849e5d6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..8126a659c917
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,13 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3 wget"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum=4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b

From 3b1560d652226b71244f56854e2ab42eb08cf0cf Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../colobot/patches/xmlstarlet-binary-name.patch | 13 +++++++++++++
 srcpkgs/colobot/template                         | 16 ++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -0,0 +1,13 @@
+diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
+index 2ee308c..8dc2d03 100644
+--- a/desktop/CMakeLists.txt
++++ b/desktop/CMakeLists.txt
+@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
+     message(WARNING "rsvg-convert not found; desktop icons will not be generated")
+ endif()
+ 
+-find_program(XMLSTARLET xmlstarlet)
++find_program(XMLSTARLET xml)
+ if(NOT XMLSTARLET)
+     message(WARNING "xmlstarlet not found; desktop icons will not be generated")
+ endif()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..99e9bbac8260
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,16 @@
+# Template file for 'colobot'
+pkgname=colobot
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libopenal-devel physfs-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel"
+depends="colobot-data>=${version}"
+short_desc="Real-time strategy game, where you can program your units"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://colobot.info/"
+distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"

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

* Re: New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
@ 2022-08-03 23:29 ` classabbyamp
  2022-08-03 23:31 ` tranzystorek-io
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-08-03 23:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38463#issuecomment-1204580661

Comment:
both packages seem to come from the same distfile. can the -data package be a subpkg?

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

* Re: New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
  2022-08-03 23:29 ` classabbyamp
@ 2022-08-03 23:31 ` tranzystorek-io
  2022-08-03 23:33 ` classabbyamp
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-03 23:31 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38463#issuecomment-1204581614

Comment:
They come from different repositories (colobot vs colobot-data)

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

* Re: New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
  2022-08-03 23:29 ` classabbyamp
  2022-08-03 23:31 ` tranzystorek-io
@ 2022-08-03 23:33 ` classabbyamp
  2022-08-03 23:55 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-08-03 23:33 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38463#issuecomment-1204582681

Comment:
ah i see now. might want to put a comment about keeping them sychronised if that's necessary

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

* Re: [PR PATCH] [Updated] New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-08-03 23:33 ` classabbyamp
@ 2022-08-03 23:55 ` tranzystorek-io
  2022-08-04  9:10 ` tranzystorek-io
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-03 23:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38463.patch is attached

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

From 25b5e322873c8e93e69fff4b9daf1ed54849e5d6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..8126a659c917
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,13 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3 wget"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum=4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b

From fccd8ded3516658f6c568d802f7e6b793c0e10e4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../patches/xmlstarlet-binary-name.patch        | 13 +++++++++++++
 srcpkgs/colobot/template                        | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -0,0 +1,13 @@
+diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
+index 2ee308c..8dc2d03 100644
+--- a/desktop/CMakeLists.txt
++++ b/desktop/CMakeLists.txt
+@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
+     message(WARNING "rsvg-convert not found; desktop icons will not be generated")
+ endif()
+ 
+-find_program(XMLSTARLET xmlstarlet)
++find_program(XMLSTARLET xml)
+ if(NOT XMLSTARLET)
+     message(WARNING "xmlstarlet not found; desktop icons will not be generated")
+ endif()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..7e9a49e5d8dc
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,17 @@
+# Template file for 'colobot'
+pkgname=colobot
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libopenal-devel physfs-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel"
+# needs to be synchronised with this package
+depends="colobot-data>=${version}"
+short_desc="Real-time strategy game, where you can program your units"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://colobot.info/"
+distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"

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

* Re: [PR PATCH] [Updated] New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-08-03 23:55 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-08-04  9:10 ` tranzystorek-io
  2022-08-04 15:33 ` tranzystorek-io
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-04  9:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38463.patch is attached

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

From 28fd968d4deb7f6d33468b51d6edaf23978a11fe Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..8126a659c917
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,13 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3 wget"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum=4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b

From 30e9da5601dcecf9dba73911a19d2af4c8e2db12 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../patches/xmlstarlet-binary-name.patch        | 13 +++++++++++++
 srcpkgs/colobot/template                        | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -0,0 +1,13 @@
+diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
+index 2ee308c..8dc2d03 100644
+--- a/desktop/CMakeLists.txt
++++ b/desktop/CMakeLists.txt
+@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
+     message(WARNING "rsvg-convert not found; desktop icons will not be generated")
+ endif()
+ 
+-find_program(XMLSTARLET xmlstarlet)
++find_program(XMLSTARLET xml)
+ if(NOT XMLSTARLET)
+     message(WARNING "xmlstarlet not found; desktop icons will not be generated")
+ endif()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..7e9a49e5d8dc
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,17 @@
+# Template file for 'colobot'
+pkgname=colobot
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libopenal-devel physfs-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel"
+# needs to be synchronised with this package
+depends="colobot-data>=${version}"
+short_desc="Real-time strategy game, where you can program your units"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://colobot.info/"
+distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"

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

* Re: [PR PATCH] [Updated] New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-08-04  9:10 ` tranzystorek-io
@ 2022-08-04 15:33 ` tranzystorek-io
  2022-08-05  6:56 ` tranzystorek-io
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-04 15:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38463.patch is attached

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

From dff9b2412ffcc7944dc2ca854f418e88044e09a2 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..8126a659c917
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,13 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3 wget"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum=4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b

From d2b6d68af4354ed64bb9b95b134331896c1c9c4c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../patches/xmlstarlet-binary-name.patch        | 13 +++++++++++++
 srcpkgs/colobot/template                        | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -0,0 +1,13 @@
+diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
+index 2ee308c..8dc2d03 100644
+--- a/desktop/CMakeLists.txt
++++ b/desktop/CMakeLists.txt
+@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
+     message(WARNING "rsvg-convert not found; desktop icons will not be generated")
+ endif()
+ 
+-find_program(XMLSTARLET xmlstarlet)
++find_program(XMLSTARLET xml)
+ if(NOT XMLSTARLET)
+     message(WARNING "xmlstarlet not found; desktop icons will not be generated")
+ endif()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..b5821e527cf7
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,17 @@
+# Template file for 'colobot'
+pkgname=colobot
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libogg-devel libopenal-devel libsndfile-devel libvorbis-devel physfs-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel"
+# needs to be synchronised with this package
+depends="colobot-data>=${version}"
+short_desc="Real-time strategy game, where you can program your units"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://colobot.info/"
+distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"

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

* Re: [PR PATCH] [Updated] New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-08-04 15:33 ` tranzystorek-io
@ 2022-08-05  6:56 ` tranzystorek-io
  2022-08-13  6:50 ` tranzystorek-io
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-05  6:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38463.patch is attached

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

From cec770ff315bbcd3c17d1ec2e868894b69e92f74 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..8126a659c917
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,13 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3 wget"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum=4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b

From c615f88f07ba8b97b4dce9b28d386fdb65aa8709 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../patches/xmlstarlet-binary-name.patch        | 13 +++++++++++++
 srcpkgs/colobot/template                        | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -0,0 +1,13 @@
+diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
+index 2ee308c..8dc2d03 100644
+--- a/desktop/CMakeLists.txt
++++ b/desktop/CMakeLists.txt
+@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
+     message(WARNING "rsvg-convert not found; desktop icons will not be generated")
+ endif()
+ 
+-find_program(XMLSTARLET xmlstarlet)
++find_program(XMLSTARLET xml)
+ if(NOT XMLSTARLET)
+     message(WARNING "xmlstarlet not found; desktop icons will not be generated")
+ endif()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..b5821e527cf7
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,17 @@
+# Template file for 'colobot'
+pkgname=colobot
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libogg-devel libopenal-devel libsndfile-devel libvorbis-devel physfs-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel"
+# needs to be synchronised with this package
+depends="colobot-data>=${version}"
+short_desc="Real-time strategy game, where you can program your units"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://colobot.info/"
+distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"

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

* Re: [PR PATCH] [Updated] New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-08-05  6:56 ` tranzystorek-io
@ 2022-08-13  6:50 ` tranzystorek-io
  2022-08-19 12:05 ` tranzystorek-io
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-13  6:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38463.patch is attached

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

From 0009573017a63017fb36908f8bb0cc138bb1c55a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..8126a659c917
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,13 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3 wget"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum=4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b

From 5aff4ed6c9011a80d26bc38a8628b38dcd78e5c1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../patches/xmlstarlet-binary-name.patch        | 13 +++++++++++++
 srcpkgs/colobot/template                        | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -0,0 +1,13 @@
+diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
+index 2ee308c..8dc2d03 100644
+--- a/desktop/CMakeLists.txt
++++ b/desktop/CMakeLists.txt
+@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
+     message(WARNING "rsvg-convert not found; desktop icons will not be generated")
+ endif()
+ 
+-find_program(XMLSTARLET xmlstarlet)
++find_program(XMLSTARLET xml)
+ if(NOT XMLSTARLET)
+     message(WARNING "xmlstarlet not found; desktop icons will not be generated")
+ endif()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..b5821e527cf7
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,17 @@
+# Template file for 'colobot'
+pkgname=colobot
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libogg-devel libopenal-devel libsndfile-devel libvorbis-devel physfs-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel"
+# needs to be synchronised with this package
+depends="colobot-data>=${version}"
+short_desc="Real-time strategy game, where you can program your units"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://colobot.info/"
+distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"

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

* Re: [PR PATCH] [Updated] New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (7 preceding siblings ...)
  2022-08-13  6:50 ` tranzystorek-io
@ 2022-08-19 12:05 ` tranzystorek-io
  2022-08-19 14:55 ` tranzystorek-io
  2022-08-20 22:03 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-19 12:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages colobot
https://github.com/void-linux/void-packages/pull/38463

New package: colobot-0.2.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38463.patch is attached

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

From aaf8f8c1e73ddf4b083ed009950ef1772b8ce71e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:20:18 +0200
Subject: [PATCH 1/2] New package: colobot-data-0.2.0

---
 srcpkgs/colobot-data/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/colobot-data/template

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
new file mode 100644
index 000000000000..343deef501b1
--- /dev/null
+++ b/srcpkgs/colobot-data/template
@@ -0,0 +1,20 @@
+# Template file for 'colobot-data'
+pkgname=colobot-data
+version=0.2.0
+revision=1
+create_wrksrc=yes
+build_wrksrc="colobot-data-colobot-gold-${version}-alpha"
+build_style=cmake
+hostmakedepends="python3"
+short_desc="Real-time strategy game, where you can program your units (data files)"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/colobot/colobot-data"
+distfiles="https://github.com/colobot/colobot-data/archive/colobot-gold-${version}-alpha.tar.gz
+ https://colobot.info/files/music/colobot-music_ogg_${version}-alpha.tar.gz"
+checksum="4d6932f73830fa4ee9f37f6a18254c306fa804f74a2d78e9db7cb866a3a46a8b
+ 55e89d244f1f63e2467ef71253ca881ee31279f02aac9ac4706ef26c466306e9"
+
+post_extract() {
+	mv ${wrksrc}/*.ogg ${wrksrc}/LICENSE.txt ${wrksrc}/${build_wrksrc}/music/
+}

From 005efcda503f23043ccb14b65ce08a4006837e42 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 4 Aug 2022 01:21:24 +0200
Subject: [PATCH 2/2] New package: colobot-0.2.0

---
 .../patches/xmlstarlet-binary-name.patch      | 13 +++++++++++++
 srcpkgs/colobot/template                      | 19 +++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
 create mode 100644 srcpkgs/colobot/template

diff --git a/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
new file mode 100644
index 000000000000..fb8a826190c8
--- /dev/null
+++ b/srcpkgs/colobot/patches/xmlstarlet-binary-name.patch
@@ -0,0 +1,13 @@
+diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
+index 2ee308c..8dc2d03 100644
+--- a/desktop/CMakeLists.txt
++++ b/desktop/CMakeLists.txt
+@@ -8,7 +8,7 @@ if(NOT RSVG_CONVERT)
+     message(WARNING "rsvg-convert not found; desktop icons will not be generated")
+ endif()
+ 
+-find_program(XMLSTARLET xmlstarlet)
++find_program(XMLSTARLET xml)
+ if(NOT XMLSTARLET)
+     message(WARNING "xmlstarlet not found; desktop icons will not be generated")
+ endif()
diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
new file mode 100644
index 000000000000..1b415dd2cfad
--- /dev/null
+++ b/srcpkgs/colobot/template
@@ -0,0 +1,19 @@
+# Template file for 'colobot'
+pkgname=colobot
+# needs to be kept in sync with colobot-data (provides game assets)
+version=0.2.0
+revision=1
+wrksrc="colobot-colobot-gold-${version}-alpha"
+build_style=cmake
+configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
+hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
+makedepends="boost-devel glew-devel libogg-devel libopenal-devel
+ libsndfile-devel libvorbis-devel physfs-devel
+ SDL2-devel SDL2_image-devel SDL2_ttf-devel"
+depends="colobot-data>=${version}"
+short_desc="Real-time strategy game, where you can program your units"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://colobot.info/"
+distfiles="https://github.com/colobot/colobot/archive/colobot-gold-${version}-alpha.tar.gz"
+checksum="633ce4ec9b54c657942453e769a2339befb2d0afff8b8b3589a73d005e097ab6"

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

* Re: New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (8 preceding siblings ...)
  2022-08-19 12:05 ` tranzystorek-io
@ 2022-08-19 14:55 ` tranzystorek-io
  2022-08-20 22:03 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: tranzystorek-io @ 2022-08-19 14:55 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38463#issuecomment-1220775299

Comment:
Hm, the package builds libCBot.so by default (code for the in-game programming language). I'm 99% sure only the `colobot` game binary uses it, so we could probably switch to static lib instead?

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

* Re: [PR PATCH] [Merged]: New package: colobot-0.2.0
  2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
                   ` (9 preceding siblings ...)
  2022-08-19 14:55 ` tranzystorek-io
@ 2022-08-20 22:03 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-08-20 22:03 UTC (permalink / raw)
  To: ml

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

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

New package: colobot-0.2.0
https://github.com/void-linux/void-packages/pull/38463

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 12+ messages in thread

end of thread, other threads:[~2022-08-20 22:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 23:26 [PR PATCH] New package: colobot-0.2.0 tranzystorek-io
2022-08-03 23:29 ` classabbyamp
2022-08-03 23:31 ` tranzystorek-io
2022-08-03 23:33 ` classabbyamp
2022-08-03 23:55 ` [PR PATCH] [Updated] " tranzystorek-io
2022-08-04  9:10 ` tranzystorek-io
2022-08-04 15:33 ` tranzystorek-io
2022-08-05  6:56 ` tranzystorek-io
2022-08-13  6:50 ` tranzystorek-io
2022-08-19 12:05 ` tranzystorek-io
2022-08-19 14:55 ` tranzystorek-io
2022-08-20 22:03 ` [PR PATCH] [Merged]: " paper42

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