[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: Add sbcl-stumpwm-winner-mode.
From: |
guix-commits |
Subject: |
05/06: gnu: Add sbcl-stumpwm-winner-mode. |
Date: |
Mon, 30 Nov 2020 09:32:00 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit f6c827c1c9ecc3dedd584d47d05ed6faa24e33ab
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Nov 30 14:44:49 2020 +0100
gnu: Add sbcl-stumpwm-winner-mode.
* gnu/packages/wm.scm (sbcl-stumpwm-winner-mode): New variable.
---
gnu/packages/wm.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4c11ce8..36eb58b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1946,6 +1946,25 @@ layouts in StumpWM.")
(description "Modeline support for memory info.")
(license license:gpl3+)))
+(define-public sbcl-stumpwm-winner-mode
+ (package
+ (inherit stumpwm-contrib)
+ (name "sbcl-stumpwm-winner-mode")
+ (arguments
+ '(#:asd-systems '("winner-mode")
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda _
+ (chdir "util/winner-mode"))))))
+ (home-page
+ "https://github.com/stumpwm/stumpwm-contrib/tree/master/util/winner-mode")
+ (synopsis "Emacs' winner-mode for StumpWM")
+ (description "This module provides a winner-mode for StumpWM similar to the
+one in Emacs.")
+ (license license:gpl3+)))
+
(define-public lemonbar
(let ((commit "35183ab81d2128dbb7b6d8e119cc57846bcefdb4")
(revision "1"))
- branch master updated (40bfe11 -> 275fcff), guix-commits, 2020/11/30
- 02/06: gnu: Add sbcl-stumpwm-numpad-layouts., guix-commits, 2020/11/30
- 05/06: gnu: Add sbcl-stumpwm-winner-mode.,
guix-commits <=
- 06/06: gnu: Add sbcl-stumpwm-screenshot., guix-commits, 2020/11/30
- 01/06: gnu: stumpwm: Update to 20.11., guix-commits, 2020/11/30
- 03/06: gnu: Add sbcl-stumpwm-cpu., guix-commits, 2020/11/30
- 04/06: gnu: Add sbcl-stumpwm-mem., guix-commits, 2020/11/30