unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70803] [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib
@ 2024-05-06 15:50 not emma via Guix-patches via
  2024-05-09 14:57 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 5+ messages in thread
From: not emma via Guix-patches via @ 2024-05-06 15:50 UTC (permalink / raw)
  To: 70803

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

This adds binwarp from the stumpwm-contrib repository - first patch so let me know if there's anything missing :)

--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -71,6 +71,7 @@
;;; Copyright © 2024 chris <chris@bumblehead.com>
;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik@erikeduardo.xyz>
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
+;;; Copyright © 2024 bigbug <bigbookofbug@proton.me>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2590,6 +2591,22 @@ (define-public sbcl-stumpwm-pamixer
control module for StumpWM.")
(license license:gpl3))))

+(define-public sbcl-stumpwm-binwarp
+ (package
+ (inherit stumpwm-contrib)
+ (name "sbcl-stumpwm-binwarp")
+ (arguments
+ '(#:asd-systems '("binwarp")
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda _ (chdir "util/binwarp") #t)))))
+ (home-page "https://github.com/stumpwm/stumpwm-contrib")
+ (synopsis "Keyboard-driven divide-and-conquer mouse control mode.")
+ (description "This package provides a new keyboard-driven keymap.")
+ (license (list license:gpl2+ license:gpl3+ license:bsd-2))))
+
(define-public sbcl-stumpwm-ttf-fonts
(package (inherit stumpwm-contrib)

Sent with [Proton Mail](https://proton.me/) secure email.

[-- Attachment #2: Type: text/html, Size: 3540 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-09 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 15:50 [bug#70803] [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib not emma via Guix-patches via
2024-05-09 14:57 ` Guillaume Le Vaillant
     [not found]   ` <gjobqT6xScXsoZmB18_Eyp8NPoddJQW_aNsH0WcFrdhuhmBQlArKuIKjOcjcQb0yiFSIIwhTp0sTXZ0-At2tfy7wjehwnlJz6rkMdZjxf28=@proton.me>
2024-05-09 15:29     ` [bug#70803] Fw: " not emma via Guix-patches via
2024-05-09 16:19       ` Guillaume Le Vaillant
2024-05-09 16:21         ` bug#70803: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).