Search Criteria
Package Details: stumpwm 19.11-2
Git Clone URL: | https://aur.archlinux.org/stumpwm.git (read-only, click to copy) |
---|---|
Package Base: | stumpwm |
Description: | Tiling, keyboard-driven window manager written in Common Lisp |
Upstream URL: | https://stumpwm.github.io/ |
Keywords: | lisp wm |
Licenses: | |
Submitter: | haawda |
Maintainer: | tirrevip |
Last Packager: | tirrevip |
Votes: | 11 |
Popularity: | 0.005726 |
First Submitted: | 2017-01-20 22:35 |
Last Updated: | 2020-05-17 10:20 |
Dependencies (12)
- cl-alexandria-git (make)
- cl-asdf (ccl-git, ecl, sbcl) (make)
- cl-ppcre (make)
- clx-git (make)
- common-lisp (clisp-new-clx, ccl, clisp-git, ccl-git, clasp-cl-git, abcl, abcl-git, clisp, cmucl, ecl, sbcl) (make)
- alsa-utils (alsa-utils-transparent, alsa-utils-git, alsa-utils-nosystemd-minimal-git) (optional) – control the volume with amixer.lisp
- aumix (optional) – control the volume with aumix.lisp
- emacs (emacs-git-gtk2, guile-emacs-git, emacs-nox-24bit, emacs25-git, emacs-git-shallow, emacs-24bit, emacs26-git, emacs-lucid-git, emacs-gtk2, emacs-pretest, emacs-lucid, emacs27-git, emacs-xwidgets, emacs-native-comp-git, emacs-pgtk-native-comp-git, emacs-native-comp-git-enhanced, emacs-gcc-wayland-devel-bin, emacs-git, emacs-nox) (optional) – edit and eval stumpwm code with M-x stumpwm-mode
- mpd (mpd-lightest, mpd-light-pulse, mpd-sidplay, mpd-sacd, mpd-smbclient, mpd-light, mpd-git, mpd-minimal, mpd-server-minimal) (optional) – control mpd with mpd.lisp
- rlwrap (optional) – command completion and history in stumpish
- surfraw (surfraw-git) (optional) – surf the internet with surfraw.lisp
- xorg-xprop (optional) – for stumpish, the StumpWM Interactive Shell
Latest Comments
diabonas commented on 2020-03-11 09:39
Please remove the optional dependency on
clx-truetype
, it cannot be built since its sources don't exist any more and therefore has been removed from the AUR.wanjingjjj commented on 2019-08-12 03:52
After upgrade to version 18.11, I have met error 'invalid number of arguments 2' for any command which need to pull up the interactive input box, like 'eval', 'gnew'. Took a lot of time to figure it out.
Google leads me to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33772 So it turns out to have a fixing commit just after this release https://github.com/stumpwm/stumpwm/pull/538
After I applied the patch, everything runs smoothly.
It will be nice the maintainer could put the patch in the PKGBUILD https://github.com/stumpwm/stumpwm/commit/a13db62a4da06426cf2eb2376d1a3723b5ee52d5.patch
Thank you