Search Criteria
Package Details: wlx-overlay-s-git 0.6.r28.502cf5d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wlx-overlay-s-git.git (read-only, click to copy) |
---|---|
Package Base: | wlx-overlay-s-git |
Description: | Access your Wayland/X11 desktop from SteamVR/Monado (OpenVR+OpenXR support) |
Upstream URL: | https://github.com/galister/wlx-overlay-s |
Keywords: | monado openvr openxr overlay steamvr wlx |
Licenses: | GPL-3.0-or-later |
Conflicts: | wlx-overlay-s |
Provides: | wlx-overlay-s |
Submitter: | galister |
Maintainer: | galister |
Last Packager: | galister |
Votes: | 7 |
Popularity: | 1.69 |
First Submitted: | 2024-03-01 16:22 (UTC) |
Last Updated: | 2024-11-07 08:55 (UTC) |
Dependencies (18)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- openvr (openvr-gitAUR)
- openxr (openxr-loader-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxext (libxext-gitAUR) (make)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- python3 (python) (make)
Latest Comments
galister commented on 2024-06-10 11:47 (UTC)
The source repository at https://github.com/galister/wlx-overlay-s has no submodules. Any git clone other than the source repo is a result of a rust dependency pulling it in via cargo. These are stored in the build directory at target/release/deps and their lifecycle is managed by cargo.
dreieck commented on 2024-06-10 11:38 (UTC) (edited on 2024-06-10 11:39 (UTC) by dreieck)
I see another thing:
This project uses git submodules.
They are downloaded in
prepare()
.The Arch Linux Guide on git submodules says that they should be downloded via the
source
array and referenced inprepare()
.In this case it seems that
cargo fetch
clones the submodule; is it still possible to get it via thesource
array?Regards and thanks for the package!
galister commented on 2024-06-04 13:58 (UTC)
will do, thanks for the heads up.
dreieck commented on 2024-06-04 13:56 (UTC)
Please
strip off the leading
v
from the package version as required by Arch Linux VCS packaging guidelines.Regards and thanks vor maintaining!