Search Criteria
Package Details: stumpwm-git 19.11.51.g2948b7c-1
Git Clone URL: | https://aur.archlinux.org/stumpwm-git.git (read-only, click to copy) |
---|---|
Package Base: | stumpwm-git |
Description: | A tiling, keyboard-driven window manager written in common lisp |
Upstream URL: | https://stumpwm.github.io |
Keywords: | lisp wm |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | kynikos |
Maintainer: | tirrevip |
Last Packager: | tirrevip |
Votes: | 13 |
Popularity: | 0.000332 |
First Submitted: | 2015-12-20 01:14 |
Last Updated: | 2020-03-21 07:02 |
Dependencies (12)
- cl-alexandria-git (make)
- cl-asdf (ccl-git, ecl, sbcl) (make)
- cl-ppcre (make)
- clx-git (make)
- common-lisp (abcl-git, clisp-new-clx, ccl, clisp-git, ccl-git, clasp-cl-git, abcl, clisp, cmucl, ecl, sbcl) (make)
- alsa-utils (alsa-utils-transparent, alsa-utils-git, alsa-utils-nosystemd-minimal-git) (optional) – for amixer.lisp (control audio volume)
- aumix (optional) – for aumix.lisp (control audio volume)
- 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-git, emacs-native-comp-git, emacs-pgtk-native-comp-git, emacs-native-comp-git-enhanced, emacs-gcc-wayland-devel-bin, emacs-nox) (optional) – Edit and eval stumpwm code with M-x stumpwm-mode
- mpd (mpd-lightest, mpd-light-pulse, mpd-sidplay, mpd-minimal, mpd-server-minimal, mpd-git, mpd-light, mpd-smbclient, 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
tirrevip commented on 2020-03-21 07:04
Hi @diabonas - sorry for the late reply - been extremely busy, and not gotton to the email until now :O The package is now updated. Thanks for the heads up!
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.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/* \