Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] supertuxkart: update to 1.4
@ 2022-11-01 19:29 tranzystorek-io
  2022-11-01 23:20 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-11-01 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages stk
https://github.com/void-linux/void-packages/pull/40279

supertuxkart: update to 1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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/40279.patch is attached

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

From b65bdfb23f504182eaddf4c343f1be89d4c558b9 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 1 Nov 2022 20:27:32 +0100
Subject: [PATCH] supertuxkart: update to 1.4

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

diff --git a/srcpkgs/supertuxkart/template b/srcpkgs/supertuxkart/template
index 52cbec801334..6cec1e9ce94b 100644
--- a/srcpkgs/supertuxkart/template
+++ b/srcpkgs/supertuxkart/template
@@ -1,6 +1,6 @@
 # Template file for 'supertuxkart'
 pkgname=supertuxkart
-version=1.3
+version=1.4
 revision=1
 wrksrc="SuperTuxKart-${version}-src"
 build_style=cmake
@@ -9,14 +9,15 @@ makedepends="libgomp-devel libjpeg-turbo-devel libpng-devel
  libbluetooth-devel glu-devel libvorbis-devel libXrandr-devel
  libopenal-devel fribidi-devel libcurl-devel freetype-devel
  libopenglrecorder-devel wayland-devel harfbuzz-devel libenet-devel
- libogg-devel MesaLib-devel openssl-devel zlib-devel SDL2-devel glew-devel"
+ libogg-devel mcpp-devel MesaLib-devel openssl-devel zlib-devel
+ SDL2-devel glew-devel shaderc"
 depends="desktop-file-utils hicolor-icon-theme supertuxkart-data"
 short_desc="Kart racing game featuring Tux and his friends"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://supertuxkart.net"
 distfiles="https://github.com/${pkgname}/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
-checksum=eeabeb0d9801688a218f6f0a76ea3546a46a322ccaca9a258148ecacfe083ffd
+checksum=9890392419baf4715313f14d5ad60746f276eed36eb580636caf44e2532c0f03
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR REVIEW] supertuxkart: update to 1.4
  2022-11-01 19:29 [PR PATCH] supertuxkart: update to 1.4 tranzystorek-io
@ 2022-11-01 23:20 ` classabbyamp
  2022-11-01 23:21 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-11-01 23:20 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40279#discussion_r1010989075

Comment:
```suggestion
distfiles="https://github.com/supertuxkart/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
```

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

* Re: [PR REVIEW] supertuxkart: update to 1.4
  2022-11-01 19:29 [PR PATCH] supertuxkart: update to 1.4 tranzystorek-io
  2022-11-01 23:20 ` [PR REVIEW] " classabbyamp
@ 2022-11-01 23:21 ` classabbyamp
  2022-11-01 23:31 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-11-01 23:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40279#discussion_r1010989075

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/supertuxkart/stk-code/master/CHANGELOG.md"
distfiles="https://github.com/supertuxkart/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
```

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

* Re: [PR PATCH] [Updated] supertuxkart: update to 1.4
  2022-11-01 19:29 [PR PATCH] supertuxkart: update to 1.4 tranzystorek-io
  2022-11-01 23:20 ` [PR REVIEW] " classabbyamp
  2022-11-01 23:21 ` classabbyamp
@ 2022-11-01 23:31 ` tranzystorek-io
  2022-11-01 23:34 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-11-01 23:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages stk
https://github.com/void-linux/void-packages/pull/40279

supertuxkart: update to 1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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/40279.patch is attached

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

From 30ec7f3feb11b11ec37bb30c6da6642434d7e363 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 1 Nov 2022 20:27:32 +0100
Subject: [PATCH] supertuxkart: update to 1.4

---
 srcpkgs/supertuxkart/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/supertuxkart/template b/srcpkgs/supertuxkart/template
index 52cbec801334..b4dae8846740 100644
--- a/srcpkgs/supertuxkart/template
+++ b/srcpkgs/supertuxkart/template
@@ -1,6 +1,6 @@
 # Template file for 'supertuxkart'
 pkgname=supertuxkart
-version=1.3
+version=1.4
 revision=1
 wrksrc="SuperTuxKart-${version}-src"
 build_style=cmake
@@ -9,14 +9,15 @@ makedepends="libgomp-devel libjpeg-turbo-devel libpng-devel
  libbluetooth-devel glu-devel libvorbis-devel libXrandr-devel
  libopenal-devel fribidi-devel libcurl-devel freetype-devel
  libopenglrecorder-devel wayland-devel harfbuzz-devel libenet-devel
- libogg-devel MesaLib-devel openssl-devel zlib-devel SDL2-devel glew-devel"
+ libogg-devel mcpp-devel MesaLib-devel openssl-devel zlib-devel
+ SDL2-devel glew-devel shaderc"
 depends="desktop-file-utils hicolor-icon-theme supertuxkart-data"
 short_desc="Kart racing game featuring Tux and his friends"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://supertuxkart.net"
-distfiles="https://github.com/${pkgname}/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
-checksum=eeabeb0d9801688a218f6f0a76ea3546a46a322ccaca9a258148ecacfe083ffd
+distfiles="https://github.com/supertuxkart/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
+checksum=9890392419baf4715313f14d5ad60746f276eed36eb580636caf44e2532c0f03
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -25,7 +26,7 @@ fi
 supertuxkart-data_package() {
 	short_desc+=" - data files"
 	pkg_install() {
-		# these script only serve a prupose for developing, not to the package
+		# these scripts only serve a purpose for developing, not to the package
 		rm "${DESTDIR}/usr/share/supertuxkart/data/po/extract_strings_from_XML.py"
 		rm "${DESTDIR}/usr/share/supertuxkart/data/po/update_po_authors.py"
 		vmove usr/share/supertuxkart

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

* Re: [PR REVIEW] supertuxkart: update to 1.4
  2022-11-01 19:29 [PR PATCH] supertuxkart: update to 1.4 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-11-01 23:31 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-11-01 23:34 ` classabbyamp
  2022-11-01 23:37 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-11-02  2:37 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-11-01 23:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40279#discussion_r1010995714

Comment:
add the changelog too please

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

* Re: [PR PATCH] [Updated] supertuxkart: update to 1.4
  2022-11-01 19:29 [PR PATCH] supertuxkart: update to 1.4 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-11-01 23:34 ` [PR REVIEW] " classabbyamp
@ 2022-11-01 23:37 ` tranzystorek-io
  2022-11-02  2:37 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-11-01 23:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages stk
https://github.com/void-linux/void-packages/pull/40279

supertuxkart: update to 1.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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/40279.patch is attached

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

From 27bda99a36237447b6ab65ea05727d82cb99f4da Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 1 Nov 2022 20:27:32 +0100
Subject: [PATCH] supertuxkart: update to 1.4

---
 srcpkgs/supertuxkart/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/supertuxkart/template b/srcpkgs/supertuxkart/template
index 52cbec801334..db76220a1185 100644
--- a/srcpkgs/supertuxkart/template
+++ b/srcpkgs/supertuxkart/template
@@ -1,6 +1,6 @@
 # Template file for 'supertuxkart'
 pkgname=supertuxkart
-version=1.3
+version=1.4
 revision=1
 wrksrc="SuperTuxKart-${version}-src"
 build_style=cmake
@@ -9,14 +9,16 @@ makedepends="libgomp-devel libjpeg-turbo-devel libpng-devel
  libbluetooth-devel glu-devel libvorbis-devel libXrandr-devel
  libopenal-devel fribidi-devel libcurl-devel freetype-devel
  libopenglrecorder-devel wayland-devel harfbuzz-devel libenet-devel
- libogg-devel MesaLib-devel openssl-devel zlib-devel SDL2-devel glew-devel"
+ libogg-devel mcpp-devel MesaLib-devel openssl-devel zlib-devel
+ SDL2-devel glew-devel shaderc"
 depends="desktop-file-utils hicolor-icon-theme supertuxkart-data"
 short_desc="Kart racing game featuring Tux and his friends"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://supertuxkart.net"
-distfiles="https://github.com/${pkgname}/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
-checksum=eeabeb0d9801688a218f6f0a76ea3546a46a322ccaca9a258148ecacfe083ffd
+changelog="https://raw.githubusercontent.com/supertuxkart/stk-code/master/CHANGELOG.md"
+distfiles="https://github.com/supertuxkart/stk-code/releases/download/${version}/SuperTuxKart-${version}-src.tar.xz"
+checksum=9890392419baf4715313f14d5ad60746f276eed36eb580636caf44e2532c0f03
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -25,7 +27,7 @@ fi
 supertuxkart-data_package() {
 	short_desc+=" - data files"
 	pkg_install() {
-		# these script only serve a prupose for developing, not to the package
+		# these scripts only serve a purpose for developing, not to the package
 		rm "${DESTDIR}/usr/share/supertuxkart/data/po/extract_strings_from_XML.py"
 		rm "${DESTDIR}/usr/share/supertuxkart/data/po/update_po_authors.py"
 		vmove usr/share/supertuxkart

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

* Re: [PR PATCH] [Merged]: supertuxkart: update to 1.4
  2022-11-01 19:29 [PR PATCH] supertuxkart: update to 1.4 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-11-01 23:37 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-11-02  2:37 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-11-02  2:37 UTC (permalink / raw)
  To: ml

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

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

supertuxkart: update to 1.4
https://github.com/void-linux/void-packages/pull/40279

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 19:29 [PR PATCH] supertuxkart: update to 1.4 tranzystorek-io
2022-11-01 23:20 ` [PR REVIEW] " classabbyamp
2022-11-01 23:21 ` classabbyamp
2022-11-01 23:31 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-01 23:34 ` [PR REVIEW] " classabbyamp
2022-11-01 23:37 ` [PR PATCH] [Updated] " tranzystorek-io
2022-11-02  2:37 ` [PR PATCH] [Merged]: " classabbyamp

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