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: | 1.39 |
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-gitAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR)
- 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)
- scdoc (scdoc-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- foot (foot-ext-underline-gitAUR, foot-transparency-gitAUR, foot-gitAUR) (optional) – Terminal emulator used in default configuration
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – System privilege control. Required if not using seatd service
- swaybg (swaybg-gitAUR) (optional) – Wallpaper tool for sway
- swayidle (swayidle-gitAUR) (optional) – Idle management daemon
- swaylock (swaylock-effects-improved-gitAUR, swaylock-gitAUR, swaylock-effectsAUR, swaylock-no-passwordAUR, swaylock-fprintd-gitAUR, swaylock-effects-gitAUR, swaylock-dpms-gitAUR) (optional) – Screen locker
- wmenu (wmenu-gitAUR, wmenu-runAUR) (optional) – Application launcher used in default configuration
- xdg-desktop-portal-gtk (xdg-desktop-portal-gtk-gitAUR) (optional) – Portal used for default file picking
- xdg-desktop-portal-wlr (xdg-desktop-portal-wlr-gitAUR) (optional) – Portal used for screen sharing
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)
- 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 (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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 19 Next › Last »
Gamma commented on 2020-01-23 23:09 (UTC) (edited on 2020-02-07 15:01 (UTC) by Gamma)
Now that alacritty is the default $term, should it be in optdepends instead of rxvt-unicode? (Ditto for the
sway
package proper)E: Thanks!
yrlf commented on 2020-01-09 17:33 (UTC)
Is there any reason why the PKGBUILD overrides the
strip
option to off?Having both
debug
andstrip
activated produces a separate debug package that will be installed to /usr/src/debug and /usr/lib/debug.Having
debug
and!strip
activated produces a single packages with binaries containing debug info, which reference the build folder however.Many AUR helpers clean the build directory after packaging, which removes the sources, making the debug infos often less useful in case of a crash.
If the
strip
option is not overridden to off, users are able to choose on their own, whether they want a separate debug package or not.<deleted-account> commented on 2019-10-21 01:11 (UTC)
gcc is in base-devel, which is required to build any AUR package.
nagisa commented on 2019-10-21 01:11 (UTC)
gcc is not listed as a make dependency.
Gamma commented on 2019-04-26 15:21 (UTC) (edited on 2019-04-26 20:37 (UTC) by Gamma)
~~Must add
swaybg (swaybg-git)
as a required dependency.~~ e: thanksSomeone has already set up an AUR package, you may want to ask for maintainership of it.
aspieln3r commented on 2019-03-08 15:41 (UTC)
my issues were fixed after using wlroots directly from github.
<deleted-account> commented on 2019-03-05 15:57 (UTC)
That's generally a benign error. Can you share the full build log? Also, are you running on an Arch installation which does not have systemd?
themba commented on 2019-03-05 14:39 (UTC)
Recently this fails:
Dependency libelogind found: NO (tried pkgconfig and cmake)
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 19 Next › Last »