gzdoom: update to 4.7.1.

This commit is contained in:
Érico Nogueira 2021-10-26 14:48:48 -03:00
parent b1a1ca87cd
commit 173d9b4a91

View file

@ -1,9 +1,8 @@
# Template file for 'gzdoom'
pkgname=gzdoom
version=4.7.0
version=4.7.1
revision=1
_tagdate=2021-07-25
_widepix_commit=89dac47dbf874351e2d5a07a0bb33b7d1175ef28
_tagdate=2021-10-20
wrksrc="${pkgname}-g${version}"
build_style=cmake
configure_args="-DINSTALL_PK3_PATH=share/gzdoom -DDYN_GTK=OFF -DDYN_OPENAL=OFF"
@ -15,11 +14,9 @@ license="GPL-3.0-or-later"
homepage="https://www.zdoom.org"
# WARNING: watch out for new submodules
distfiles="https://github.com/coelckers/gzdoom/archive/g${version}.tar.gz
https://github.com/coelckers/gzdoom/releases/download/g${version}/gzdoom_${version}_amd64.deb
https://github.com/nashmuhandes/WidePix/archive/${_widepix_commit}.tar.gz"
checksum="60549ea3597496cadec97e4f6958422c22b4cf5d6693552cf4f8deeaca53efeb
48f9cd513ee62fcbf54bc941e09ddb9b00aaf8d41953d63a820c7a34397d083e
f86717925688fa7e7debcf88934bc3dc7f9bffbde4c533a34137069900b32c02"
https://github.com/coelckers/gzdoom/releases/download/g${version}/gzdoom_${version}_amd64.deb"
checksum="454257582be0576501eef1efc99fe7ea70f1c4d7993549db3cbc709ce75fc102
af1501c05815a7945a335704f6f05ac263c5877549fa3f476478077b56ea14f2"
skip_extraction="${pkgname}_${version}_amd64.deb"
nocross=yes
@ -34,9 +31,6 @@ esac
post_extract() {
bsdtar xOf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_amd64.deb data.tar.xz |
tar --strip-components=4 -xJf - ./usr/share/{pixmaps/gzdoom.png,applications/gzdoom.desktop}
rmdir wadsrc_widescreen/static
mv ../WidePix-${_widepix_commit} wadsrc_widescreen/static
}
post_patch() {