supertuxkart: update to 0.9.3.
This commit is contained in:
parent
b8df7c12a1
commit
c44c2639f9
2 changed files with 12 additions and 14 deletions
|
@ -1,14 +1,11 @@
|
||||||
--- lib/irrlicht/source/Irrlicht/COSOperator.cpp 2015-04-21 13:32:20.604208642 +0200
|
--- lib/irrlicht/source/Irrlicht/COSOperator.cpp.orig 2017-11-20 11:54:09.862922068 +0100
|
||||||
+++ lib/irrlicht/source/Irrlicht/COSOperator.cpp 2015-08-15 23:29:13.828953039 +0200
|
+++ lib/irrlicht/source/Irrlicht/COSOperator.cpp 2017-11-20 11:54:36.294203640 +0100
|
||||||
@@ -13,9 +13,11 @@
|
@@ -14,7 +14,7 @@
|
||||||
#include <unistd.h>
|
|
||||||
#if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
|
#if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
|
||||||
|
#include <sys/param.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
+#if defined(__GLIBC__)
|
-#ifdef ANDROID
|
||||||
|
+#if defined(ANDROID) || !defined(__GLIBC__)
|
||||||
|
#include <linux/sysctl.h>
|
||||||
|
#else
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
#if defined(_IRR_COMPILE_WITH_X11_DEVICE_)
|
|
||||||
#include "CIrrDeviceLinux.h"
|
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'supertuxkart'
|
# Template file for 'supertuxkart'
|
||||||
pkgname=supertuxkart
|
pkgname=supertuxkart
|
||||||
version=0.9.2
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
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"
|
||||||
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.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=0b080bb098a26adb552d6fd48905bcb6b1e873ef1567457d7268d7d3aaa48282
|
checksum=d8014e7106ba84f98b5ec5f146249dcffc284fc4083f8f237ff420b9e2219cb0
|
||||||
|
|
||||||
supertuxkart-data_package() {
|
supertuxkart-data_package() {
|
||||||
short_desc+=" - data files"
|
short_desc+=" - data files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue