warzone2100: update to 4.3.1.
This commit is contained in:
parent
a0b75fead2
commit
f7a600fd5c
1 changed files with 3 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'warzone2100'
|
# Template file for 'warzone2100'
|
||||||
pkgname=warzone2100
|
pkgname=warzone2100
|
||||||
version=4.2.7
|
version=4.3.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="warzone2100"
|
wrksrc="warzone2100"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWZ_ENABLE_WARNINGS_AS_ERRORS=OFF -DWZ_DISTRIBUTOR=void"
|
configure_args="-DWZ_ENABLE_WARNINGS_AS_ERRORS=OFF -DWZ_DISTRIBUTOR=void"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://wz2100.net"
|
homepage="http://wz2100.net"
|
||||||
distfiles="https://github.com/Warzone2100/${pkgname}/releases/download/${version}/${pkgname}_src.tar.xz"
|
distfiles="https://github.com/Warzone2100/${pkgname}/releases/download/${version}/${pkgname}_src.tar.xz"
|
||||||
checksum=7f527ce00eda44099b1a7e3c303ede276f835f6d6ad945b0600a175ddabb00b0
|
checksum=19d1def03b2411dd06d44dfcf33f0618eb634ea1d3301a454b17f530d01318dd
|
||||||
nocross="fails to detect SDL2 when cross-compiling"
|
nocross="fails to detect SDL2 when cross-compiling"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
@ -28,12 +28,6 @@ post_extract() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# .portable has side-effect with keepassxc
|
|
||||||
# https://github.com/Warzone2100/warzone2100/issues/2645
|
|
||||||
rm "$DESTDIR"/usr/bin/.portable
|
|
||||||
}
|
|
||||||
|
|
||||||
warzone2100-data_package() {
|
warzone2100-data_package() {
|
||||||
short_desc+=" - data files"
|
short_desc+=" - data files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue