Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] colobot: update to 0.2.1
@ 2023-08-07 23:10 tranzystorek-io
  2023-08-08  5:39 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorek-io @ 2023-08-07 23:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1315 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/45482

colobot: update to 0.2.1
- colobot-data: update to 0.2.1
- colobot: update to 0.2.1

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/45482.patch is attached

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

From 289b0135e86cc5e12ea5d9b0a8b51c17de7f2c97 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 8 Aug 2023 01:00:33 +0200
Subject: [PATCH 1/2] colobot-data: update to 0.2.1

---
 srcpkgs/colobot-data/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/colobot-data/template b/srcpkgs/colobot-data/template
index 343deef501b13..4438231a4d4fe 100644
--- a/srcpkgs/colobot-data/template
+++ b/srcpkgs/colobot-data/template
@@ -1,8 +1,7 @@
 # Template file for 'colobot-data'
 pkgname=colobot-data
-version=0.2.0
+version=0.2.1
 revision=1
-create_wrksrc=yes
 build_wrksrc="colobot-data-colobot-gold-${version}-alpha"
 build_style=cmake
 hostmakedepends="python3"
@@ -12,9 +11,9 @@ 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
+checksum="409152eaa591210211310ff2f5c459f420c10ce5b85d05b07ba5695cf7584570
  55e89d244f1f63e2467ef71253ca881ee31279f02aac9ac4706ef26c466306e9"
 
 post_extract() {
-	mv ${wrksrc}/*.ogg ${wrksrc}/LICENSE.txt ${wrksrc}/${build_wrksrc}/music/
+	mv *.ogg LICENSE.txt ${build_wrksrc}/music/
 }

From 9be5ce04e6d76b63832866ae053ed98cd5a5d111 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 8 Aug 2023 01:09:17 +0200
Subject: [PATCH 2/2] colobot: update to 0.2.1

---
 srcpkgs/colobot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/colobot/template b/srcpkgs/colobot/template
index bc73eac1cf883..08181b41943e3 100644
--- a/srcpkgs/colobot/template
+++ b/srcpkgs/colobot/template
@@ -1,8 +1,8 @@
 # Template file for 'colobot'
 pkgname=colobot
 # needs to be kept in sync with colobot-data (provides game assets)
-version=0.2.0
-revision=4
+version=0.2.1
+revision=1
 build_style=cmake
 configure_args="-DCOLOBOT_INSTALL_BIN_DIR=/usr/bin -DOpenGL_GL_PREFERENCE=GLVND"
 hostmakedepends="gettext librsvg-utils perl po4a xmlstarlet"
@@ -15,4 +15,4 @@ 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"
+checksum=e2a6df3cb5e713da6ac13b5b4cb9fe9d22dbffab3b7163a886060c38a0d0639e

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

* Re: [PR PATCH] [Merged]: colobot: update to 0.2.1
  2023-08-07 23:10 [PR PATCH] colobot: update to 0.2.1 tranzystorek-io
@ 2023-08-08  5:39 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-08-08  5:39 UTC (permalink / raw)
  To: ml

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

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

colobot: update to 0.2.1
https://github.com/void-linux/void-packages/pull/45482

Description:
- colobot-data: update to 0.2.1
- colobot: update to 0.2.1

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

end of thread, other threads:[~2023-08-08  5:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 23:10 [PR PATCH] colobot: update to 0.2.1 tranzystorek-io
2023-08-08  5:39 ` [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).