mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
solarus: update to 1.6.4.
This commit is contained in:
parent
3c8e641214
commit
f8118da2c3
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'solarus'
|
# Template file for 'solarus'
|
||||||
pkgname=solarus
|
pkgname=solarus
|
||||||
version=1.6.2
|
version=1.6.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||||
makedepends="libmodplug-devel libopenal-devel LuaJIT-devel
|
makedepends="libmodplug-devel libopenal-devel LuaJIT-devel
|
||||||
physfs-devel qt5-tools-devel SDL2_image-devel SDL2_ttf-devel"
|
physfs-devel qt5-tools-devel SDL2_image-devel SDL2_ttf-devel
|
||||||
|
glm"
|
||||||
short_desc="Action-RPG game engine"
|
short_desc="Action-RPG game engine"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.solarus-games.org/"
|
homepage="http://www.solarus-games.org/"
|
||||||
distfiles="https://gitlab.com/solarus-games/solarus/-/archive/v${version}/solarus-v${version}.tar.bz2"
|
distfiles="https://gitlab.com/solarus-games/solarus/-/archive/v${version}/solarus-v${version}.tar.bz2"
|
||||||
checksum=c14cd97bad6e12310b938d90abd4e8ebdd0abb403cdcc015d5add82dfc5a085b
|
checksum=b2e00a7df8953903ba022a8f392038e86f675cee714da19cf9a5f8535c42f349
|
||||||
|
|
||||||
solarus-devel_package() {
|
solarus-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue