Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages /
mangohud
Commits:
391a4fbe by Campbell Jones at 2025-02-11T19:37:27-05:00
upgpkg: 0.8.0-1: Update to v0.8.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mangohud
pkgdesc = A Vulkan overlay layer for monitoring FPS, temperatures,
CPU/GPU load and more.
- pkgver = 0.7.2
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/flightlessmango/MangoHud
arch = x86_64
license = MIT
@@ -43,7 +43,7 @@ pkgbase = mangohud
replaces = mangoapp
replaces = mangohud-x11
replaces = mangohud-wayland
- source =
mangohud-0.7.2.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v0.7.2/MangoHud-v0.7.2-Source.tar.xz
- b2sums =
774bdc33a7d58fadf1323da16c81f22eea39c1f101a6753be3cbf888e18b45fc1060e39c3f5191f5a3e71aa8ad11cde3f0c86eed50d7164afa518c282701996d
+ source =
mangohud-0.8.0.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v0.8.0/MangoHud-v0.8.0-Source.tar.xz
+ b2sums =
915842a43100167913ad1a2210f3e37116c8ffcbd0fe9ce5eab2bda01a5e1475d3e396d8ff3491336f25b4a79502a27d6b432e5d0520549f189d0de048eade27
pkgname = mangohud
=====================================
PKGBUILD
=====================================
@@ -4,9 +4,9 @@
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
_pkgname=MangoHud
pkgname=mangohud
-_pkgver=0.7.2
+_pkgver=0.8.0
pkgver="${_pkgver%-*}"
-pkgrel=2
+pkgrel=1
pkgdesc="A Vulkan overlay layer for monitoring FPS, temperatures, CPU/GPU load
and more."
arch=('x86_64')
url="https://github.com/flightlessmango/MangoHud"
@@ -18,7 +18,7 @@ optdepends=('libxnvctrl: NVIDIA GPU stats by XNVCtrl'
replaces=("$pkgname-common" "$pkgname-common-wayland" "$pkgname-common-x11"
"mangoapp" "$pkgname-x11" "$pkgname-wayland")
conflicts=("$pkgname-common" "$pkgname-common-wayland" "$pkgname-common-x11"
"mangoapp" "$pkgname-x11" "$pkgname-wayland")
source=("$pkgname-$pkgver.tar.xz::https://github.com/flightlessmango/MangoHud/releases/download/v$pkgver/$_pkgname-v$_pkgver-Source.tar.xz")
-b2sums=('774bdc33a7d58fadf1323da16c81f22eea39c1f101a6753be3cbf888e18b45fc1060e39c3f5191f5a3e71aa8ad11cde3f0c86eed50d7164afa518c282701996d')
+b2sums=('915842a43100167913ad1a2210f3e37116c8ffcbd0fe9ce5eab2bda01a5e1475d3e396d8ff3491336f25b4a79502a27d6b432e5d0520549f189d0de048eade27')
prepare() {
cd "$_pkgname-v$pkgver"
@@ -31,8 +31,7 @@ prepare() {
build() {
arch-meson "$_pkgname-v$pkgver" build \
-Dmangoapp=true \
- -Dmangohudctl=true \
- -Dmangoapp_layer=true
+ -Dmangohudctl=true
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mangohud/-/commit/391a4fbe979080fba79a4fde2eb8b72c422df741
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mangohud/-/commit/391a4fbe979080fba79a4fde2eb8b72c422df741
You're receiving this email because of your account on gitlab.archlinux.org.