Search Criteria
Package Details: jay 1.11.1-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jay.git (read-only, click to copy) |
|---|---|
| Package Base: | jay |
| Description: | A Wayland Compositor |
| Upstream URL: | https://github.com/mahkoh/jay |
| Licenses: | GPL-3.0-only |
| Provides: | wayland-compositor |
| Submitter: | kotarac |
| Maintainer: | kotarac |
| Last Packager: | kotarac |
| Votes: | 5 |
| Popularity: | 0.86 |
| First Submitted: | 2024-10-13 09:43 (UTC) |
| Last Updated: | 2026-01-13 20:12 (UTC) |
Dependencies (14)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libinput (libinput-gitAUR, libinput-multiplierAUR, libinput-no-gesturesAUR, libinput-three-finger-dragAUR, libinput-nowacom-gitAUR, libinput-eppAUR, libinput-eppAUR)
- libudev.so (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, advantagescopeAUR, lib32-vulkan-icd-loader, vulkan-icd-loader)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-rk35xx-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-nollvm-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-git-nvk-dlssAUR, mesa-git-dlss-reflexAUR, mesa-dlss-reflex-gitAUR, mesa-amber)
- pango (pango-gitAUR, pango-nothai-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- shaderc (shaderc-gitAUR, shaderc-gitAUR) (make)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR, xdg-desktop-portal-minimal-gitAUR) (optional) – portal support
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-bug865-issue1578AUR, xorg-xwayland-hidpi-xpropAUR) (optional) – X11 support
Required by (5)
- greetd-regreet-git (requires wayland-compositor)
- hyprlax-bin (requires wayland-compositor)
- papdieo (requires wayland-compositor) (optional)
- papdieo-git (requires wayland-compositor) (optional)
- wlhc (requires wayland-compositor)
Latest Comments
japhir commented on 2025-12-13 20:56 (UTC) (edited on 2025-12-13 20:56 (UTC) by japhir)
Ah thanks, I forgot I had installed rustup a long time ago. Sorry for the noise, I look forward to trying it out soon!
kotarac commented on 2025-12-12 18:04 (UTC)
@japhir almost certainly rust version problem, use rust from arch repos or keep rustup up to date
japhir commented on 2025-12-12 11:56 (UTC) (edited on 2025-12-12 14:01 (UTC) by japhir)
I get a build error:
full log https://paste.rs/ZUiyN
relevant section:
same for jay-git.
markstos commented on 2025-02-13 19:05 (UTC)
@wallabra: See my comment below. When
makedependsis much looser, the build can fail in a different way with a strange error that doesn't tell you wants going on.wallabra commented on 2025-02-13 18:57 (UTC)
Loosen the
makedependsversion constraint onrust. It breaks compatibility withrustup, and likely won't have a practical difference even for anyone who has Rust installed on their system via system package manager instead, assuming their system is even slightly up to date.Same applies for
jay-git.kotarac commented on 2024-10-30 09:32 (UTC)
fixed both, thanks
Boctor commented on 2024-10-30 09:22 (UTC)
The setup.md instructions in jay's upstream repo say to install jay-portals.conf directly into /usr/share/xdg-desktop-portal, but this PKGBUILD (line 49) incorrectly installs it to the /portals subdir, which prevents the portal from working at all by default. Would it be possible to correct this in your PKGBUILD? Thanks.
markstos commented on 2024-10-29 00:19 (UTC) (edited on 2024-10-29 00:48 (UTC) by markstos)
Failed to build with rustc 1.80.0, but succeeded with rust 1.84.0. It would be great if the PKGBUILD could be updated to specify a minimum Rust version so it could either automatically upgrade Rust or at least fail more gracefully if a too-old Rust compiler was detected.