Search Criteria
Package Details: wayvr-git 26.2.1.r17.ab3f873-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wayvr-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wayvr-git |
| Description: | Your way to enjoy VR on Linux! Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR support) |
| Upstream URL: | https://github.com/wlx-team/wayvr |
| Keywords: | monado openvr openxr overlay steamvr wayland wlx |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | wayvr |
| Provides: | wayvr |
| Replaces: | wlx-overlay-s-git |
| Submitter: | galister |
| Maintainer: | galister |
| Last Packager: | galister |
| Votes: | 19 |
| Popularity: | 2.66 |
| First Submitted: | 2026-01-10 11:25 (UTC) |
| Last Updated: | 2026-02-27 11:02 (UTC) |
Dependencies (19)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- openvr (openvr-gitAUR)
- openxr (openxr-loader-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxext (libxext-gitAUR) (make)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- python3 (python) (make)
- shaderc (shaderc-gitAUR, shaderc-gitAUR) (make)
Latest Comments
1 2 Next › Last »
Kresny commented on 2026-02-27 10:11 (UTC) (edited on 2026-02-27 10:14 (UTC) by Kresny)
For some reason, every build runs twice at the moment, and it's been like that for a while.
awh commented on 2026-02-15 17:31 (UTC)
might be worth putting "previously known as wlx-overlay-s" somewhere in the package so it shows up on search results
A43 commented on 2026-01-13 21:25 (UTC) (edited on 2026-01-13 21:30 (UTC) by A43)
It is not necessary to intentionally push changes exclusively to the
pkgvervariable to the AUR for this package. You already have automatically setting thepkgverbased on the latest git tag and commit properly implemented, as is done with all quality-gitpackages, so there is no need. pacman-git, the PKGBUILD for which goes unchanged for months, is a good example of the lack of this need.I have tested that this PKGBUILD does do this correctly, just to be absolutely sure.
A well implemented AUR helper like
paruoryaywon't need this manual pkgver bump either since it will check the source repository for the changes itself. Thepkgverwill then be set at runtime bymakepkgfor use in the pacman package as usual.TL;DR: Don't push simple
pkgverbumps. It's unnecessary, more work for you, and sends an email to anyone with notifications enabled for this package (which is why I noticed). /gen /nmThanks!
galister commented on 2026-01-10 11:39 (UTC)
WlxOverlay-S has been rebranded to WayVR. The new AUR package is available here: https://aur.archlinux.org/packages/wayvr-git
TipsyTheCat commented on 2026-01-10 02:02 (UTC)
ok so i got it building and running, so for anyone who just wants a pkgbuild that works to test the latest version i give you this diff:
since this is a sorta dirty patch, i wouldn't recommend this to be pushed to the actual pkgbuild here. i feel like at this point this aur package needs to be renamed to
wayvr-gitTipsyTheCat commented on 2026-01-10 01:26 (UTC) (edited on 2026-01-10 01:29 (UTC) by TipsyTheCat)
this is also out-of-date due to
wlx-overlay-sbeing renamed towayvr. should this AUR package be renamed to "wayvr"?A43 commented on 2025-12-20 19:01 (UTC) (edited on 2025-12-20 19:01 (UTC) by A43)
If you experience issues building this package with the nightly rust toolchain (rustc >1.92.0), attempt to build it with the stable rust toolchain (rustc 1.92.0) instead.
baplar commented on 2025-12-13 00:44 (UTC)
As of commit 603cdb2f2bc8b5d67fe420e52cd7a8c813eb29dc, there needs to be a small fix to the PKGBUILD for the paths of the .desktop and .png files, which have been moved in a subdirectory.
Graith95 commented on 2025-08-31 08:57 (UTC)
I have had issues compiling with the most recent commit. I was able to resolve it by adding shaderc to dependencies and adding
to the environment variables set before pkgver().
Patola commented on 2025-01-09 00:10 (UTC)
So is it a dependency that's causing this issue?
It goes that way even if I compile it locally with
makepkg -si. Tried both versions available, one in aur and the other in chaotic-aur. The one in aur (r28) gets automatically changed to r56 even with chaotic disabled:1 2 Next › Last »