MangoHud: update to 0.6.7.1.

closes #33625
This commit is contained in:
John 2022-05-22 19:39:37 +02:00
parent 98db245dc0
commit 00b8dcf48e
1 changed files with 8 additions and 6 deletions

View File

@ -1,19 +1,21 @@
# Template file for 'MangoHud'
pkgname=MangoHud
version=0.6.5
version=0.6.7.1
_version="${version%.*}-${version##*.}"
revision=1
wrksrc="MangoHud-v${version}"
wrksrc="MangoHud-v${_version}"
build_style=meson
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled
-Dwith_nvml=disabled"
-Dwith_nvml=disabled -Duse_system_spdlog=enabled"
hostmakedepends="Vulkan-Headers python3-Mako glslang pkg-config"
makedepends="libglvnd-devel dbus-devel vulkan-loader Vulkan-Headers"
makedepends="libglvnd-devel dbus-devel vulkan-loader Vulkan-Headers
spdlog"
short_desc="Vulkan and OpenGL overlay for monitoring FPS, temperatures and more"
maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://github.com/flightlessmango/MangoHud"
distfiles="https://github.com/flightlessmango/MangoHud/releases/download/v${version}/MangoHud-v${version}-Source-DFSG.tar.xz"
checksum=e4aff5f6e58140c1a818d3127076e703141aac50fa908e01d03268b2d3b65a0b
distfiles="https://github.com/flightlessmango/MangoHud/releases/download/v${_version}/MangoHud-v${_version}-Source-DFSG.tar.xz"
checksum=220abdc563e39727527b63ace9f7b8b1de0a53d4cf79b8bbed5794dbbf8db77a
post_patch() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then