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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60394 in the body.
You can then email your comments to 60394 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
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):
* 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
Reply sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 18 Jun 2024 06:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 18 Jun 2024 06:35:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 60394-done <at> debbugs.gnu.org (full text, mbox):
Feel free to reopen if working it.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Jul 2024 11:24:23 GMT)
Full text and
rfc822 format available.
This bug report was last modified 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.