* [PR PATCH] MangoHud: update to 0.6.6.
@ 2021-10-18 21:36 HadetTheUndying
2021-10-20 7:16 ` ericonr
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: HadetTheUndying @ 2021-10-18 21:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1615 bytes --]
There is a new pull request by HadetTheUndying against master on the void-packages repository
https://github.com/HadetTheUndying/void-packages mangohud-update
https://github.com/void-linux/void-packages/pull/33625
MangoHud: update to 0.6.6.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [ ] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/33625.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mangohud-update-33625.patch --]
[-- Type: text/x-diff, Size: 1466 bytes --]
From f3becba631a4e1003f8d664e2452f93bbdb137a4 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Mon, 18 Oct 2021 12:59:23 -0500
Subject: [PATCH] MangoHud: update to 0.6.6.
---
srcpkgs/MangoHud/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/MangoHud/template b/srcpkgs/MangoHud/template
index b99c7710afa5..f48b30ab87e4 100644
--- a/srcpkgs/MangoHud/template
+++ b/srcpkgs/MangoHud/template
@@ -1,19 +1,19 @@
# Template file for 'MangoHud'
pkgname=MangoHud
-version=0.6.5
+version=0.6.6
revision=1
wrksrc="MangoHud-v${version}"
build_style=meson
configure_args="-Duse_system_vulkan=enabled -Dwith_xnvctrl=disabled
-Dwith_nvml=disabled"
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 libdrm-devel"
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
+checksum=99ba99fa5c0d3c63faffd86967cc8c4bf28e9a069af00f21e515b33c2f791d1b
post_patch() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MangoHud: update to 0.6.6.
2021-10-18 21:36 [PR PATCH] MangoHud: update to 0.6.6 HadetTheUndying
@ 2021-10-20 7:16 ` ericonr
2021-10-20 7:18 ` HadetTheUndying
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-10-20 7:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/33625#issuecomment-947393893
Comment:
https://github.com/flightlessmango/MangoHud/releases says it's a pre-release?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MangoHud: update to 0.6.6.
2021-10-18 21:36 [PR PATCH] MangoHud: update to 0.6.6 HadetTheUndying
2021-10-20 7:16 ` ericonr
@ 2021-10-20 7:18 ` HadetTheUndying
2022-05-07 21:20 ` [WIP] " wundrweapon
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: HadetTheUndying @ 2021-10-20 7:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
New comment by HadetTheUndying on void-packages repository
https://github.com/void-linux/void-packages/pull/33625#issuecomment-947395417
Comment:
> https://github.com/flightlessmango/MangoHud/releases says it's a pre-release?
I'll mark this as a WIP since there was a change in dependencies and then update the PR when a release version hits if that's alright?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WIP] MangoHud: update to 0.6.6.
2021-10-18 21:36 [PR PATCH] MangoHud: update to 0.6.6 HadetTheUndying
2021-10-20 7:16 ` ericonr
2021-10-20 7:18 ` HadetTheUndying
@ 2022-05-07 21:20 ` wundrweapon
2022-05-10 18:02 ` HadetTheUndying
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: wundrweapon @ 2022-05-07 21:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 247 bytes --]
New comment by wundrweapon on void-packages repository
https://github.com/void-linux/void-packages/pull/33625#issuecomment-1120292668
Comment:
[0.6.7 is out](https://github.com/flightlessmango/MangoHud/releases/tag/v0.6.7) and not a pre-release
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WIP] MangoHud: update to 0.6.6.
2021-10-18 21:36 [PR PATCH] MangoHud: update to 0.6.6 HadetTheUndying
` (2 preceding siblings ...)
2022-05-07 21:20 ` [WIP] " wundrweapon
@ 2022-05-10 18:02 ` HadetTheUndying
2022-05-10 18:14 ` wundrweapon
2022-05-22 17:40 ` [PR PATCH] [Closed]: " Johnnynator
5 siblings, 0 replies; 7+ messages in thread
From: HadetTheUndying @ 2022-05-10 18:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 339 bytes --]
New comment by HadetTheUndying on void-packages repository
https://github.com/void-linux/void-packages/pull/33625#issuecomment-1122706185
Comment:
> [0.6.7 is out](https://github.com/flightlessmango/MangoHud/releases/tag/v0.6.7) and not a pre-release
This is still just a tagged release. Still not available under their release page.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [WIP] MangoHud: update to 0.6.6.
2021-10-18 21:36 [PR PATCH] MangoHud: update to 0.6.6 HadetTheUndying
` (3 preceding siblings ...)
2022-05-10 18:02 ` HadetTheUndying
@ 2022-05-10 18:14 ` wundrweapon
2022-05-22 17:40 ` [PR PATCH] [Closed]: " Johnnynator
5 siblings, 0 replies; 7+ messages in thread
From: wundrweapon @ 2022-05-10 18:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
New comment by wundrweapon on void-packages repository
https://github.com/void-linux/void-packages/pull/33625#issuecomment-1122716646
Comment:
> not available under their release page
It *was* when I posted that :P
Guess mango reneged
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Closed]: [WIP] MangoHud: update to 0.6.6.
2021-10-18 21:36 [PR PATCH] MangoHud: update to 0.6.6 HadetTheUndying
` (4 preceding siblings ...)
2022-05-10 18:14 ` wundrweapon
@ 2022-05-22 17:40 ` Johnnynator
5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2022-05-22 17:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]
There's a closed pull request on the void-packages repository
[WIP] MangoHud: update to 0.6.6.
https://github.com/void-linux/void-packages/pull/33625
Description:
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [ ] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
-->
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-05-22 17:40 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 21:36 [PR PATCH] MangoHud: update to 0.6.6 HadetTheUndying
2021-10-20 7:16 ` ericonr
2021-10-20 7:18 ` HadetTheUndying
2022-05-07 21:20 ` [WIP] " wundrweapon
2022-05-10 18:02 ` HadetTheUndying
2022-05-10 18:14 ` wundrweapon
2022-05-22 17:40 ` [PR PATCH] [Closed]: " Johnnynator
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).