Package Details: sway-git 1.10.r7394.c30c451-1

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: 149
Popularity: 1.86
First Submitted: 2015-08-16 14:05 (UTC)
Last Updated: 2024-08-16 13:18 (UTC)

Dependencies (30)

Required by (46)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 19 Next › Last »

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 and strip 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: thanks

Someone 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)

rsansores commented on 2019-03-02 19:16 (UTC)

@jpoppe Thanks for the scdoc workaround.