GNU bug report logs -
#60394
[PATCH] gnu: Add sxmo-dwm.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 29 Dec 2022 04:59:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 18 Jun 2024 06:34:32 +0000
with message-id <5b9cccbb48cb901855b7ddaf435a77b887c789bf <at> dismail.de>
and subject line
has caused the debbugs.gnu.org bug report #60394,
regarding [PATCH] gnu: Add sxmo-dwm.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
60394: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60394
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Feel free to reopen if working it.
This bug report was last modified 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.