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
2 changed files with 11 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openmw'
|
# Template file for 'openmw'
|
||||||
pkgname=openmw
|
pkgname=openmw
|
||||||
version=0.42.0
|
version=0.43.0
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDESIRED_QT_VERSION=5"
|
configure_args="-DDESIRED_QT_VERSION=5"
|
||||||
|
@ -14,14 +14,19 @@ maintainer="JohnZ <johnz@posteo.net>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://openmw.org"
|
homepage="http://openmw.org"
|
||||||
distfiles="https://github.com/OpenMW/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/OpenMW/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=fcbcc332ae65d03fae38ccab589b110e18a450182ace541f436f5d6a02408ade
|
checksum=c4f0258d35fe1c181c2c609658467e1560ce262d02bf5e92b064d7b14e97f086
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
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
|
esac
|
||||||
|
|
||||||
|
if [ "CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||||
|
fi
|
||||||
|
|
||||||
openmw-cs_package() {
|
openmw-cs_package() {
|
||||||
short_desc="Open Implementation of Moeeowinds Creation Set"
|
short_desc="Open Implementation of Morrowinds Creation Set"
|
||||||
depends="openmw-${version}_${revision}"
|
depends="openmw-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/openmw-cs
|
vmove usr/bin/openmw-cs
|
||||||
|
|
1
srcpkgs/openmw/update
Normal file
1
srcpkgs/openmw/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="https://github.com/OpenMW/openmw/releases/latest"
|
Loading…
Add table
Add a link
Reference in a new issue