openmw: update to 0.46.0.

This commit is contained in:
John 2020-06-15 12:17:12 +02:00
parent f367c66390
commit d5281ed93c
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'openmw' # Template file for 'openmw'
pkgname=openmw pkgname=openmw
version=0.45.0 version=0.46.0
revision=5 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,7 +14,7 @@ license="GPL-3.0-or-later"
homepage="http://openmw.org" homepage="http://openmw.org"
changelog="https://openmw.org/2018/openmw-0-44-0-released/" changelog="https://openmw.org/2018/openmw-0-44-0-released/"
distfiles="https://gitlab.com/OpenMW/openmw/-/archive/openmw-${version}/openmw-openmw-${version}.tar.gz" distfiles="https://gitlab.com/OpenMW/openmw/-/archive/openmw-${version}/openmw-openmw-${version}.tar.gz"
checksum=b63cf971f406ef5f28019f65e9e2bd9641a227459ede45d147562917f67e1c64 checksum=07a35a8f15f67f5aa7210c2a307a6db5660a9b61fe34983c35b172c8671afd58
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
broken="https://gitlab.com/OpenMW/openmw/issues/564" broken="https://gitlab.com/OpenMW/openmw/issues/564"
@ -25,7 +25,7 @@ openmw-cs_package() {
depends="openmw-${version}_${revision}" depends="openmw-${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/bin/openmw-cs vmove usr/bin/openmw-cs
vmove usr/share/applications/openmw-cs.desktop vmove usr/share/applications/org.openmw.cs.desktop
vmove usr/share/pixmaps/openmw-cs.png vmove usr/share/pixmaps/openmw-cs.png
vmove etc/openmw/openmw-cs.cfg vmove etc/openmw/openmw-cs.cfg
} }