mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
MangoHud: add mangoapp sub-package
`mangoapp` is required if you wish to use MangoHud within a `gamescope` session. From the MangoHud README... > To enable mangohud with gamescope you need to install mangoapp. > `gamescope --mangoapp %command%` > > Using normal mangohud with gamescope is not supported. closes #53633
This commit is contained in:
parent
526ddf652a
commit
3c29e319dc
2 changed files with 12 additions and 2 deletions
1
srcpkgs/MangoHud-mangoapp
Symbolic link
1
srcpkgs/MangoHud-mangoapp
Symbolic link
|
@ -0,0 +1 @@
|
|||
MangoHud
|
|
@ -4,10 +4,10 @@ version=0.8.0
|
|||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dwith_xnvctrl=disabled
|
||||
-Dwith_nvml=disabled -Duse_system_spdlog=enabled"
|
||||
-Dwith_nvml=disabled -Duse_system_spdlog=enabled -Dmangoapp=true"
|
||||
hostmakedepends="Vulkan-Headers python3-Mako glslang pkg-config"
|
||||
makedepends="libglvnd-devel dbus-devel vulkan-loader spdlog json-c++
|
||||
wayland-devel libxkbcommon-devel"
|
||||
wayland-devel libxkbcommon-devel glfw-devel glew-devel"
|
||||
short_desc="Vulkan and OpenGL overlay for monitoring FPS, temperatures and more"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
|
@ -24,3 +24,12 @@ fi
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
MangoHud-mangoapp_package() {
|
||||
short_desc="Transparent background application with a built in mangohud"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/mangoapp
|
||||
vmove usr/share/man/man1/mangoapp.1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue