Search Criteria
Package Details: sway-git 1.10.r7394.c30c451-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sway-git.git (read-only, click to copy) |
---|---|
Package Base: | sway-git |
Description: | Tiling Wayland compositor and replacement for the i3 window manager (git development version) |
Upstream URL: | https://github.com/swaywm/sway |
Keywords: | compositor development git i3 manager sway tiling wayland window wlroots wm |
Licenses: | MIT |
Conflicts: | sway |
Provides: | sway, wayland-compositor |
Submitter: | None |
Maintainer: | GreyXor |
Last Packager: | GreyXor |
Votes: | 150 |
Popularity: | 0.32 |
First Submitted: | 2015-08-16 14:05 (UTC) |
Last Updated: | 2024-08-16 13:18 (UTC) |
Dependencies (30)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- json-c (json-c-gitAUR)
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-gitAUR)
- pcre2 (pcre2-gitAUR)
- pixman (pixman-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wlroots-gitAUR (wlroots-asan-gitAUR, wlroots-displaylink-gitAUR, wlroots-hidpi-xprop-gitAUR)
- xcb-util-wm
- git (git-gitAUR, git-glAUR) (make)
- libcap (make)
- meson (meson-gitAUR) (make)
- Show 10 more dependencies...
Required by (48)
- aw-watcher-window-wayland-git (requires sway) (optional)
- dvd-screensaver-sway-git (requires sway) (optional)
- flashfocus (requires sway) (optional)
- focal-sway-git (requires sway)
- greetd-regreet-git (requires wayland-compositor)
- i3a (requires sway) (optional)
- i3wins (requires sway) (optional)
- javelin-git (requires sway)
- lxqt-wayland-session-git (requires sway) (optional)
- multibg-sway (requires sway) (optional)
- nwg-shell-git (requires sway)
- oguri-git (requires sway) (optional)
- python-i3-quickterm (requires sway) (optional)
- python-pywal16 (requires sway) (optional)
- shotman (requires sway) (optional)
- signal-desktop-fix-sway (requires sway) (optional)
- spatial-shell (requires sway) (optional)
- srandr (requires sway)
- startw (requires sway) (optional)
- sway-alttab-bin (requires sway)
- sway-config-fedora (requires sway)
- sway-contrib-git (requires sway)
- sway-input-config (requires sway)
- sway-input-config-git (requires sway)
- sway-interactive-screenshot (requires sway)
- sway-keyboard-layout (requires sway)
- sway-new-workspace (requires sway) (optional)
- sway-nvidia (requires sway)
- sway-scratch (requires sway) (optional)
- sway-services-git (requires sway)
- sway-systemd (requires sway)
- sway-systemd-git (requires sway)
- sway-trans-git (requires sway)
- swaycwd (requires sway)
- swayhide (requires sway)
- swaylay-git (requires sway)
- swaylock-blur-fast-git (requires sway)
- swaymonad-git (requires sway)
- swaymsg-root (requires sway)
- swaynagmode (requires sway)
- swayrandr-git (requires sway)
- swayshot (requires sway)
- swaytools (requires sway)
- swic-git (requires sway)
- sxmo-utils-sway-git (optional)
- sxmo-utils-sway-git (requires sway)
- wlprop (requires sway)
- wlstreamer-git (requires sway)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »
Rucikir commented on 2021-11-26 11:49 (UTC)
@togusa The error you're reporting is normal, since wlroots is found in the system via the wlroots-git package, and neither as a subproject nor a wlroots.wrap. If sway is failing to build, there must be another error you can report. Can you also confirm that you've installed wlroots-git first?
rogueai commented on 2021-11-26 11:43 (UTC)
I'm trying to install both wlroots-git and sway-git and it's failing building sway:
Wlroots seems to build fine though.
rpi2 commented on 2021-11-05 10:27 (UTC)
since WLR_RENDERER=vulkan merged.
but still fail WLR_RENDERER=vulkan [wlr] [render/vulkan/vulkan.c:206] Could not create instance: ERROR_LAYER_NOT_PRESENT [wlr] [render/vulkan/renderer.c:15251] creating vulkan instance for renderer failed [wlr] [backend/drm/renderer.c:351] Failed to create renderer [wlr] [backend/backend.c:2301] Failed to create DRM backend
PopeRigby commented on 2021-07-18 17:58 (UTC)
@deatheye did you get this error?
Rucikir commented on 2021-03-30 09:45 (UTC)
@deathye Could you be more explicit? What isn't working?
lockeanarchist commented on 2021-03-29 21:59 (UTC)
not working after the last arch update
lmartinez-mirror commented on 2021-03-05 02:02 (UTC)
sway
depends onxcb-util-renderutil
and will not run without it. Please add it todepends()
Rucikir commented on 2021-01-26 10:33 (UTC) (edited on 2021-01-26 10:35 (UTC) by Rucikir)
@auruser123
Meson has multiple ways of detecting dependencies:
The complete log is:
So you can see that wlroots is found when building sway. If not, sway would simply not build as it's a required dependency. That Dockerfile should reproduce your workflow, and it's working fine. If you can reproduce your problem, please send me a Dockerfile so that I can understand it if I'm missing something.
auruser123 commented on 2021-01-25 09:37 (UTC)
I just reproduced this again. I installed wlroots-git, and then installed sway-git. While building sway-git, I get:
Subprojects wlroots: NO Neither a subproject directory nor a wlroots.wrap file was found.
Which means sway-git will be built without wlroots, and nothing would work AFAICT.
Rucikir commented on 2021-01-20 17:04 (UTC)
@auruser123 are you sure? Could you provide the exact logs?
I cannot reproduce and build wlroots-git-0.12.0.r267.g306cf11d-1 and sway-git-r6581.62ec528c-1 just fine in a clean environment.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »