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.87 |
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, glibc-eac-rocoAUR)
- json-c (json-c-gitAUR)
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-gitAUR)
- pcre2 (pcre2-gitAUR)
- pixman (pixman-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wlroots-gitAUR (wlroots-asan-gitAUR, wlroots-displaylink-gitAUR, wlroots-hidpi-xprop-gitAUR, wayfire-gitAUR)
- xcb-util-wm
- git (git-gitAUR, git-glAUR) (make)
- libcap (make)
- meson (meson-gitAUR) (make)
- Show 10 more dependencies...
Required by (47)
- aw-watcher-window-wayland-git (requires sway) (optional)
- dvd-screensaver-sway-git (requires sway) (optional)
- flashfocus (requires sway) (optional)
- focal-sway-git (requires sway)
- 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)
- Show 27 more...
Latest Comments
1 2 3 4 5 6 .. 19 Next › Last »
rekman commented on 2024-10-15 21:35 (UTC)
Builds fine on
aarch64
JL2210 commented on 2024-08-16 01:07 (UTC)
Please add
wayland-compositor
toprovides=
so regreet worksmarkboston commented on 2024-08-16 00:34 (UTC)
this will no longer build on my system. i get this error before all hell breaks loose. FAILED: sway/sway.p/server.c.o
tkna commented on 2024-07-28 09:07 (UTC) (edited on 2024-07-28 09:08 (UTC) by tkna)
@coolguy019 Can you build or run without it? If not, I imagine you don't need it. Sorry if I am wrong.
coolguy019 commented on 2024-07-28 07:24 (UTC)
Should we consider adding
swaybg
as a dependency for desktop backgrounds?yrlf commented on 2024-07-15 16:31 (UTC) (edited on 2024-07-15 16:32 (UTC) by yrlf)
@graph: you just need to rebuild/reinstall both wlroots-git and sway-git. After rebuilding, everything is fine:
The
.install
file of sway-git even notes that you should rebuild wlroots-git and sway-git together. If you update one, but not the other, then you are bound to get issues like this.graph commented on 2024-07-15 16:13 (UTC)
Needs an update since https://aur.archlinux.org/packages/wlroots-git got updated to libwlroots-0.19.so.
sway: error while loading shared libraries: libwlroots-0.18.so: cannot open shared object file: No such file or directory
yrlf commented on 2024-06-02 09:32 (UTC)
@rekman: at least
yay
will automatically updatewlroots-git
first if bothsway-git
andwlroots-git
are in the package list, but won't rebuildsway-git
if onlywlroots-git
is in the package list.wlroots-git
being a makedepend would not change that.However, it would be an interesting feature to add to AUR helpers to automatically add all reverse-dependencies from the AUR to the list of packages to rebuild. Should not be impossible to do.
rekman commented on 2024-06-01 21:08 (UTC)
wlroots-git
usually needs to be built and installed beforesway-git
so that the latter's build process can find the right library and header files. AUR helpers (e.g., paru) don't know this, so a-Su
operation can fail; one needs to do something likeparu -S wlroots-git && paru -Su
. Ifwlroots-git
were listed as a make dependency, would that help automated tools buildwlroots-git
first?1 2 3 4 5 6 .. 19 Next › Last »