Search Criteria
Package Details: doors-git 0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/doors-git.git (read-only, click to copy) |
|---|---|
| Package Base: | doors-git |
| Description: | Wayland compositor inspired by bspwm |
| Upstream URL: | https://dawn.wine/CreeperFace/doors |
| Keywords: | bspwm doors wayland wlroots |
| Licenses: | GPL3 |
| Provides: | wayland-compositor |
| Submitter: | dy-tea |
| Maintainer: | dy-tea |
| Last Packager: | dy-tea |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-07-31 13:21 (UTC) |
| Last Updated: | 2026-07-31 13:21 (UTC) |
Dependencies (21)
- cairo (cairo-gitAUR)
- libevdev.so (libevdev)
- libinput (libinput-gitAUR, libinput-multiplierAUR, libinput-no-gesturesAUR, libinput-nowacom-gitAUR, libinput-noaccumAUR, libinput-eppAUR, libinput-eppAUR, libinput-three-finger-dragAUR)
- libpixman-1.so (pixman-gitAUR, pixman)
- libsystemd.so (lib32-systemd-gitAUR, unshitted-systemd-libsAUR, systemd-libs-gitAUR, systemd-liberated-libs-gitAUR, systemd-remove-birthdate-libsAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- libudev.so (lib32-systemd-gitAUR, unshitted-systemd-libsAUR, systemd-libs-gitAUR, systemd-liberated-libs-gitAUR, systemd-remove-birthdate-libsAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- libwayland-server.so (wayland-asan-gitAUR, lib32-wayland-gitAUR, wayland-gitAUR, wayland-chromiumAUR, lib32-wayland, wayland)
- libxcb (libxcb-gitAUR)
- libxkbcommon.so (libxkbcommon-gitAUR, lib32-libxkbcommon, libxkbcommon)
- linux-api-headers
- pango (pango-nothai-gitAUR, pango-gitAUR)
- shaderc (shaderc-gitAUR, shaderc-gitAUR)
- vulkan-headers (vulkan-headers-gitAUR)
- wlroots-gitAUR (wlroots-asan-gitAUR, wlroots-hidpi-xprop-gitAUR, wlroots-hidpi-xprop-hdr-metadata-gitAUR)
- xcb-util-wm
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-bug865-issue1578AUR, xorg-xwayland-hidpi-xpropAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- perl (perl-gitAUR) (make)
- Show 1 more dependencies...
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
agoramachina commented on 2026-09-05 03:54 (UTC) (edited on 2026-09-05 03:55 (UTC) by agoramachina)
Since makepkg just sources the PKGBUILD and pacman only executes scriptlets from a separate file declared via
install=, thepost_install()andpost_upgrade()functions defined in the PKGBUILD never run. As a result the package installs withInstall Script: Noand/usr/bin/doorsruns withoutCAP_SYS_NICESuggested patch:
Tested locally: after this change
pacman -Qi doors-gitshowsInstall Script: Yesandgetcap /usr/bin/doorsreportscap_sys_nice=ep.SRCINFOneeds a regen too--the AUR page currently shows stale license/deps andinstall=won't display without it. Can be fixed withmakepkg --printsrcinfo > .SRCINFO