openmw: update to 0.43.0.
Closes #9792. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
2378e08cd7
commit
b2874ef03a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openmw'
|
||||
pkgname=openmw
|
||||
version=0.42.0
|
||||
revision=4
|
||||
version=0.43.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DDESIRED_QT_VERSION=5"
|
||||
|
@ -14,14 +14,19 @@ maintainer="JohnZ <johnz@posteo.net>"
|
|||
license="GPL-3"
|
||||
homepage="http://openmw.org"
|
||||
distfiles="https://github.com/OpenMW/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=fcbcc332ae65d03fae38ccab589b110e18a450182ace541f436f5d6a02408ade
|
||||
checksum=c4f0258d35fe1c181c2c609658467e1560ce262d02bf5e92b064d7b14e97f086
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
aarch* | mips* | arm*) broken="https://bugs.openmw.org/issues/564" ;;
|
||||
mips | mips-musl ) broken="https://bugs.openmw.org/issues/564" ;;
|
||||
arm*) broken="https://travis-ci.org/Johnnynator/void-packages/jobs/308902351" ;;
|
||||
esac
|
||||
|
||||
if [ "CROSS_BUILD" ]; then
|
||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||
fi
|
||||
|
||||
openmw-cs_package() {
|
||||
short_desc="Open Implementation of Moeeowinds Creation Set"
|
||||
short_desc="Open Implementation of Morrowinds Creation Set"
|
||||
depends="openmw-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/openmw-cs
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
site="https://github.com/OpenMW/openmw/releases/latest"
|
Loading…
Reference in New Issue