Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] supertuxkart: update to 1.4
Date: Wed, 02 Nov 2022 00:31:24 +0100	[thread overview]
Message-ID: <20221101233124.-SQyiaV8QZiio2dUFcuCwDsobmKagLUcFqZlFy-Z7Rk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40279@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-11-01 23:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-01 19:29 [PR PATCH] " tranzystorek-io
2022-11-01 23:20 ` [PR REVIEW] " classabbyamp
2022-11-01 23:21 ` classabbyamp
2022-11-01 23:31 ` tranzystorek-io [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221101233124.-SQyiaV8QZiio2dUFcuCwDsobmKagLUcFqZlFy-Z7Rk@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).