Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] supertuxkart: update to 1.1.
@ 2020-01-08 19:42 voidlinux-github
  2020-01-08 20:37 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-09 11:47 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-08 19:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages supertuxkart
https://github.com/void-linux/void-packages/pull/18115

supertuxkart: update to 1.1.


A patch file from https://github.com/void-linux/void-packages/pull/18115.patch is attached

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

From 201309f1bea337f710f41b9c404d237edd52bdb2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 8 Jan 2020 21:40:00 +0200
Subject: [PATCH] supertuxkart: update to 1.1.

---
 .../patches/musl_no_sys_sysctl_h.patch            | 11 -----------
 srcpkgs/supertuxkart/patches/musl_valist.patch    | 15 ---------------
 srcpkgs/supertuxkart/template                     |  9 +++++----
 3 files changed, 5 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch
 delete mode 100644 srcpkgs/supertuxkart/patches/musl_valist.patch

diff --git a/srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch b/srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch
deleted file mode 100644
index 85c80a7fc73..00000000000
--- a/srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/irrlicht/source/Irrlicht/COSOperator.cpp.orig	2017-11-20 11:54:09.862922068 +0100
-+++ lib/irrlicht/source/Irrlicht/COSOperator.cpp	2017-11-20 11:54:36.294203640 +0100
-@@ -14,7 +14,7 @@
- #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
- #include <sys/param.h>
- #include <sys/types.h>
--#ifdef ANDROID
-+#if defined(ANDROID) || !defined(__GLIBC__)
- #include <linux/sysctl.h>
- #else
- #include <sys/sysctl.h>
diff --git a/srcpkgs/supertuxkart/patches/musl_valist.patch b/srcpkgs/supertuxkart/patches/musl_valist.patch
deleted file mode 100644
index 6bcb64e0505..00000000000
--- a/srcpkgs/supertuxkart/patches/musl_valist.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/utils/log.hpp	2015-04-21 13:32:22.936220206 +0200
-+++ src/utils/log.hpp	2015-08-15 23:43:09.392887849 +0200
-@@ -26,10 +26,10 @@
- #include <stdlib.h>
- #include <string>
- 
--#ifdef __GNUC__
-+#if defined(__GLIBC__)
- #  define VALIST __gnuc_va_list
- #else
--#  define VALIST char*
-+#  define VALIST va_list
- #endif
- 
- #if defined(_WIN32) && defined(_MSC_VER) && _MSC_VER < 1800
diff --git a/srcpkgs/supertuxkart/template b/srcpkgs/supertuxkart/template
index 087cb2d4a60..cdb8ee9952e 100644
--- a/srcpkgs/supertuxkart/template
+++ b/srcpkgs/supertuxkart/template
@@ -1,21 +1,22 @@
 # Template file for 'supertuxkart'
 pkgname=supertuxkart
-version=1.0
-revision=2
+version=1.1
+revision=1
+wrksrc="${pkgname}-${version}-src"
 archs="i686* x86_64* ppc64*"
 build_style=cmake
 hostmakedepends="pkg-config"
 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"
+ libopenglrecorder-devel wayland-devel harfbuzz-devel"
 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="http://supertuxkart.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.xz"
-checksum=6d88f43f0de5202766ba305c87e3d9843103e81d31b7193059286098d2a5d980
+checksum=e9b02b0b11ab68aacaec38306903feffe59a501224805cd3645cebf10e880ae8
 
 supertuxkart-data_package() {
 	short_desc+=" - data files"

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

* Re: [PR PATCH] [Updated] supertuxkart: update to 1.1.
  2020-01-08 19:42 [PR PATCH] supertuxkart: update to 1.1 voidlinux-github
@ 2020-01-08 20:37 ` voidlinux-github
  2020-01-09 11:47 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-08 20:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages supertuxkart
https://github.com/void-linux/void-packages/pull/18115

supertuxkart: update to 1.1.


A patch file from https://github.com/void-linux/void-packages/pull/18115.patch is attached

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

From 6e3482c62523a4752564ee21423322aa824816a0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 8 Jan 2020 21:40:00 +0200
Subject: [PATCH] supertuxkart: update to 1.1.

---
 .../patches/musl_no_sys_sysctl_h.patch            | 11 -----------
 srcpkgs/supertuxkart/patches/musl_valist.patch    | 15 ---------------
 srcpkgs/supertuxkart/template                     |  9 +++++----
 3 files changed, 5 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch
 delete mode 100644 srcpkgs/supertuxkart/patches/musl_valist.patch

diff --git a/srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch b/srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch
deleted file mode 100644
index 85c80a7fc73..00000000000
--- a/srcpkgs/supertuxkart/patches/musl_no_sys_sysctl_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/irrlicht/source/Irrlicht/COSOperator.cpp.orig	2017-11-20 11:54:09.862922068 +0100
-+++ lib/irrlicht/source/Irrlicht/COSOperator.cpp	2017-11-20 11:54:36.294203640 +0100
-@@ -14,7 +14,7 @@
- #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
- #include <sys/param.h>
- #include <sys/types.h>
--#ifdef ANDROID
-+#if defined(ANDROID) || !defined(__GLIBC__)
- #include <linux/sysctl.h>
- #else
- #include <sys/sysctl.h>
diff --git a/srcpkgs/supertuxkart/patches/musl_valist.patch b/srcpkgs/supertuxkart/patches/musl_valist.patch
deleted file mode 100644
index 6bcb64e0505..00000000000
--- a/srcpkgs/supertuxkart/patches/musl_valist.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/utils/log.hpp	2015-04-21 13:32:22.936220206 +0200
-+++ src/utils/log.hpp	2015-08-15 23:43:09.392887849 +0200
-@@ -26,10 +26,10 @@
- #include <stdlib.h>
- #include <string>
- 
--#ifdef __GNUC__
-+#if defined(__GLIBC__)
- #  define VALIST __gnuc_va_list
- #else
--#  define VALIST char*
-+#  define VALIST va_list
- #endif
- 
- #if defined(_WIN32) && defined(_MSC_VER) && _MSC_VER < 1800
diff --git a/srcpkgs/supertuxkart/template b/srcpkgs/supertuxkart/template
index 087cb2d4a60..e14fb2e95b1 100644
--- a/srcpkgs/supertuxkart/template
+++ b/srcpkgs/supertuxkart/template
@@ -1,21 +1,22 @@
 # Template file for 'supertuxkart'
 pkgname=supertuxkart
-version=1.0
-revision=2
+version=1.1
+revision=1
 archs="i686* x86_64* ppc64*"
+wrksrc="${pkgname}-${version}-src"
 build_style=cmake
 hostmakedepends="pkg-config"
 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"
+ libopenglrecorder-devel wayland-devel harfbuzz-devel"
 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="http://supertuxkart.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.xz"
-checksum=6d88f43f0de5202766ba305c87e3d9843103e81d31b7193059286098d2a5d980
+checksum=e9b02b0b11ab68aacaec38306903feffe59a501224805cd3645cebf10e880ae8
 
 supertuxkart-data_package() {
 	short_desc+=" - data files"

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

* Re: [PR PATCH] [Merged]: supertuxkart: update to 1.1.
  2020-01-08 19:42 [PR PATCH] supertuxkart: update to 1.1 voidlinux-github
  2020-01-08 20:37 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-09 11:47 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-09 11:47 UTC (permalink / raw)
  To: ml

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

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

supertuxkart: update to 1.1.
https://github.com/void-linux/void-packages/pull/18115

Description:


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

end of thread, other threads:[~2020-01-09 11:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 19:42 [PR PATCH] supertuxkart: update to 1.1 voidlinux-github
2020-01-08 20:37 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-09 11:47 ` [PR PATCH] [Merged]: " voidlinux-github

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