all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: not emma via Guix-patches via <guix-patches@gnu.org>
To: 70803@debbugs.gnu.org
Subject: [bug#70803] [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib
Date: Mon, 06 May 2024 15:50:45 +0000	[thread overview]
Message-ID: <NzFz2dTfxvkle-T4gZmeN_wJJemczxjHDIfktPzFuXeXEA3Tq7EK-0ICNhI3iA-RQEvJusoiDEwSuxMYYtEiHU_pYyvRB6kqO6PKFLGysJk=@proton.me> (raw)

[-- 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 --]

             reply	other threads:[~2024-05-06 16:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06 15:50 not emma via Guix-patches via [this message]
2024-05-09 14:57 ` [bug#70803] [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='NzFz2dTfxvkle-T4gZmeN_wJJemczxjHDIfktPzFuXeXEA3Tq7EK-0ICNhI3iA-RQEvJusoiDEwSuxMYYtEiHU_pYyvRB6kqO6PKFLGysJk=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=70803@debbugs.gnu.org \
    --cc=bigbookofbug@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.