mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/wayvr: fix pkgcheck warnings
Signed-off-by: Patrick Nicolas <patricknicolas@laposte.net>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
<flag name="wayvr">Enable WayVR, a Wayland server for a VR environment.</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">galister/wlx-overlay-s</remote-id>
|
||||
<bugs-to>https://github.com/galister/wlx-overlay-s/issues</bugs-to>
|
||||
<changelog>https://github.com/galister/wlx-overlay-s/releases</changelog>
|
||||
<doc>https://github.com/galister/wlx-overlay-s/blob/main/README.md</doc>
|
||||
<remote-id type="github">wlx-team/wayvr</remote-id>
|
||||
<bugs-to>https://github.com/wlx-team/wayvr/issues</bugs-to>
|
||||
<changelog>https://github.com/wlx-team/wayvr/releases</changelog>
|
||||
<doc>https://github.com/wlx-team/wayvr/blob/main/README.md</doc>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -7,7 +7,7 @@ LLVM_COMPAT=({15..21})
|
||||
|
||||
inherit cargo desktop
|
||||
|
||||
DESCRIPTION="Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR."
|
||||
DESCRIPTION="Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR."
|
||||
HOMEPAGE="https://github.com/wlx-team/wayvr"
|
||||
SRC_URI="
|
||||
https://github.com/wlx-team/wayvr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
@@ -87,7 +87,6 @@ src_configure() {
|
||||
cargo_src_configure --no-default-features
|
||||
}
|
||||
|
||||
|
||||
src_install()
|
||||
{
|
||||
doicon --size 256 wayvr/wayvr.png
|
||||
|
||||
Reference in New Issue
Block a user