GNU bug report logs - #70803
[PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib

Previous Next

Package: guix-patches;

Reported by: not emma <bigbookofbug <at> proton.me>

Date: Mon, 6 May 2024 16:04:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70803: closed ([PATCH] gnu: wm.scm: Add Binwarp to
 stumpwm-contrib)
Date: Thu, 09 May 2024 16:23:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 09 May 2024 16:21:42 +0000
with message-id <87msozot0p.fsf <at> kitej>
and subject line Re: [bug#70803] [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib
has caused the debbugs.gnu.org bug report #70803,
regarding [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70803: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70803
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: not emma <bigbookofbug <at> proton.me>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib
Date: Mon, 06 May 2024 15:50:45 +0000
[Message part 3 (text/plain, inline)]
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 <at> bumblehead.com>
;;; Copyright © 2024 Erik Eduardo Alonso Hernández <erik <at> erikeduardo.xyz>
;;; Copyright © 2024 James Smith <jsubuntuxp <at> disroot.org>
+;;; Copyright © 2024 bigbug <bigbookofbug <at> 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.
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: 70803-done <at> debbugs.gnu.org
Subject: Re: [bug#70803] [PATCH] gnu: wm.scm: Add Binwarp to stumpwm-contrib
Date: Thu, 09 May 2024 16:21:42 +0000
Closing.


This bug report was last modified 1 year and 12 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.