Search Criteria
Package Details: jay 1.7.0-2
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: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-10-13 09:43 (UTC) |
Last Updated: | 2024-10-30 09:31 (UTC) |
Dependencies (11)
- cairo (cairo-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd, systemd-libs)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, lib32-vulkan-icd-loader, vulkan-icd-loader)
- libxkbcommon.so (libxkbcommon-gitAUR, lib32-libxkbcommon, libxkbcommon)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- pango (pango-gitAUR)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- shaderc (shaderc-gitAUR) (make)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR) (optional) – portal support
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-hidpi-xpropAUR, xorg-xwayland-bug865-issue1578AUR) (optional) – X11 support
Latest Comments
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.