Search Criteria
Package Details: leftwm 1:0.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/leftwm.git (read-only, click to copy) |
---|---|
Package Base: | leftwm |
Description: | Leftwm - A tiling window manager for the adventurer |
Upstream URL: | https://github.com/leftwm/leftwm |
Keywords: | windowmanager |
Licenses: | MIT |
Submitter: | lexchilds |
Maintainer: | lexchilds |
Last Packager: | lexchilds |
Votes: | 17 |
Popularity: | 0.71 |
First Submitted: | 2019-03-31 12:10 (UTC) |
Last Updated: | 2022-04-25 12:56 (UTC) |
Dependencies (6)
- cargo (cargo-git, rust-nightly-bin, rustup-git, rust, rustup) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- dmenu (dmenu-git, rofi-dmenu, bemenu-dmenu, dmenu-wayland-git, dmenu-rs-git, dmenu-rs, dmenu2, glr-dmenu-git) (optional) – default launcher
- feh (feh-preload-next-image-git) (optional) – used to set background images
- lemonbar (lemonbar-ucs4-git, lemonbar-sm-git, lemonbar-git, lemonbar-xft-git, lemonbar, lemonbar-clicks-git) (optional) – light weight bar
- polybar (polybar-dwm-module, polybar-git) (optional) – light weight bar
Latest Comments
ait commented on 2022-05-27 17:41 (UTC)
Could you add the man page? :)
DN-debug commented on 2022-02-22 05:12 (UTC) (edited on 2022-02-26 04:46 (UTC) by DN-debug)
Hi There,
Following up on my previous comment. The toolchain issue can be fixed by defaulting to stable, used the below commands :
rustup install stable
rustup default stable
Then try to build the package. This might be useful for others.
DN-debug commented on 2022-02-22 04:59 (UTC) (edited on 2022-02-22 05:00 (UTC) by DN-debug)
Hi There,
The build is failing :
Cloning into 'leftwm'... done. Switched to a new branch 'makepkg' ==> Starting build()... error: no override and no default toolchain set ==> ERROR: A failure occurred in build(). Aborting...
Unfortunately, it is same for the -git version.
ronin commented on 2021-06-28 07:58 (UTC)
remove i686 as supported arch :).
haawda commented on 2020-12-23 19:22 (UTC) (edited on 2020-12-23 19:27 (UTC) by haawda)
Rust packages should makedepend on cargo, not on rustup or rust. Let people decide what they install.