Search Criteria
Package Details: stumpwm-git 18.05.94.g2ede972-1
Git Clone URL: | https://aur.archlinux.org/stumpwm-git.git (read-only) |
---|---|
Package Base: | stumpwm-git |
Description: | A tiling, keyboard-driven window manager written in common lisp |
Upstream URL: | https://stumpwm.github.io |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | kynikos |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 12 |
Popularity: | 0.004214 |
First Submitted: | 2015-12-20 01:14 |
Last Updated: | 2018-11-07 19:41 |
Dependencies (13)
- cl-alexandria (make)
- cl-asdf (ccl-git, ecl, sbcl) (make)
- cl-ppcre (make)
- clx-git (make)
- common-lisp (clisp-new-clx, abcl-svn, abcl, ccl-git, clisp, cmucl, ecl, sbcl) (make)
- alsa-utils (alsa-utils-transparent) (optional) – for amixer.lisp (control audio volume)
- aumix (optional) – for aumix.lisp (control audio volume)
- clx-truetype (optional) – for ttf-fonts.lisp (Xft fonts)
- emacs (emacs-git-gtk2, guile-emacs-git, emacs-nox-24bit, emacs25-git, emacs-git-shallow, emacs-24bit, emacs-lucid, emacs26-git, emacs-pretest, emacs-gtk2, emacs-lucid-git, emacs-git, emacs-nox) (optional) – Edit and eval stumpwm code with M-x stumpwm-mode
- mpd (mpd-light-pulse, mpd-git, mpd-minimal, mpd-server-minimal, mpd-sidplay, mpd-light, mpd-sacd) (optional) – for mpd.lisp (control the mpd)
- rlwrap (optional) – for stumpish completion and history
- surfraw (surfraw-git) (optional) – for surfraw.lisp (surf the Internet)
- xorg-xprop (optional) – for stumpish (StumpWM Interactive Shell)
Required by (1)
- stumpwm-contrib-git (requires stumpwm)
Latest Comments
haawda commented on 2018-05-02 14:15
I added a Desktop file. At least lightdm Needs one to detect stumpwm.
haawda commented on 2017-08-11 19:24
Upstream took back some broken commits. So if you have something newer than 1.0.0.168, you should downgrade.
haawda commented on 2017-04-27 20:02
good suggestion, I added it.
swilde commented on 2017-04-27 14:05
I have MAKEFLAGS="-j4" in my /etc/makepkg.conf (I guess a
configuration like that is not to uncommon nowadays). But with that
building stumpwm-git hangs.
Adding '!makeflags' to the optins in BUILDPKG fixes this.
haawda commented on 2017-02-13 17:49
Thanks, fixed.
ElNick commented on 2017-02-13 14:34
Path to stumpwm-contrib in PKGBUILD is incorrect. Line:
cp -dr --no-preserve=ownership ${srcdir}/${_pkgname}-contrib/* \
should be:
cp -dr --no-preserve=ownership ${srcdir}/${_pkgname}-contrib-git/* \