supertux2: update to 0.6.0.
This commit is contained in:
parent
ee054b0c76
commit
f660cca6ad
1 changed files with 7 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'supertux2'
|
# Template file for 'supertux2'
|
||||||
pkgname=supertux2
|
pkgname=supertux2
|
||||||
version=0.5.1
|
version=0.6.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=SuperTux-v$version-Source
|
wrksrc=SuperTux-v$version-Source
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -10,18 +10,15 @@ configure_args="
|
||||||
-DINSTALL_SUBDIR_SHARE=share/supertux2
|
-DINSTALL_SUBDIR_SHARE=share/supertux2
|
||||||
-DWERROR=OFF"
|
-DWERROR=OFF"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="
|
makedepends="SDL2_image-devel boost-devel glew-devel libcurl-devel
|
||||||
SDL2_image-devel boost-devel glew-devel libcurl-devel
|
libopenal-devel libraqm-devel physfs-devel"
|
||||||
libvorbis-devel libopenal-devel physfs-devel"
|
depends="supertux2-data"
|
||||||
depends="${pkgname}-data"
|
|
||||||
short_desc="Side-scrolling platform game, milestone 2"
|
short_desc="Side-scrolling platform game, milestone 2"
|
||||||
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later, GPL-2.0-or-later, CC-BY-SA-3.0, CC-BY-SA-4.0, CC-BY-3.0"
|
||||||
homepage="https://supertux.github.io/"
|
homepage="https://supertux.github.io/"
|
||||||
distfiles="https://github.com/SuperTux/supertux/releases/download/v${version}/SuperTux-v${version}-Source.tar.gz"
|
distfiles="https://github.com/SuperTux/supertux/releases/download/v${version}/SuperTux-v${version}-Source.tar.gz"
|
||||||
checksum=c9dc3b42991ce5c5d0d0cb94e44c4ec2373ad09029940f0e92331e7e9ada0ac5
|
checksum=c4c3e5fa6f90e87b8c5ad6b22a179e9a9839bf997e7f219e22bbcd1c97223ac0
|
||||||
nopie=yes
|
|
||||||
|
|
||||||
|
|
||||||
supertux2-data_package() {
|
supertux2-data_package() {
|
||||||
short_desc+=" - data files"
|
short_desc+=" - data files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue