Search Criteria
Package Details: leftwm 0.5.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/leftwm.git (read-only, click to copy) |
---|---|
Package Base: | leftwm |
Description: | A tiling window manager for the adventurer (systemd init) |
Upstream URL: | https://github.com/leftwm/leftwm |
Keywords: | windowmanager |
Licenses: | MIT |
Submitter: | lexchilds |
Maintainer: | lexchilds (VuiMuich, lex148, hertg, mautam) |
Last Packager: | mautam |
Votes: | 21 |
Popularity: | 0.64 |
First Submitted: | 2019-03-31 12:10 (UTC) |
Last Updated: | 2023-11-18 06:00 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (optional) – themes
- dmenu (bemenu-dmenuAUR, widgie-menu-compatAUR, dmenu-gitAUR, dmenu-wl-dmenu-dropinAUR, dmenu-budAUR, fuzzel-dmenu-dropinAUR, sxmo-dmenuAUR, dmenu-rsAUR, dmenu-rs-gitAUR, wmenu-dmenuAUR, nordmenuAUR, rofi-dmenuAUR) (optional) – default launcher
- ewwAUR (eww-tray-wayland-gitAUR, ewwAUR, eww-gitAUR) (optional) – flexible status bar
- feh (feh-preload-next-image-gitAUR) (optional) – used to set background images
- lemonbarAUR (lemonbar-ucs4-gitAUR, lemonbar-sm-gitAUR, lemonbar-xft-gitAUR, lemonbar-clicks-gitAUR, lemonbarAUR, lemonbar-gitAUR) (optional) – light weight bar
- polybar (polybar-dwm-moduleAUR, polybar-dwm-gitAUR, polybar-gitAUR, polybar-wireguard-gitAUR) (optional) – light weight bar
Latest Comments
« First ‹ Previous 1 2
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.
« First ‹ Previous 1 2