GNU bug report logs - #60394
[PATCH] gnu: Add sxmo-dwm.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 29 Dec 2022 04:59:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 60394 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60394; Package guix-patches. (Thu, 29 Dec 2022 04:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 29 Dec 2022 04:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add sxmo-dwm.
Date: Wed, 28 Dec 2022 22:58:20 -0600
* gnu/packages/suckless.scm (sxmo-dwm): New variable.
---
 gnu/packages/suckless.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index f8db386365..3582343c90 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -525,6 +525,25 @@ (define-public sxmo-dmenu
 selection along with some other patches.")
     (license license:expat)))
 
+(define-public sxmo-dwm
+  (package
+    (inherit dwm)
+    (name "sxmo-dwm")
+    (version "6.2.15")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://git.sr.ht/~mil/sxmo-dwm")
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1laidsmdjgm95kh00hq2xdlvcc46jnpzvgzm82clz3m6c037d2i9"))))
+    (home-page "https://git.sr.ht/~mil/sxmo-dwm")
+    (synopsis "Dwm for sxmo - multikey, swallow, dock, among other patches")
+    (license license:expat)))
+
 (define-public surf
   (package
     (name "surf")
-- 
2.38.1





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

Previous Next


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