mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
supertuxkart: update to 1.0.
This commit is contained in:
parent
69a2cf2719
commit
3c98f69182
2 changed files with 4 additions and 23 deletions
|
@ -1,19 +0,0 @@
|
||||||
--- lib/glew/include/GL/glew.h
|
|
||||||
+++ lib/glew/include/GL/glew.h
|
|
||||||
@@ -93,7 +93,7 @@
|
|
||||||
#if defined(__REGAL_H__)
|
|
||||||
#error Regal.h included before glew.h
|
|
||||||
#endif
|
|
||||||
-#if defined(__glext_h_) || defined(__GLEXT_H_)
|
|
||||||
+#if defined(__glext_h_) || defined(__GLEXT_H_) || defined(__gl_glext_h_)
|
|
||||||
#error glext.h included before glew.h
|
|
||||||
#endif
|
|
||||||
#if defined(__gl_ATI_h_)
|
|
||||||
@@ -109,6 +109,7 @@
|
|
||||||
#define __X_GL_H
|
|
||||||
#define __glext_h_
|
|
||||||
#define __GLEXT_H_
|
|
||||||
+#define __gl_glext_h_
|
|
||||||
#define __gl_ATI_h_
|
|
||||||
|
|
||||||
#if defined(_WIN32)
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'supertuxkart'
|
# Template file for 'supertuxkart'
|
||||||
pkgname=supertuxkart
|
pkgname=supertuxkart
|
||||||
version=0.9.3
|
version=1.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64* ppc64*"
|
archs="i686* x86_64* ppc64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -8,14 +8,14 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="libgomp-devel libjpeg-turbo-devel libpng-devel
|
makedepends="libgomp-devel libjpeg-turbo-devel libpng-devel
|
||||||
libbluetooth-devel glu-devel libvorbis-devel libXrandr-devel
|
libbluetooth-devel glu-devel libvorbis-devel libXrandr-devel
|
||||||
libopenal-devel fribidi-devel libcurl-devel freetype-devel
|
libopenal-devel fribidi-devel libcurl-devel freetype-devel
|
||||||
libopenglrecorder-devel"
|
libopenglrecorder-devel wayland-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme supertuxkart-data"
|
depends="desktop-file-utils hicolor-icon-theme supertuxkart-data"
|
||||||
short_desc="Kart racing game featuring Tux and his friends"
|
short_desc="Kart racing game featuring Tux and his friends"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://supertuxkart.sourceforge.net/"
|
homepage="http://supertuxkart.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.xz"
|
||||||
checksum=d8014e7106ba84f98b5ec5f146249dcffc284fc4083f8f237ff420b9e2219cb0
|
checksum=6d88f43f0de5202766ba305c87e3d9843103e81d31b7193059286098d2a5d980
|
||||||
|
|
||||||
supertuxkart-data_package() {
|
supertuxkart-data_package() {
|
||||||
short_desc+=" - data files"
|
short_desc+=" - data files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue